Skip to main content

Hello Hello, 

I have a custom field on POOrder  named “additionaldescr” (Usradditionaldescr).I want to bring this field value to POReceipt which also have the “Descr1” (UsrDescr) when creating Purchase Receipt by click button “ENTER TO RECEIPT”. After that I would like to carry again “ Descr1” field to APInvoice which have the “Descr2”(UsrDescr2) by clicking Enter AP Bill.

The goal is like this. POOrder » POReceipt» APInvoice . Can someone help me please. 

Best Regards,

May

Hi @mayshoonlettzaw81,

 You can use PXDefault Attribute like the below:

 

rPXDefault(typeof(Search<CAEntryType.referenceID,        Where<CAEntryType.entryTypeId,            Equal<Current<AddTrxFilter.entryTypeID>>>>))]public virtual int? ReferenceID { get; set; }

 

Note: Please change the DAC name and Field Names as per your requirement.

 

Hope this may help you!

 

Moulali Shaik.

 

 


@MoulaliShaik79 Thank You So Much and  Have a nice day.


Reply