Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Number range expires

Former Member
0 Likes
1,103

Hi all

Can anybody tell me what happens when my number range expires.

I have defined the object using SNRO and set the higher limit.

What if the higher limit of my number range reaches..

kindly help.. points will rewarded suitably

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
781

if you make a new record, a new number is fetched. (normal way not expired)

so if you delete a record the number it had is free again.

when your number range expires, at first there will be taken the ones which are free again like explained above.

but i have no clue what happens if it really expired.

anyway i guess you get an exception, and if you dont cathc it a dump.

Hi all

Can anybody tell me what happens when my number range expires.

I have defined the object using SNRO and set the higher limit.

What if the higher limit of my number range reaches..

kindly help.. points will rewarded suitably

2 REPLIES 2
Read only

Former Member
0 Likes
782

if you make a new record, a new number is fetched. (normal way not expired)

so if you delete a record the number it had is free again.

when your number range expires, at first there will be taken the ones which are free again like explained above.

but i have no clue what happens if it really expired.

anyway i guess you get an exception, and if you dont cathc it a dump.

Read only

Former Member
0 Likes
781

When you used SNRO to create the range, you had to give it a "Warning %". When you reach that percentage, users will start getting warning messages. This should give you time to expand the range.

Rob