Needs Info!

Sivamanik
Giga Contributor

Hi Guys!

 

Is it possible to generate the two automate generate numbers like (REG No ,UHID No) in a single form(Patient Registration)!

If Yes can you give me some brief info on it how to generate.

 

How to mention the age  in (years ,month, days) like example (2 years 4 months 21 days ) is it possible in ServiceNow platform!

If yes can you please let me know the field type!

1 REPLY 1

AJ63
Tera Expert

Hi Siva, 

 

1st --> if you have different table where unique # already there, you can use that on current form. Like if REG NO is in table REG and UHID is in UHID, you can have both on REG table form, UHID would be as Ref field.

 

2nd --> you can still create a new field same as number field by using (Get Next Padded Number) in ref qual, this will allow you to have 2nd field on form as running number however since there can be only one display vale on table, you should be using only 1 of these field as display value.

 

Reach out if you still need help or support!

Thanks!-AJ