Assign a new user/approver through code x++ to workflow after submitting
Hi guys!I have a custom requirement to assign one or more user/users to the workflow after submitting. I know, we can change the assigned user through WorkflowWorkItemTable but how can we assign a new...
View ArticleRE: Restrict the same Entry Points for two different Menus.
Hi Chaitanya,This is for the same role; I can't change it to NoAccess since it will block the access in the Product Information management Menu.
View ArticleRE: Restrict the same Entry Points for two different Menus.
You would have to create two separate privileges and assign to different roles.
View ArticleRE: Account number for transaction type Purchase, stock variation does not...
I believe you will find that setup in Inventory Management Module.Inventory Management - > Setup - > Posting -> Select Purchase order tab
View ArticleAccount number for transaction type Purchase, stock variation does not exist.
Dear AX Forum members,While Doing Product receipt we are getting error message as "Account number for transaction type Purchase, stock variation does not exist."Could you please help me what ledger...
View ArticleRE: Restrict the same Entry Points for two different Menus.
Hi Ajit, I have only one role. This Entry point has to be in that role. but not both menus.
View ArticleRE: How to upload product image in Product Master
What's the issue here ? Do you have trouble finding variants ?able InventDimCombination contains 3 fields: ItemId, InventDImId and DistinctProductVariant. So it links item and inventory dimensions with...
View ArticleHow to upload product image in Product Master
How can I upload product image to master product(Released product variant) automatically. I have successfully automated the process of uploading the product image on Released product, but instead I...
View ArticleRE: Restrict the same Entry Points for two different Menus.
If we are using same menu item at both places\Modules then you might have to create a separate menu item and then you can restrict with same role.
View ArticleRestrict the same Entry Points for two different Menus.
Requirement -Full access to Approved Vendors (Product information management\Common\Released product\Purchase\Approved vendor\Approved vendorsDesign - 1. Create the AX security role for this. (Created...
View ArticleRE: Restrict the same Entry Points for two different Menus.
if you want to do it through code , refer below link In the below example values for AOT name of the menu is hardcoded but you can parameterized those.www.mazikglobal.com/.../hide-modules-role-ax-2012
View ArticleRE: Restrict the same Entry Points for two different Menus.
Hi Ajit,Please explain a bit further.
View ArticleRE: How to upload product image in Product Master
Hi Burim,In AX 2012 you have EcoResProductImageManagement class that is used for image upload for released products and variants. Please check CatVendorCatalogProductApproval.addImageToProduct for...
View ArticleRE: Account number for transaction type Purchase, stock variation does not...
Hi,The additional cost incurred on freight charges for the incoming purchase gets added to the product cost. The stock variation account here could be the offset for the charges loaded on the...
View ArticleRE: Restrict the same Entry Points for two different Menus.
Hi,Please perform the following.In the init method of Form, PdsApprovedVendorList include the following code which restricts userif the user is present in the intended role and form is not called from...
View ArticleRE: Account number for transaction type Purchase, stock variation does not...
Could you please tell me which account i have give from these three.
View ArticleRE: Accounts Payable
Hi RS,Could you please check the status list of that number sequence and delete from the status list if the voucher is already used and create new one.
View ArticleSplit work lines on the RF scanner
Hi allI have this issue, where I need your help: This seems really cumbersome, so I could use some feedback from you on the process. Problem: Worker must be able to override the defaulted location and...
View ArticleRE: Send Email with attached report through X++ code in AX2009
In the report init or fetch method you can do followingelement.printjobsettings().mailTo(stored customer email);
View ArticleSend Email with attached report through X++ code in AX2009
Hi All,I am tying to write a code by which i can send the reports (PDF format) to user's mail Id.For Eg. User run a program/Form/Job and a customer account statement report will run after that it pick...
View Article