DeleteSrmod
Use this action to delete a srmod data.
Required parameters
SRMOD node
Parameter Key | Value Type | Parameter Description |
---|---|---|
productLine | Alphanumeric string | The product line. Maximum length for strings is 14. |
ruleId | Alphanumeric string |
The rule id of the drill field. Maximum length for strings is 120. |
systemCode | Alphanumeric string |
The application's system code. |
Column node
Parameter Key | Value Type | Parameter Description |
---|---|---|
DbName | Alphanumeric string |
The column name. Maximum length for strings is 30 |
LABEL | Alphanumeric string |
The label to show in the drill table. Minimum length for strings is 30. |
XML Request Format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by an <ACTION> node. COLUMN nodes describe the fields to be returned for the select rule (DSPFLDS in rule definition).
<?xml version="1.0" encoding="UTF-8"?>
<ACTION actionName="updateSrmod">
<SRMOD productLine="${PDL}" ruleId="IF-CUC-S-0001" systemCode="IF" >
<COLUMN DbName="CURRENCY-CODE"><LABEL><![CDATA[Currency]]></LABEL></COLUMN>
<COLUMN DbName="DESCRIPTION"><LABEL><![CDATA[Expression]]></LABEL></COLUMN>
<COLUMN DbName="FORMS-EXP"><LABEL><![CDATA[Expression]]></LABEL></COLUMN>
<COLUMN DbName="NBR-DECIMALS"><LABEL><![CDATA[Decimals11111]]></LABEL></COLUMN>
<COLUMN DbName="ISO-CODE"><LABEL><![CDATA[ISO Code]]></LABEL</COLUMN>
</SRMOD>
</ACTION>