cancel
Showing results for 
Search instead for 
Did you mean: 

How to get .gml format in VC Model

Former Member
0 Kudos

Hi,

I developed one VC application. I want to change apply the fine tuning in input form. For achieve this i modify the controls of the input form. and saved the model .Now my question is how i can import the .gml format?

Thanks,

Kundan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

got it.

Former Member
0 Kudos

Kundan,

You can export the GML file from Model Menu. Open the model you wish to export and then go to Model Menu and select the option Export to File.

The one part of your question which I did not understand is "Want to apply fine tuning to input form"? If your hoping that you can modify the GML file outside the VC environment then that is not possible.

Thanks,

GLM

Former Member
0 Kudos

Hi,

Actually i want to modify the look and fill of the input form of the sales order. Like i want to display the input form in the document below. Apart from this i want to add some more field in sales order like material availability (MAD), length & factor,sold to party, ship to party etc.How i can get these fields?

Modify the controls of the Input Form:

...

a. Click the Layout tab.

b. Change the order of the fields by moving the Sales Org. field up and the Customer No. field down

c. Right-click the Sales Org. field and choose Properties from the context menu. The Control Properties dialog box is displayed.

d. Click the General tab and from the Control type drop-down list, choose Drop-down list to change the field type. This requires you to create a list of menu options for this control.

e. Click the Entry List tab. You want to define a Static list of entries, meaning a set list of entries whose values are defined for them.

f. Click the (Add) button at the right to create the first entry. In the Value column, write 1000 and in the Display Text column, write Flat Screens.

g. Create two more entries (using the Add button), as follows:

Value

Display Text

2000

Full Screens

3000

Jumbo Screens

h. Click Close.

i. Go back to the Display tab and from the Label position drop-down list, choose Long label.

2. Save the model.

Your file is saved, in .gml format. When building other models, you can import the file using the Model Import from File option.

3. Deploy the model and view it in runtime. It should look similar to the following:

4. Finally, export the model and save it on your computer:

...

a. Click the Design tab and go to the top level of your model by clicking FirstExample (the closed iView level) in the navigation path above the board.

b. Choose Model Export to File. An Exporting message is displayed, followed by the File Download dialog box.

c. Click Save and in the Save As dialog box, navigate to the location in which you want to save the model.

d. Click Save.

I am not able to understand the bolded sence.

Thanks,

Kundan

Former Member
0 Kudos

It simple means that if you are building another VC application which uses functionalities similar to the one you are constructiing right now then you can resuse the mode by exporting and import the gml file of the model thats all.

Thanks,

GLM