Hello,
I'm looking information how to add virtual column's as a default column layout for detail ?
In my case ,what i want achieve is reuse "Project/Financial indicator" detail on project task page.
After add new Financial tab and details to the Project Task (WorkPageV2) instead of virtual columns on Financial Indicator a see default project columns like below:
I can't add appropriate columns (Indicator,Expected etc) because are virtual and can't be chosen from column lookup in Columns setup for this detail.
Right now i have solution to copy ObjectData from ProjectPageV2ProjectFinanceDetailV2 to WorkPageV2ProjectFinanceDetailV2 in SysProfileData but i don't know this i a right way.
Regards,
Marcin Kott
Like
Vladimir,
Thank You for solution based on that i made what i needed. It was enough to add physical columns to Entity Schema with the same name like this virtual and next add it to "Project task edit page" -> "Financial indicator detail" by Columns setup.
Regards,
Marcin Kott
I would recommend to create a real column and calculate it in object "saved" process
Vladimir,
Thank You for solution based on that i made what i needed. It was enough to add physical columns to Entity Schema with the same name like this virtual and next add it to "Project task edit page" -> "Financial indicator detail" by Columns setup.
Regards,
Marcin Kott