Hello guys,
Need some help for creating a data entity, it is for export to BYOD and related to table ProjInvoiceJour.
So I notice in ProjInvoiceJour table there is no field InvoiceAmountMST and I need this field to be exported as well to my BYOD. I have created the data entity but now its field only contain the table original field. Notice in the method of ProjInoviceJour there is one method for calculate AmountMST but it is requires a parameter which is the InvoiceAmount. ->
How to use this method to make my data entity has a field with the result of that calculation, I know the parameter will be retrieved from InvoiceAmount field in ProjInvoiceJour, but I don't know how to make it as a display field in data entity.
Thanks