Update for Attributes with delta configuration possible via REST?
Hello,
The "shapes" returned via REST client for RTC (4.0.5) does not provide the attribute options added via delta configuration.
Effect: Not possible to update the attributes configured with delta options via REST.
Is this a known issue?
Only work around we can think of now is to fetch the Process Configuration XML and do post processing to get the options from there..
Any other know solutions for this?
The "shapes" returned via REST client for RTC (4.0.5) does not provide the attribute options added via delta configuration.
Effect: Not possible to update the attributes configured with delta options via REST.
Is this a known issue?
Only work around we can think of now is to fetch the Process Configuration XML and do post processing to get the options from there..
Any other know solutions for this?
One answer
The delta configuration is already done..
The REST client is not able to fetch the available values for the particular field in the consuming Project Area.
To validate the option before setting it, we need list of all available options (configured as delta) of the attribute.
This currently seems not available, atleast with the basic functions in REST..
The REST client is not able to fetch the available values for the particular field in the consuming Project Area.
To validate the option before setting it, we need list of all available options (configured as delta) of the attribute.
This currently seems not available, atleast with the basic functions in REST..
Comments
Donald Nong
Mar 11 '14, 8:40 p.m.Not sure exactly what you are trying to do. But if you are going to make "delta" changes, you are updating something already exists. In this case, shouldn't it be appropriate to use a PUT request rather than POST?