06-27-2018 09:17 AM - edited 03-17-2019 07:37 PM
Hi,
I have an CMS server configured and have configured the Active Directory. Our issue is that in AD we have E164 numbers, but we want our space ID to be the last 3 digits of the E164 number. We could populate the iPhone field in AD, but this is a lot of work
Any idea?
Thanks
JH
Solved! Go to Solution.
06-27-2018 10:38 AM
That should be possible, CMS uses GNE ERE regex standard
See appendix D
06-27-2018 06:09 PM
Here's an example I copied from another forum post and then changed:
88$telephoneNumber|'/^\+(.{7})//'$
I think the way this works is it imports the telephoneNumber field from AD but ignores the first 7 characters and prefix's with '88' so the Space URI ends up being 88<extension>.
06-27-2018 10:38 AM
That should be possible, CMS uses GNE ERE regex standard
See appendix D
06-27-2018 06:09 PM
Here's an example I copied from another forum post and then changed:
88$telephoneNumber|'/^\+(.{7})//'$
I think the way this works is it imports the telephoneNumber field from AD but ignores the first 7 characters and prefix's with '88' so the Space URI ends up being 88<extension>.
06-29-2018 08:39 AM
08-23-2019 12:55 AM
Hi , last post was very helpfull , but if i want to delete domain part from email field , how can i get it?
i want that email field : example@domain.com become only example
Regards
08-23-2019 01:35 AM
Hi , i already found it:
example@domain.com become only example
Solution: $mail|'/@domain.com//'$
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide