You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

CustomObject Decimal type Issue

Received Response
62
Views
5
Comments

Summary

CustomObject Decimal type Issue

Content (required):

I have a field in CustomObject with the type of 'decimal'. When I am trying to save it from Customer Portal it doesn't affect any of that field. Can anyone help me on this how to save this value from CP. Below is my code snippet.

Decimal Field Setting in Agent Desktop.

Decimal Part (0 to 5) - 2

Maximum Value - 100

Minimum Value - 0

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

$coname = new RNCPHP\CO\COName();

$coname->decimal_field = 4.55;

$coname->save();

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!