Updating the Query from Data Contract in SysOperationFramework
Hi,I have created a data contract class and added an AOT query in data contract.I should be able to filter sales orders based on the AOT query + selecting the sales Id(if required).So when i select a...
View ArticleX++ Need Idea : How can i made user's input (int) & use it in field From &...
Hi experts,Hi experts,I'm new to AX 2012 R3 CU9, i'm also new to programming. Please guide me, i need to create Field From and Field To. The scenario is for user to input range of numbers, example...
View ArticleRE: How can i get personnel number in sale header
Dear Jacop Can you write for fulll scrip display method ?, please
View ArticleRE: How can i get personnel number in sale header
if in the sale header is not specify sale responsible and i can not get personel number from view
View ArticleRE: How to get Ledger Account value of PurchReqLine in Financials->Distribute...
I have the same problem too. multiple lines of PR cannot generate as one PO because different ledger in line. I try to update the record based on SourceDocumentLine of PurchReqline in...
View ArticleHow to get Ledger Account value of PurchReqLine in Financials->Distribute...
Hi All,May I know how to get Ledger Account value (LedgerDimension) of PurchReqLine in Financials->Distribute amounts?Thank you.
View ArticleRE: daily cash report
I want to take daily cash report of petty cash and daily cash inflow/outflow..
View ArticleRE: purchase order report
I have created purchase order in accounts payable module. I want to take report of purchase order which is already created.
View ArticleRE: How can i get personnel number in sale header
display PersonName Person(){ str PersonnelNumber; str WorkerSaleResposible; SaleTable SaleTable; ; return HcmWorker::find(SaleTable.WorkerSaleResponsible).PersonnelNumber;}i try to coding...
View ArticleHow can i get personnel number in sale header
How can i get personnel number in sale header
View ArticleRE: x++ : field format in form to show 99999.99-99
You will have to use an edit method for this. In the method, you will add the logic to convert the user entry to the integer and the integer to its formatted value. Here is a link to get you started:...
View Articlex++ : field format in form to show 99999.99-99
Hi experts,I'm new to AX 2012 R3 CU9, i'm also new to programming. Please guide me,I have integer field in my form. I need this field to have format like this : 99999.99-99.#####Where 9 is number 0-9,...
View ArticleRE: AX 2012 R3 Security restriction by financial dimension
Using Standard AX its not possible.By customized Sexurity Policies XDS its doable but needs lot of work.
View ArticleAX 2012 R3 Security restriction by financial dimension
Hi AllI have a question , In AX 2012 R3 , is it possible to restrict user access based on the financial dimensions assigned to him in the organization hierarchy.Suppose User 'A' has role 'Accountant'...
View ArticleRE: purchase order report
Hi Ahmed,Go to Procurement and sourcing > Reports > Status. Here you can find reports related to PO likeOpen PO.Open PO line by itemOpen PO line by vendor etc.Apart from that you can use...
View ArticleRE: Multiple purchase order report
Ahmed,I think you can use Inquiries section of procurement sourcing module for take a PO report(single or multiple PO). Procurement and sourcing > inquiries > Purchase order > Open Purchase...
View Article