How to show the integration_status status in sales invoice list #143
Replies: 1 comment
-
It's very easy
Locate the Doctype that contains the integration_status field. Find the link field that connects this Doctype to the Sales Invoice.
Go to Customize Form in ERPNext. Select Sales Invoice as the Doctype to customize. Click Add Row to create a new custom field and set the following properties: Label: Integration Status Field Type: Data (or appropriate type based on the source field) Fieldname: integration_status
In the new custom field, set the Fetch From attribute. The format should be linked_doctype_fieldname.integration_status, where: linked_doctype_fieldname is the name of the link field in Sales Invoice that connects to the other Doctype. integration_status is the field name in the other Doctype. |
Beta Was this translation helpful? Give feedback.
-
I want to show the integration_status status in sales invoice list. how can I add as it is available in additional fields but i want to show it derectly in sales invoice list. Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions