how dynamically change the field priority when impact and urgency changes & also priority filed readonly

Kishore Babu S
Tera Contributor

how dynamically change the field priority when impact and urgency changes & also priority filed randomly

below my form screen shot

 

1 ACCEPTED SOLUTION

Hi, 

I believe you have already created the choice lists for Impact, Urgency and Priority of Demand form. If not, create them and follow the below steps and you may achieve this.

Step1: Create a table (extends to dl_matcher) with fields Impact, Urgency and Priority with required choice lists(get from demand form). Lets say created table is xyz

find_real_file.pngUse demand form at Highlighted area.

Step2: Create different combinations of Impact,Urgency and Priority in XYZ table.(Look into OOB dl_u_priority for reference).

Step3: Now, go to Data Lookup Definitions as you did earlier. Select Source table as Demand Form and Matcher table as XYZ.

Step4: Under Matcher Field Definitions, create records for Impact and Urgency and under Setter Field Definitions, create a record for Priority.

Hope this helps.

Thanks,

Archana

View solution in original post

7 REPLIES 7

Hi,

I am not able to understand the question clearly. Is your u_demandform in a Scoped Application? 

Please provide the details clearly so that we can help more.

Thanks

Kishore Babu S
Tera Contributor

Hi

i created "demand form" table that is extended from the task table in that i want priority will change dynamically

based on impact & urgency fields. 

Hi, 

I believe you have already created the choice lists for Impact, Urgency and Priority of Demand form. If not, create them and follow the below steps and you may achieve this.

Step1: Create a table (extends to dl_matcher) with fields Impact, Urgency and Priority with required choice lists(get from demand form). Lets say created table is xyz

find_real_file.pngUse demand form at Highlighted area.

Step2: Create different combinations of Impact,Urgency and Priority in XYZ table.(Look into OOB dl_u_priority for reference).

Step3: Now, go to Data Lookup Definitions as you did earlier. Select Source table as Demand Form and Matcher table as XYZ.

Step4: Under Matcher Field Definitions, create records for Impact and Urgency and under Setter Field Definitions, create a record for Priority.

Hope this helps.

Thanks,

Archana