cancel
Showing results for 
Search instead for 
Did you mean: 

Tab

Former Member
0 Kudos

Hi,

I have a requirement in MII to create user maintainance table with 2 fields. And max records for this table will not

exceed more than 10. Since its just 2 fields and less than 10 records, Is there is a way I could do this without creating tables.

Thanks

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mahesh,

if you want to avoid the effort to create a table and MII queries to maintain it, you may store your data in a XML structure and save it to a file inside MII using the XML Saver action. MII also use this procedure to store internal data like the configuration.

Michael

Former Member
0 Kudos

Hi Mahesh,

As Mike said, You can store the information in staged XML file.

Create a standard XML file in MII with two columns as two fields. Then you can add rows to this file as per your requirements.

You can use XML action blocks such as XML saver to do calculations on the XML file.

Hope this helps.

Best Regards,

Kedar

Former Member
0 Kudos

Thanks Guys. Its working as expected without building tables.

Thanks

Mahesh

Answers (0)