khang1028
Forum Replies Created
-
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] Change forbidden messageHi @amagsumov,
I updated the message following your link. I don’t know why it added <p> tag automatically to my message after save and the plugin response my message + Clean Talk response message although I don’t tick “Show CleanTalk’s response below my response”.
For example:
I input message
“Sorry, you’re submitting forms too often. Please wait a moment before trying again.”
After save, the message is
“<p>Sorry, you’re submitting forms too often. Please wait a moment before trying again.</p>”
and CleanTalk response:
“***
Sorry, you\u2019re submitting forms too often. Please wait a moment before trying again.\r\n\r\n<\/p>\n\n *** Forbidden. You sent forms too often. Please wait a few minutes. ***”Hi @alexacrm,
Thanks for your reply. I have changed the SdkClientVersion to 9.0 and it works.
I can get the values of multiselect optionsets by using retrieveMultiple for FetchXML.
BTW, I can use almost operate in the condition of FetchXML for multiselect optionsets but I cannot use “contain-values” operate.
Example:
<fetch distinct=’false’ no-lock=’false’ mapping=’logical’>
<entity name=’account’>
<attribute name=’name’ />
<attribute name=’service_multiselect’ />
<filter type=’and’>
<condition attribute=’service_multiselect’ operator=’contain-values’>
<value>100000000</value>
<value>100000001</value>
</condition>
</filter>
</entity>
</fetch>Could you please help me with this?
Thanks.- This reply was modified 4 years, 4 months ago by khang1028.