New functionality
• Option to add basic validation of reference-fields in cart. This is enabled for the normal reference-field + custom reference-fields. Custom reference-fields can ONLY be validated if the normal order-reference has validation.
The validation is based on normal RegularExpression-functionality. See https://www.regextester.com/ for tips/explanation and an online test/verification.
For example the following statement ^[ 0-9 ]{ 10 }$ will allow only numerics and exactly 10 characters. ^[a-z]{5,10}$ will allow normal characters and it needs to be between 5 and 10 characters. Applies only to responsive GUI.

• New framework ready for delivering important system-notifications/messages to logged in users. So far it supports error-detections for possible problems for users integrating into IBX or external purchasing-portals. User will need to confirm reading the message for it to disappear. Applies only to responsive GUI.

Changes
• SAMLAuthentication now supports additional encryption-methods and it also supports claims returned as an array.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
For customer support, please contact us here.

Post Comment