Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 175888 articles
Browse latest View live

RE: Enabl/disable button and update values when switching between forms

$
0
0

Hi Venkat,

If the checkbox field is bound to a table, you should stop bothering about the parameter form. What you need to do in the other form is to fetch a record in the parameter table and read the value of your field. For example:

myDsField.enabled(MyParameters::find().MyBooleanField);

if it's not bound to a table, how do you want it to work?


RE: how to create hierarchy

$
0
0

Dear Andre...it was just a example...actually i want to grip on these types of the workflow

Regards

RE: Released Item Showing Blank Issue

$
0
0

there are two options to open the details :

Use the clicked method of the new menu item to lookup the invent table record and open the form.

Pass the current product record; then you have to add logic to the init method of the EcoResProductDetailsExtended form to handle another record coming in.

RE: " Save Job To History " in ax 2004

$
0
0

Hi Mania,

Have you tried to change the "Save batch job to history" field of the batch job?

If not, I guess you can write some custom code inside the serverProcessFinishedJobs method of the BatchRun class.

That is where batch jobs are inserted into the history table.

" Save Job To History " in ax 2004

$
0
0

Hi all,

Can some one please let me know where can I find this option " Save Job TO History " in ax 2004

Regards,

Me Mania

RE: Released Item Showing Blank Issue

$
0
0

Kavitha,

Customizing the form ?

But the issue is for only one item.

RE: Accounts Payable - A field that shows that there is an attachment [eg a note] on a vendor invoice

$
0
0

Thanks for the reply,

so it is more of a coding/developement-job to fix this? in that case i will talk to my developer-collegues :)

RE: Accounts Payable - A field that shows that there is an attachment [eg a note] on a vendor invoice

$
0
0

Yes, it is. Either of the options I suggested involves development.


Azure Blob Storage Container

$
0
0

Hello everyone,

I am not sure it is right platform to ask question related to azure blob storage. We have setup azure blob storage account for our app. When someone requests for trial we should receive mail on provided mail id and details of person should be stored in the blob storage on azure.

When we have set up azure we received some dummy lead containing some encrypted information. Metadata is correct but not sure details are encrypted. For test trials (requested by us) we are receiving leads via mail but not able to see any record in container.

Do anyone have face such issue? Every time new trial request is created should it create new record in container or it should just update previous files?

Regards,

Smit Patel

RE: Released Item Showing Blank Issue

$
0
0

hi ryan,

but in the screenshot he have mentioned like this "EcoResProductDetailsExtended form opens up blank like in the screenshot" means,all the data in the form is  not retreived properly.It states not for one item.

RE: SSRS Using Data Method in Reports Expressions

$
0
0

Hi Fabius, Could you please share the solution for using data method in the expression?

SSRS Using Data Method in Reports Expressions

$
0
0

Hello there,

I desperately need to use a Data Method in expressions for some fields in the ProdRouteCard report.

I followed the official guide https://technet.microsoft.com/en-us/library/hh538451.aspx but I don't have a Data Method node in the Expression editor, no matter how I deploy the Business Logic project.

The version I'm working on is Ax 2012 CU7, latest kernel.

Any suggestion?

RE: Released Item Showing Blank Issue

$
0
0

Sorry for that.

EcoResProductDetailsExtendend form opens blank opens blank only for one item.

For the other items it is opening with values.

RE: Released Item Showing Blank Issue

$
0
0

Taking this information, we can look at the table InventTable, and the properties for that table. In the property FormRef there is a form referenced called ECOResProductDetailsExtended. This is the form that is displayed when the view detail is selected from the item number field.

To make this visible for the user we need to add the menu item that relates to this form to a Duty that is used by the Role the user is assigned. For this form the menu item is a display menu called EcoResProductDetailsExtendedView. Add this to an appropriate Duty and the view detail will be visible to the user.

RE: Slow AX application but low activity on SQL server

$
0
0

Hi,

It may not be due to fetching of data. Rather it might be due to client cache /user cache. Clearing them and restarting the client might show you some difference.

(Sales orders tend to take some time to load everytime after an AOS restart and a CIL. But the subsequent attempts should become faster.)

Apart from that, it's hard to comment on any specific issue.


RE: TransactionId Property Details

$
0
0

Hi,

Do you see this property 'createdTransactionId' in a report dataset table?

That is where it is extensively used. When setting a regular table as a temporary instance for report dataset, you have to set this property, so that access from each user session is treated separately.

I am not sure if ModifiedTransactionId is connected to this.

TransactionId Property Details

$
0
0

What is  the use of system fields like modifiedtransactionId and createdTransactionId ?

If i Just enabled ModifiedTransactionId property on Mytable  and i got a ModifiedTransactionid value when I modify that record..

So right now i want to know which user was modified that record through modifiedTransactionid..Is It Possible?

if Yes can anyone please suggest me to find out ..if not what is the use of that systemfields 

RE: Slow AX application but low activity on SQL server

$
0
0

Why do you think it's about SQL Server and not, say, a network issue?

Slow AX application but low activity on SQL server

$
0
0

Hi all - 

I'm experiencing issues with a sporadically slow AX system. I am unable to replicate the issue so I understand this is limited information in order to request help for you guys. Selecting to change country, open journals, all sales orders the system can hang for 2/3 minutes. Just general browsing around the application.  Different users, different times produces different results. Sometimes it's fast.

All the while the SQL db is hovering around 3 or 4 % CPU, 0 waiting tasks, 0.5 I/O and circa 10 batch requests.

End user machines i5 8GB.

I accept asking for help with this one is a challenge but thought it was worth at least mentioning, 

Many thanks in advance

AX7 export TXT in download

$
0
0

Hi all,

Can anyone suggest me how to export a txt file in the web-based AX 7. I try TextIO, but I cannot export it in client side and also it dose not support a directory browser.

Any help will be grateful. Thanks

Viewing all 175888 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>