Im trying to configure the grid plus component .
i unable to configurate it properly.
can anyone share the sample code with explanation for that. i referred the available document and try to achieve it but i unable. i tried as given in the documentation.
Discussion posts and replies are publicly visible
walterw169618 said:i unable to configurate it properly.
I do not have any experience with this plugin, but I think that you might want to describe in more detail, what you want to achieve, and what you observe.
I unable to config the gridsubmitchanges help me in it
Looks like you have text strings instead of declaring the objects.
So "OBJECT_NAME", should be rule!OBJECT_NAME if a rule, and then createModel would be in a constant, so cons!MP_PM_DELETE_CUSTOMER.
I do not have much experience either but that looks incorrect to me.
As per documentation the 'createModel' parameter accepts value in integer data type so "MP_PM_DELETE_CUSTOMER" is incorrect. You should create a process model constant and use that constant value here instead as cons!MP_PM_DELETE_CUSTOMER
Also make sure that the process model has a pv named 'record' and is set as multiple. All the nodes in the process should be activity chained as well.
Please check the parameters lists here along with description mentioning appropriate config for each of them
docs.appian.com/.../grid-plus.html