some elements like button have "clicked" attribute, where we can configure which request should be emited and which params should be passed to its handler. I try to use this feature, but it doesn't always work I expected.
For example, I created two new elements on Accounts Form Page:
I have a few checkbox fields on the Order page and would like to update the Order stage in the DCM based on the field values. Can anyone tell me what will be the best way to go about it?
I have a business process where I want to go through a collection of records, so I create a sequential sub-process to go through them. To this sub-process I also want to pass a string from main process to sequentially concatenate new values onto the string passed between main and sub-process.
Unfortunately, in a business process using a sequential subprocess, direct data transfer between the parent and subprocess between iterations...MoreLess
Unfortunately, in a business process using a sequential subprocess, direct data transfer between the parent and subprocess between iterations...MoreLess
I am looking to extract the sort field and sort order being used by a user on a section and implement this same sort condition into an EntitySchemaQuery so that it brings back data in the same order.
I see the information exists in the SysProfileData.ObjectData field. Are there any modules/libraries...MoreLess