Expression field: template builder does not show the related

Posted by Rollbase User on 11-Dec-2012 14:46

Hi, The related objects are not shown in the template helper when using the expression fields:

All Replies

Posted by Admin on 11-Dec-2012 15:40

This is by design - Expression field cannot use related objects.

Posted by Admin on 11-Dec-2012 16:16

Hi Pavel,

But it works -:) So when i try to refer to another object, the values are retrieved. One thing: When referring to a date field in a related object, the system counts a day on the actual date. For example (with date format dd-mm-yyyy):



Object1.Date1: 11-12-2012



and when adding an expression field called date1 within object2, which has a relationship with object1 and contains the following expression:



var date1 = new Date("{!Object1.Date1}");

return date1;



Then you'll get: 12-12-2012



Posted by Admin on 11-Dec-2012 16:57

You can use loops, but when related records are updates we cannot guarantee that Expression will be updated as well.

This thread is closed