I want to fill-in the correct environment-specific...
# sdf
z
I want to fill-in the correct environment-specific values for the Internal IDs represented in the XML as [ACCOUNT_SPECIFIC_VALUE]. With my team, we tabulated the correct Internal IDs in the target environment--we're sure we know what they are and where they go in the XML. The problem: I am not sure how to designate and Internal ID in the XML. Is it a bare, scalar value, like this (the number 8)? --
Copy code
<parameter>
  <name>{#Department#}1</name>
  <selectrecordtype>-102</selectrecordtype>
  <value>8</value>
</parameter>
I ask, because when I attempt to validate (sdfcli, client not server-side metadata), I get this error:
- Line No. 46 - Error Message: Invalid "valueselect" reference key "8".
Of course, I know you can reference scriptid values ... I was wondering about internalid values specifically.
👀 1