Set blank value to a numeric attribute using Agile SDK

Numeric attributes by default will take only numbers.
Can we set numeric attribute with blank value using Agile SDK.

Add Comment
3 Answer(s)

Did you try setting it to null?

Agile Angel Answered on March 14, 2019.
Add Comment

Hello,

Yes, I tried setting it to null and it worked.
Thanks for your response.

Regards,
Rakesh R S

Agile User Answered on March 15, 2019.
Add Comment

You can get the Numeric cell and set it to null using SDK.  Note, there is a bug (BUG 22046935)logged on MyOracleSupport for 9.3.4 that discusses the issue of trying to blank out numeric fields in the WebClient (if you are experiencing this issue).  I’ve run into this with our set up.  Another work around is using the Java-Client. The bug is only present in the web-client

Agile User Answered on March 15, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.