Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 351

Re: Opening Quick Create(on selecting copy button on OWL) with the fields copied from the selected record in the OWL Screen.

$
0
0

Hello Abhishek,

 

As I mentioned before you need to assign the req. values from the select record first to a data structure.

This asignment must be executed whenever a line in the OWL is selected. This means on the change of the lead selection.

 

You can achieve this by adding an event handler to the DataModel of your "Root/DataList" like in my example. Here the name of the list is "Root/NodeNames" and the event handler is name "SelectNodeNameFromHierarchy":

Root_NodeNames.png

 

This event handler shall assign the req. elements from the selected record to a new structure.

In my example it is only one element named "Name":

EventHanlder.png

 

Now you can use this new structure in the first DataOperation of your event handler starting the ListModificationStructure (as you can see above)

 

HTH,

   Horst


Viewing all articles
Browse latest Browse all 351

Trending Articles