Loading...

RE: qListForm – Custom action after an item has been created

RE: qListForm – Custom action after an item has been created

#7287
Anonymous
Anonymous
Participant

Hello,

n

  What you need to do is to create a custom action that would perform 2 actions:

n

1. Save  This would save the item in the List1 

n

2. Custom 

n

For the custom action you need to write some custom C# code based on the Visual Studio solution that we install with the product (check your installation folder for a folder called Sample Code).

n

This code will get the values that you use to save the item in List1 and it will save it the List2 along with the http parameter.

n

Also you can find more details in our documentation (User Guide search for the topic called Custom Action).

n

You can find multiple treads in this forum about the Custom Action topic.

n

The image below shows all Custom actions you can you, create one for Save then use the button Add Action to create an action based on your code that will get executed after the Save action finishes.

n