Page 1 of 1

Inventory Attributes

PostPosted: Wed Nov 23, 2022 5:43 pm
by SBarnes
I have two questions:

Firstly, in the code section what is the difference between TemplateAttributeHandler and AttributeHandler?

Secondly, I want to try and add importing the inventory attribute values to the import screen so I am figuring some sort of naming convention to match the group and the attribute to the column like GroupName|AttributeName is going to be needed, could this be made to work? The group would need to exist as would the attributes being imported.

Re: Inventory Attributes  Topic is solved

PostPosted: Fri Dec 09, 2022 6:23 pm
by Mike.Sheen
TemplateAttributeHandler handles the code for events inside the Inventory Attribute Template form - specifically relating to the grid on the Attributes tab.

The AttributeHandler is for when inside the Inventory Maintenance form.

Re: Inventory Attributes

PostPosted: Fri Dec 09, 2022 6:28 pm
by SBarnes
Thanks Mike