Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft Dynamics CRM | 6.9.1 |
This hotfix can be downloaded from the SFDC Customer Portal Web UI, using your username and password for support.tibco.com. Once logged on you can find the hotfix under Download Menu:
AvailableDownloads/BusinessWorks/Plugins/DCRM/6.9.1/hotfix-02
Listed below is a summary of updates included. Please refer to the associated read me document for any additional information
==========================
Closed Issues in 6.9.1_Hotfix 2(This Release)
DCRM-1910: Support for "Multi section Optionset" in Filter query
Note: DCRM 6.9.1 HF-002 hotfix supports only "neq"(not equals) operator.
Though below operators are shown while using the filter query in the listener configuration with Multi-select Optionset field.
eq
containvalues
doesnotcontainvalues
containsdata
doesnotcontaindata
User can test if the multiselectOptionset field is empty or not by using "neq" operator in Filter Query as follows.
Eg: new_multiselectoption neq EMPTY
User have to give Multi-select Optionset Integer values only which are comma separated if more than one present to test with "neq" or with other operators(supported in future releases) while forming the Filter Query.
Eg:
new_multiselectoption neq 2342352,1453536
new_multiselectoption neq 25364363
If the Multi-select Optionset field contains any data for the record on which some operation is performed then it's values are sent to the Entity EventSource activity which shows up in the Output tab.
User can also see the entity data in the Plugin Logs in dynamics 365 server UI.
==========================