Discussions
Trying to get confirmation. Can Web Services not see/access dynamic fields?
I have a situation where I would like a web service to leverage our built-in user event code for internal processes. Basically we set some dynamic fields on beforeload (to manage 'original' settings and special checkboxes that are used strictly to direct single event calls on record save -- e.g. notify me).
I like the use of the dynamic fields as these don't hit the database and don't get stored but help me manage things across the whole submit event - from beforeload, through client-side workflow, to aftersubmit. We'd prefer that the web service leverage all this event code as well, so wanted it to simply load a specific record, change the appropriate dynamic fields, and submit and let the user event scripts take over.