Hi Everyone,
I've got two custom types which is scm_doc and invoice_doc.
In the TBO, when I'm creating a new scm_doc custom document it auto creates a folder using object name of the document.
I also auto set reference_number(custom attribute).
I want when I'm creating invoice_doc inside the folder which was auto created to get reference_number from the scm_doc and set it to invoice_doc
Can anyone help with the code to get attribute from scm_doc and set it into invoice_doc
Thanks in advance.