Skip to main content

Hi,

We have a requirement to send multple values in an attribute in perform definition
“role” : “ENGINEER, CONSULTANT”
The above attribute should insert 2 records under role table, 
Do we need to use a hierarchical query or xml query to perform insertion

 

Hi ​@preethi.a05 

I am not following your requirements. Please rephrase.

Cheers!


Hi ​@Shneor Cheshin ,

We have a perform definition method created, we need to pass multiple value in role(element_name), and this should insert multiple records based on the value provided, and below is the way role has been defined under the custom perform defintion

 

ElementName DataType ElementType
role string SIMPLE


If we are sending 2 or more values inside role, it should insert ENGINEER and CONSULTANT in 2 separate records.


Hi ​@preethi.a05 

I am still not following.

You wrote a custom code for an MPM. You can control the way it works. No?!

You described to us what you have done, but did not write what is the question.

Cheers!


Reply