It looks like you're new here. Sign in or register to get started.
ContractRecRef.Open(Database::"Contract Register", true); ContractRecRef.Copy(TempContractRegister, true);
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
seems that the "temporary" info is not transferred to the recordref using the gettable method. I'd propose to try:
see:
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/recordref/recordref-open-method
and
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/recordref/recordref-copy-table-boolean-method
I hope this helps,
Best Regards