I am green on the ERPNEXT, I would like to display Manufacture Part Number on the Item Form. I have tried Read Only and Link to the function to manufacturer_part_no in Item Manufacturer but fail.
Please help and advise any direction or method should I follow to do? Thank you!!
Hi you can check out this functionality. It sets Manufacturer Part Number in the Item given that it is selected as default for that item. You can just check Is Default in Item Manufacturer. That should do it for you
That number from a dropdown containing other Items , the number is found in the upper right of the Item Manufacturer page.
I’ve tried constructing the field using Manufacturers Part Number as Label and Item Manufacturer as Option, and various variations , field types etc - is it possible to get this without coding?
Thanks a lot for your reply. I tried to add create custom field with fetch from as below in the BOM Item. But failed, the manufacturer part number cannot be fetched from Item Manufacturer.
I think it was very unclear about where you exactly wanted to fetch this.
So:
You want to fetch the manufacturer part no in the Item Master
And from there fetch it in your BOM Items Table
Is that correct?
If so:
Go to Item Manufacturer List and create one, enable Is Default
Now go to the Item for which the Manufacturer and Part no were just created, in the Manufacturing section, Default Item Manufacturer and Default Manufacturer Part No will be populated with the one you just created. Nothing to do here.
In your BOM custom field’s Fetch From set its value as: item_code.default_manufacturer_part_no