Question

ETM - Update of Custom Lookup Table possible?

  • 26 January 2024
  • 1 reply
  • 37 views

Badge +5

Hello,

short Question: Is it possible to add/update/delete Entries into an Lookup Table via ETM?

If the answer is YES: How? :-)

If the answer is NO: Is this Feature on an axisting Roadmap? If not i would like to submit this as an Idea

 

The corresponding Data is stored in the DB under:

SELECT
*
FROM
[ASSYSTETM].[dbo].[ips_config_value]
WHERE
[configkey] in ('data','name','headers','notes')
AND [ips_config_id] = 902 -- specified ID in this case

Kind Regards

Christian


1 reply

Userlevel 2
Badge +9

There’s no official mechanism to do this. Please log an idea via the appropriate Community page. Include as much context as possible about your underlying need. For example if what you want to actually achieve is to use some other system as the source for lookup data then let us know the details - we may be able to suggest some other way to do that.

Reply