I’m new to Epicor so sorry in advance if I don’t make any sense. I am still in the process of learning the software and the learning curve is a good one. I wanted to know where would be the best place for me to store a Global Variable. I want to assign UPC code has the new part is created and needs to store the last one used somewhere. I know that I could simply select the last one used directly from the part table but is there anywhere else I can store some global variable.
I will also need to store some api key for various integration and I will probably have to use a global variable as well.
Yeah that is right it is going to add the column to the table and then each row has a value for that column.
If your field is company specific and applies to all parts I suppose you could create a UD field on the Company table. I think it is up to you at this point.
First define a Code Type (think of this as a table name). Then add the code and it’s value (description). You can’t change the Code after it is created. But you could change the value.