Is there a way to dynamically change the title property of a DataSourceField inside a ds.xml file?
My ultimate goal is to have some predefined fields with no title defined, so that the user can use them as they want. For example, I will be having two fields with names "custom_field1" and "custom_field2", to allow the user to use them on both listgrids and dynamicforms. But I want the user to be able to add their own title, or else the automated title will be something like "Custom Field1" and "Custom Field2".
Using SmartClient Version: v11.1p_2021-05-26/Enterprise Deployment (built 2021-05-26)
Thanks!
My ultimate goal is to have some predefined fields with no title defined, so that the user can use them as they want. For example, I will be having two fields with names "custom_field1" and "custom_field2", to allow the user to use them on both listgrids and dynamicforms. But I want the user to be able to add their own title, or else the automated title will be something like "Custom Field1" and "Custom Field2".
Using SmartClient Version: v11.1p_2021-05-26/Enterprise Deployment (built 2021-05-26)
Thanks!
Comment