cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to delete a ConfigurationTable entry ?

cbaurand
11-Garnet

How to delete a ConfigurationTable entry ?

Hi all,

I was wondering how to delete a row in a ConfigurationTable. I don't have the dataShape for this ConfigurationTable as it is  a part of an extension.

 

Thanks for your help.

1 REPLY 1
yhan
17-Peridot
(To:cbaurand)

As a workaround, you can run service GetConfigurationTables and note down the datashape which you would like to update.  Then reset its value entries by proceeding to call SetConfigurationTable in your custom service.

Top Tags