cancel
Showing results for 
Search instead for 
Did you mean: 

Get .srf file for the form

Former Member
0 Kudos

Here is my task,

I wanted to find all business objects and each object what are the tables related to.

and each form of the design (.srf ) file also. just i would like know the form label text are comming from database or .srf file?

please help me.

Thanks

kv

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi,

The system forms are not held as srf files. You can use the UI API to export the system forms to XML (the Form object in the UI API has a GetAsXML method that will return a string containing the XML for the form layout) and save them as a srf file but they will not retain any functionality so you'd have to code this yourself. If you using a system form then the label text is related to the language you are using and is stored in a resource file (in the GUI folder in the client installation folder). If you are using a srf file then label text is contained in the file and you must code your own translations for the text.

Your question on objects has already been answered on this thread:

Kind Regards,

Owen

Answers (0)