Skip to main content

Hi experts,

This is somewhat of a trivial question. I’m attempting a basic validation on the task line under a request


the validation is to throw an error if,

Material Order Date > Delivery Date

Delivery Date > Planned Start

The business rule I created is as following,

The business rule works ok. But the validation message is not picking up the task id. It’s appearing as following,
 


What’s the correct way to refer to the fields of the related table in the message?

Hi @Miraj 

I think the correct syntax is  {TASK.TASK_ID}, instead of @task_id

Cheers!


Thanks @Shneor 

 


Now I’m getting this


 


HI @Miraj ,

 

You can write this in the expression field of the output parameters to get this working with following syntax. :slight_smile:

 


HI @Miraj ,

 

You can write this in the expression field of the output parameters to get this working with following syntax. :slight_smile:

 

Thanks a lot @Saranga Amaraweera :relaxed:


Reply