2012 Nov 03 7:44 AM
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.
2012 Nov 05 7:55 PM
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.
2012 Nov 06 9:33 AM
Frequently Asked Question. Search first please, and don't expect others to do your work.
2012 Nov 06 5:20 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |