hi expert, i have query regarding populating custom data from sales table to custinvoicejour table, for this i just add a relationship between my custom table ,sales table ,and custinvoice jour table, but not data are populating,
plz help me.
Regards.
*This post is locked for comments
boss, actually i want to pass custom fields from salestable to custinvoiceJour table, for this i create custom table ,make relationship with salesTable also with custinvoiceJour,the data is populating in saleTable correctly, i also follow same behavior for custinvocieJour and called my custom field in initFromSalesTable method of custinvoicejour, problem is that some custom fields are populating,but one of custom field not populating,
can please share the query
Please put the debugger in same line and check how the value is getting vanish before insert to custInvoiceJour Table. you can solve yourself within 2 min.
i try & test both, but not good one?
Please check EDT both the field and restart the AOS. It should work.
value exist in salesTable,
Please check this field is sysnced in custInvoiceJour table or not. Is value exist in sales Table. It should populate. if the field is not sync please synchronize the tbale or close AX or restart AOS. It should work.
Hope, Same field is not mapped again with different field.
in custinvocie jour initFromsalesTable method,
this.consultant=salesTable.Consultant;
this.ProjecReference=salesTable.ProjecReference;
this.Architect=salesTable.Architect;
data in last two columns are populated from salestable but for the first field not populating, is there mistake my code, or where can i put my code in salesTable method?
can you past your code in details.
thanks for your reply, my custom fields are populating in custinvoicejour table, but not all,i checked one by one, but not good result yet!
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,134 Super User 2024 Season 2
Martin Dráb 229,928 Most Valuable Professional
nmaenpaa 101,156