AX 2012 Vendor Invoice workflow : workflowtrackingStatusTable.CONTEXTRECID...
Hello, I am writing a query to pull the workflow approval history for completed vendor invoice approvals. I understand that the WORKFLOWTRACKINGSTATUSTABLE links to the VENDINVOICEINFOTABLE on...
View ArticleRE: Charge value missing in Sales Confirmation Form
Hi Sir Guy T,Thanks for your help, now i saw where the issue is coming from.
View ArticleCharge value missing in Sales Confirmation Form
Hi All,We are trying to automate the Charges transaction from the web order to apply automatically when created as SO in AX.So we added some nodes in the xml document like below, for the...
View ArticleRE: Order Invoice Through Batch Job
which version of ax you are using?following line of error message is reminding me there were certain hotfixes"Removal of suspension of recId allocation for table SalesParmLine has failed"you can have a...
View ArticleOrder Invoice Through Batch Job
We are getting this error for some sales order when we run Order Invoice batch job, but if we run manually everything works fine.Infolog for task Generating posting data (5638545881)Cannot edit a...
View ArticleRE: Error Real Time Service
1.Open USRT/Retail/Common/Retail channels/Retail stores2. Open Store and check the value in Realtime Service.3. Deploy settings to store by running all sync jobs
View ArticleError Real Time Service
Hi, i have the follow error trying to conect the real time service, the user of the application pool is valid user un AX and the rigth permission....
View ArticleRE: Open other form on OK button click of first form using X++
if zlg_LaborActivityHeader is your tablename, your code should look more like this....FormRun fr; Args args; args = new Args(); args = element.args(); args.name(formStr('FORMB'));...
View ArticleOpen other form on OK button click of first form using X++
Hi All,I need urgent help on below issue.I have created two new forms. One is header creation form and other form contains header and line information.(just similar to SalesOrderCreate and sales table...
View ArticleRE: Azure DEMO AX 2012 R3 CU8 - Role Center and Enterprise Portal not working...
Making that change dumped my RDP connection and now the box is inaccessible. Just logged a support ticket with Azure support.
View ArticleAzure DEMO AX 2012 R3 CU8 - Role Center and Enterprise Portal not working in...
I am working in the newly release Azure AX 2012 R3 C* Demo and the Enterprise Portal and Role Center are not working, how do I change the configurations to enable these functions in the Demo?
View ArticleRE: Travel & expense split to personal
The expense type for the shared category needs to be set to Personal in order for the split to personal function to be enabled on EP
View ArticleTravel & expense split to personal
Imported credit card transactions but "split to personal" is greyed out on every one.
View ArticleRE: Purchase order form coding question
Have a look at the PurchLineType class and its children.
View ArticleRE: Purchase order form coding question
The modify events can be raised from several source, for example :ItemId modified event is being raised in PurchTable form is raised from Data sources / PurchLines / Fiedsl / ItemId / Methods /...
View ArticlePurchase order form coding question
Hi,How can I find code that's doing lookups and inserting values in fields based on entered ItemId on Purchase order form when a new line is entered? For example I'm interested in Unit price...
View ArticleRE: Milestone Based Vendor Payments on Purchase Orders in Dynamics AX 2012 R3
Solution for above milestone First we need to create a purchase agreement against the vendor to fix the price, quantity and quality with terms of payment, in this scenario quality will be the milestone...
View ArticleMilestone Based Vendor Payments on Purchase Orders in Dynamics AX 2012 R3
Dear All,Our Company is purchasing services or goods that require milestone payments. Company signs an agreement with a vendor and generates a PO for amount of the agreement. Payment term are based on...
View ArticleRE: Form objects - Need to get to get all tabpages captions in order to...
If you really want to do this then you need to loop through AOT in code like this: blogs.msdn.com/.../use-x-to-loop-through-the-aot.aspxOnly don't start at the formslevel but at the form you want to...
View Article