Form personalization. how to change the form title to add "Customized" at the current form title
My EBS is 11.5.10.2. Trying to use form personalization to change the form title. I know I know you can use
Object type : window
Target object : FORMS_MDI_WINDOW
property name : TITLE
Value : 'Whatever new name you want"
But my issue is the form is ARXCUDCI and the form title can be changed depend on what do you do with it. It can be "Customer Standard", Customer - Quick " , "Find/Enter Customer". so How can I, use form personalization, to get the value of current title then add "Customized" in front of the current title . For example, if the form has "Customer - Standard", it should change to "Customized Customer - Standard". if the form has "Find/Enter Customer" then change to "Customized Find/Enter Customer"
Object type : window
Target object : FORMS_MDI_WINDOW
property name : TITLE
Value : 'Whatever new name you want"
But my issue is the form is ARXCUDCI and the form title can be changed depend on what do you do with it. It can be "Customer Standard", Customer - Quick " , "Find/Enter Customer". so How can I, use form personalization, to get the value of current title then add "Customized" in front of the current title . For example, if the form has "Customer - Standard", it should change to "Customized Customer - Standard". if the form has "Find/Enter Customer" then change to "Customized Find/Enter Customer"
0