DataBinding for Section Title

Hi All,

 

How to make a data binding for the changing of Section Title across environments.
For Eg,
 

On changing the KnowlegeBase section to FAQ. How to bind this change in the package?
Any thoughts on thiw will really help?

Regards,
Adharsh S

Like 0

Like

3 comments
Best reply

Hi Adharsh,

 

This change is stored in the SysModule table after renaming the section. The column is "Caption" and here is an example from my local machine:

So you will need to bind data from SysModule by the module Id and this change will be transferred with the package.

 

Best regards,
Oscar

Hi Adharsh,

 

This change is stored in the SysModule table after renaming the section. The column is "Caption" and here is an example from my local machine:

So you will need to bind data from SysModule by the module Id and this change will be transferred with the package.

 

Best regards,
Oscar

Oscar Dylan,

Thanks will implement in the same way.

Regards,
Adharsh S

Hi Oleg Drobina,

I did the same thing but I am getting below pasted error. Can you please assist me? 

Error Message :- "Column SysModuleEntity value cannot be obtained because it has not been loaded."

 

Show all comments