Hi Anoop,Thanks for reaching out!Microsoft® SQL Server 2014 is
compatible with 8891 build. Please note Microsoft SQL Server is not
supported as the primary database when the Campaign server is running on
Linux. Hope this answers your questions.For more info, you can refer to
the following
link:https://helpx.adobe.com/in/campaign/kb/compatibility-matrix.htmlThanks,Ayushman
This should give you the desired result:Iif(@X_HOME_PH_NUM is Null and
@MOBILE_NUM Is Null, "Call Customer Services to Update Number –
1-800-RED-CROSS",Iif(@X_HOME_PH_NUM Is Null, @MOBILE_NUM,
@X_HOME_PH_NUM))Thanks,Ayushman
Hi Akshay,By default, out-of-the-box schemas are only accessible with
write permissions for operators with admin rights.You can still modify
the system filters of the out-of-the-box schemas which are by default
protected due to compatibility issues with older versions:NoteHowever,
Adobe recommends you do not modify the default parameters to guarantee
optimal security.Create an extension for the concerned schema or open an
existing extension.Add a child element in the main element to delete appl...