Hi RSI,
What is your scenario, we need more detail?
Best Regards
Tom Cai
Hi RSI,
What is your scenario, we need more detail?
Best Regards
Tom Cai
The answer to Vendor Name, and account are in my previous comment.
To get cheque number, it is done by another Extended relation.
Select the VendTrans records with TransType 'Payment', join this with BankChequePaymentTrans, with the following relation:
BankChequePaymentTrans.InvoiceTransDate == VendTrans.TransDate &&
BankChequePaymentTrans.InvoiceVoucher== VendTrans.Voucher
You can also do the same joins for Customer. (they are almost the same pattern)
Be careful to use outer joins. (in case there are other forms of payment/no payment yet)
Hi Crispin,
Thanks for your suggestion. I will try and let you know.
Thanks.
What about other privileges for that role?
To test a good case, I suggest creating a new role, with only one duty, and only one privilege. This will help you narrow down the root cause.
Hi all,
I got a problem while setting security access level for a role.
I have created a privilege with entry point having access level 'Create'.
However, when i apply this privilege to a role, when testing, user can both new and delete in the movement journal. I have also tested when removing the privilege, user cannot new and delete.
Thanks in advance for the help.
Best Regards,
Jim
Hi Simon,
what is the print destination?
Is it a printer? Can you check if server has access to this printer?
When you run it in batch mode, it runs on server not on your PC. Therefore, server must have access to that print location.
Thank you for the suggestion!
This seems like an option. Let me try this and get back here.
Regards,
Abhinay
The write method checks for the matching records in the underlying tables based on the unique key and fails.
[quote user="Nikolaos Mäenpää"]Having said that, you still need to have a unique key in your table - DIXF needs that in order to know when to insert and when to update.[/quote]
Exactly. I am trying to split the file in two, one for insert and one for update. I will update the findings here.
Regards,
Abhinay
Hi,
I have to import rows from a a csv file and create or update released product in AX 2012 R3.
The logic would be: the file will contain ItemId as "1" if a new released product is to be created else will have an existing ItemId for update.
I have duplicated the class "DMFProductEntityClass" and table "DMFProductEntity" to achieve this. In the "insertUpdate" method I tried to control this. Now the issue is, duplicate of the"DMFProductEntity"table has a unique index on columns "DefinitionGroup","ItemId","ExecutionId" and the "Get staging data" results in error because of this.
Could this be done differently?
Your help is highly appreciated!
Regards,
Abhinay
More likely due to an empty space, or tight margins.
Can you Show your design screenshot, to start with? Then let's look at the margin, page size, if required.
Hello awesome community!
I Have a Sales Invoice Report that prints on a dot matrix printer, they asked me to make the report breaks the page each time the table reach 8 records, so I made a parent group for the table with this expression: "=CEILING(RowNumber(Nothing)/8)", and went to "Page Breaks" Tab and checked the "Between Each Instance of the group". It worked and it does print 8 records per paper.
But my problem is: The first paper looks fine all the elements are in their places, but from the 2nd paper and on, the elements shifts down from their places... even the header and footer parts too, the whole elements moves down. I tried using rectangles as containers but it didn't work, and tried deleting the design and making a new design and the same problem still exist...
What should I do to fix the problem? Any advice would be appreciated
Thanks in advance :)
Hi Khurshid,
yes I already removed system admin role. also enabled the policy
then please share your "AOT Query" screenshots. Make Sure all Data sources and Ranges are visible.
regards,
Khurshid Wali
Hi Andrew, I want to do the same kind of action. But when I modified the config file like below I'm getting error saying that "Failed to open xml file - path and Unable to start Autorun command"
startupcmd,Text,Autorun_\\D:\BuildAutomation_AutoSync\PostDeploymentRunClass.xml
Maria,
I believe your problem is using D:.
$HOME may work or the full network path.
startupcmd,Text,Autorun_\\[NETWORK_PATH]\BuildAutomation_AutoSync\PostDeploymentRunClass.xml
Hi,
i do have a developer assist form.i want it to run automatically when i open dynamics ax?How can i run a form automatically just when i open dynamics ax?
T.A.I
narayan PS
Hi Hassan,
It seems like Microsoft did set the NeededPermission property for this action pane to 'Manual'. In that case, you need to add form and control permissions on the role (or privilege) to be able to show this action pane. Another option is changing the property value to 'None' (small customization).