@ChristianS2558 You could also simply add "under development" in the task title until it's ready for live use?
S
Controversial posts made by SadiqA2304
-
RE: "Under Development" flag for task types
-
RE: New field request: Contact.FirstOrNickname
@RichardS3059 I think it's a better solution to add fields and have Appcoll do the logic on the backend, rather than requesting Appcoll to create a new programming language for its end users. I don't think your solution of using the nickname instead of the first name solves anything at all, either - it is the exact same thing, as you're still just using one field and not two.
-
New field request: {Contact.USPTORegNumComma}
{Contact.USPTORegNumComma}
- Returns Contact's registration number with a comma where appropriate
Example 1:
{Contact.USPTORegNum} = 11222
{Contact.USPTORegNumComma} = 11,222Example 2:
{Contact.USPTORegNum} = 100000
{Contact.USPTORegNumComma} = 100,000