Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TMG maintainace

Former Member
0 Likes
728

i have 3 fields in table language , description code ,description.there are values maintained like

FR  001 testdata1

EN  001 testdata1

SP  001 testdata1

when i maintain table values  each new entry created,that must be created in all the languages entries currently available in the table.

example -if there are entries for reason code in FR,EN,SP language a new entry must be created for all the languages

regarless of the language of user.

i have 3 fields in table language , description code ,description.there are values maintained like

FR  001 testdata1

EN  001 testdata1

SP  001 testdata1

when i maintain table values  each new entry created,that must be created in all the languages entries currently available in the table.

example -if there are entries for reason code in FR,EN,SP language a new entry must be created for all the languages

regarless of the language of user.

3 REPLIES 3
Read only

alex_campbell
Contributor
0 Likes
656

I tend to avoid customizing generated table maintenance, because those customizations can be overwritten if the TMG is re-generated, and functionality will suddenly dissapear. I generally prefer to create a custom program instead of customizing a TMG.

If you do need to use a TMG you should be able to write custom logic to an appropiate event (probably 05 - Creating a New Entry) which creates three new entries, one for each of the required languages, automatically. There's tons of information out there about customizing generated table maintenance and adding logic to events. Search the SDN or google it.

Read only

matt
Active Contributor
0 Likes
656

Frequently Asked Question. Search first please, and don't expect others to do your work.

Read only

Former Member
0 Likes
656

did it with Total and Extract