Cache Table for SOE Powerforms

eriley

Active Member
I am looking for the name of the cache table used in the P42101 powerform when entering a new SO. I would like to add a column, URDT, to the grid that would not be updated through the normal process and manually update the cache table with the information.

Thanks
 
Adding a column to the SO Cache isn't really a good option and doesn't provide any value. Create your own cache using the session key in the unique cache name and/or as a key field in you new cache. After the end doc operation is called then run through your cache to update the sales order with the additional values.
 
What I did was add a column, URDT, to the subform P421002. Data in this field will not be updated to the F4211.URDT when that record is created. In the old P4210 app I just added the BSVW column and all was good but in the powerforms I have no idea how to get the data entered into this field to be stored in the F4211 when the SO is created.
 
Back
Top Bottom