Is there a method to automatically copy a text entry from an instance of one object to another object?
We would like to have a text field from the latest Status Report object be visible when viewing a list of Projects. Is this even technically possible?
Release : 15.9.1
Component : CA PPM SAAS STUDIO
There is not an out of the box way to automatically copy data from one field to another but customer could develop a custom process using GEL script to get data from status report object and then update a custom field on the project object to contain that same value. Once process is created it can be scheduled to run as a job on the daily basis to update that information or whatever frequency is required.