Pull field data from linked Entity
Collapse
X
-
Yes, that should work by creating that Date field in IIC Database and popuate it by formula, like so:
dateCompleted = task.dateCompleted;
where the names of these fields/relationship maybe different in your case.Leave a comment:
-
Pull field data from linked Entity
Hi,
We have a relationship between tasks and a custom entity ( IIC database). It is a One to Many relationship i.e. One task can be linked to multiple IIC numbers.
In tasks we have a Date field for "Date completed". Is there a way for me to pull this date through to the IIC Database entity via the above relationship?Tags: None

Leave a comment: