Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Create a 64 bit integer field for custom schema

Avatar

Level 4

Hi,

How to create a 64 bit integer field for custom schema

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

in the schema, just define  type="int64" for the attribute

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi,

in the schema, just define  type="int64" for the attribute

Avatar

Level 8

Hello Santhosh,

Eg:

<attribute label="Identifier" name="b-id" sqlname="iId"  type="int64"/>

Regards,

Venu