hey all…im trying to recreate something ive done in the past but this seems to be a little more complicated. im trying to create a bpm that will sum up the EXT-unitcost form fields from the Requisition Entry screen. i really cant believe this isnt a standard field. I was able to get the Ext-Unit price to show up per line so i can sum up the bottom table but i want this to exist within a field as shown by my second picture.
i was able to do something similar on the part entry screen where a bpm will sum two separate fields into a third. but now that im using the form fields (i believe that’s what the list at the bottom of requisition entry is called) i think its more complicated than i had hoped. I successfully created a custom field id like to use. I created this UD field in both ReqDetail and ReqHead just in case i can only use one and i wasnt sure which one i needed.
When i tried to create BPM i tried both method and data directives but when i try and create the expression i want, it yells at me about SUM not existing in the current context. I have pretty much zero experience in C# let alone any language so please bear with me.
here is the kinetic post i mentioned, no answers on there either. ( Adding an ExtCost total on Requisition Entry)