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

RE: How to replace item non catalog to catalog?

$
0
0

example:

create purchase requisition with item non catalog, and than create purchase agreement for item catalog.

How to replace item non catalog in purchase requisition to catalog?


RE: How to close opened from using X++

$
0
0

Hi

I duplicated class Model 2 and commented the code that open Menu item

MenuFunction(MenuItemDisplayStr(EcoResProductListPage),MenuItemType::Display).run();

and used this duplicate class in our job. Problem is solved for now.

I know this is not the best approach to solve this issue . We have to modify our Class for this for future use .

Thanks for your valuable input.

RE: Customer lookup form customization AX7

$
0
0

Customization? We don't do them anymore. I was talking about extension. You may create your own class derived from ambigiousreferensresolver with your own black jack and filtering and extend customerdatainteractor to use it instead of standard.

RE: Budget Control Quarterly in Dynamic AX

$
0
0

Dear Haryo Bergas,

Generally speaking yes you can do this in AX, you can setup budget register entries for each month for the dimension you want and tell the system to block the transaction if the budget exceeds the monthly limit.

Now at the end of each quarter you can check if the budget is used or no from Budget inquiries and reports, and then based on that transfer the amount to next month or no.

Thank you,

RE: How to replace item non catalog to catalog?

$
0
0

You can define the item under Procurement and sourcing > Common > catalogs. based on this setup the item will appear in the your PR.

Does this answer your question?

How to call Managed Code in x++

$
0
0

Hi All,

I have created a project in Visual Studio  and also have added it to the AOT .

Now how can I call the managed in x++ ?

DO I need to add any assemblies under Reference Node in AOT ?

Regards,

Mania

RE: Error "Function InventCostTransCostList::newPlannedCostList has been used incorrectly" while posting the prodution order

$
0
0

Hi,

I have debugged the above methods,but above condition is not satisfied in the "newPlannedCostList()".

else

   {

       if

       // by products may not have a record of InventCostTrans associated

       (   _inventTable.isByProduct() ||

           (_inventTrans.PackingSlipReturned == NoYes::Yes && _inventTrans.InventTransOrigin().ReferenceCategory == InventTransType::QuarantineOrder) ||

           (_inventTrans.DatePhysical < InventStdCostConvItem::itemConversionDate(_inventTrans.ItemId) && _inventTrans.Qty != 0)

       )

suggest me the solution.

RE: Financial dimensions for Retention account in PO invoice

$
0
0

Hi Zvika Rimalt,

Yes it's project PO , you are correct


RE: Accounts payable Workflow

$
0
0

The workflow in AP allows you to manage different type of vendor invoicing transactiosn and adds approval level/s before posting and criteria.

Example: If the invoice amount is greater than 1000 then it will be approved by HOU, if the amount is greater than 5000 it will be approved by HOD.

Thank you,

Accounts payable Workflow

$
0
0

Can you please explain Accounts payable workflow in briefly......

Thanks in advance.

RE: How to replace item non catalog to catalog?

$
0
0

No, it doesn't

you answer for define item catalog in entry PR.

because , we usually in process PR with item non catalog. but next item non catalog in PR replace to item catalog.

RE: Submit Menu for approval not visible for Non-Admin User

$
0
0

Hi Crispin,

My purchasing user has submit menu at Purchase Order Form, but at Vendor Form ( VendTable) still not visible.

here is my code for canSubmitToWorkflow().

boolean canSubmitToWorkflow(str _workflowType='')

{

VendTable VendTable;

;

if(!this.VendApprStatus == VendApprStatus::NotSubmitted)

return false;

return true;

}

is there something I missed, or is there any other setting I need to check.

Thank you

RE: How to replace item non catalog to catalog?

$
0
0

Now i get you, i do not think that this is possible to change the item that was already set as a catalog item. However, in the Purchase agreement you can use Item Category and then in the PO choose the needed items.

Hope this helps.

Regards,

RE: AX2012 R3 WHS Picking Marked Inventory

$
0
0

Hi Crispin John Augustine,

I believe we should have a different batch for every production order to be marked against, so that marking is also upon batch and the link is guaranteed under any circomstance.

do you agree?

ciao,

Damiano

is there a quick neat way to check if a fiscal year is closed or not in AX?

$
0
0

Hi 

is there a quick neat way to check if a fiscal year is closed or not ?

Regards


RE: Submit Menu for approval not visible for Non-Admin User

$
0
0

This part "...but at Vendor Form ( VendTable) still not visible..." isn't quite clear. What do you expect?

(The same workflow to be available in Purchase order form and also Vendor form?)

RE: How to call Managed Code in x++

$
0
0

No, just use the namespace of your c# class and the intellisense will do the rest

RE: Best before date in Batches

$
0
0

Hello, You can view setup in: Item cart->General->Administration->Item model group. Open the table ->Setup->Reservation->FIFO date-controlled / must be marked /.

Temenujka

RE: How to get label ID from a label text in AX7/D365

$
0
0

I want to get Label ID from a string text not the other way round. Thanks.

How to get label ID from a label text in AX7/D365

$
0
0

Hi, in AX 2012 there is SysLabelEdit class that helps to get label ID from a string text but this class is no longer exists in AX 7. Can anyone share example on how I can get label ID from a text in AX 7? Thanks. 

Viewing all 175888 articles
Browse latest View live


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