<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to input number larger than 10 digits</title><link>https://community.appian.com/discussions/f/user-interface/19939/how-to-input-number-larger-than-10-digits</link><description>Hi, 
 I am working on an application where I want to capture the credit card details to make the payments using call integration smart service. 
 So if I use integerField and input the card number which is usually of 16 digits, it gives the error that</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to input number larger than 10 digits</title><link>https://community.appian.com/thread/77962?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 14:48:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e42df331-3a56-4861-99e6-4fc341558770</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;This is a fundamental architecture problem, and understanding it will save your bacon in many other areas as well.&lt;/p&gt;
&lt;p&gt;Your credit card number is not a number.&amp;nbsp; Your SSN is not a number.&amp;nbsp; Your PIN on your credit card is not a number.&amp;nbsp; Neither is a phone number.&amp;nbsp; They may appear to be numbers, they may be called &amp;quot;numbers&amp;quot;, but that&amp;#39;s not what they really are.&amp;nbsp; They&amp;#39;re words.&amp;nbsp; Specifically passwords, written exclusively with numeral characters.&lt;/p&gt;
&lt;p&gt;Stop thinking of them as numbers.&amp;nbsp; $45,000 is a number.&amp;nbsp; You could add to that, subtract from it, multiply it by .0024 on a regular basis for compound interest, etc.&amp;nbsp;&amp;nbsp;You would never add credit card numbers.&amp;nbsp; You would never divide someone&amp;#39;s SSN by 2.&amp;nbsp; You&amp;#39;d never take the modulus of someone&amp;#39;s PIN, or add 10 percent to someone&amp;#39;s phone number.&amp;nbsp; So you always treat these numeral strings as &amp;quot;string&amp;quot; datatype, or Appian version &amp;quot;Text&amp;quot; datatype.&amp;nbsp; EVERYWHERE: database, Appian, APIs, XML and JSON, everywhere!&amp;nbsp; This prevents you from accidentally doing arithmetic operations on them, thinking they are numbers.&lt;/p&gt;
&lt;p&gt;One thing that can help you with credit card numbers specifically is to preserve the dashes between the groups of 4.&amp;nbsp; Then if you get 2345 minus 5876 minus 4400 minus 1234 you know you did something wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to input number larger than 10 digits</title><link>https://community.appian.com/thread/77939?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 06:32:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03bc90b9-20b7-4800-a133-388c964ad33a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Hm ... you use the data type &amp;quot;text&amp;quot; in your rule input and CDT and a text field on the interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to input number larger than 10 digits</title><link>https://community.appian.com/thread/77938?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 05:54:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dbaba1a5-2aee-45cc-a603-e98e78d6d5ff</guid><dc:creator>ranjank0001</dc:creator><description>&lt;p&gt;Can you please explain in more detail that how to store number as text?&lt;/p&gt;
&lt;p&gt;When I use the text() and add number greater than 10 digits, it return &amp;quot;N/A&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to input number larger than 10 digits</title><link>https://community.appian.com/thread/77937?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 05:45:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4fef17b-3e44-420c-b982-cbda282731f8</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The only way to do this is to store the number as text.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>