The currency field is not allowing to enter more than 15 characters or digits

  • 12 September 2017
  • 3 replies
  • 1 view

Badge +4

Hi Team,

I created the nintex form for currency. But its not allowing me to enter more than 15 characters or digits in that field.

Example: 450,320,560,126,360.35

Please help us to resolve this issue.

Regards,

Dhayanand Kalimidi


3 replies

Userlevel 5
Badge +14

that's a sharepoint limitation

see - List and library column types and options - SharePoint 

207517_pastedImage_1.png

nintex implements hard limit to 15 digits for controls connected to list fields of type currency, resp. 30 digits to controls not conntected to list fields.

sharepoint itself, if you exceeds 15 digits, rounds up the number to 15 most significant digits

207524_pastedImage_3.png

Badge +4

Hi Marian,

The SharePoint currency filed is allowing me to accept more than 15 digits.

Please find the below screen shot for your reference.

However the nintex form is not allowing me to enter more than 15 digits. Is there any solution to fix it.

207523_pastedImage_1.png

Userlevel 5
Badge +14

I'm not aware of it would be possible to override nintex control limit.

the only way I can think of how you could workaround it is that you let users input the figure into regular single line text field (string) and then create a workflow that would copy over the value from string field into currency one.

Reply