web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

CRM JavaScript Method for contains

(0) ShareShare
ReportReport
Posted on by 170

Hi All,

Does anyone know the CRM JScript method for contains? I am trying to run a check to see if a field on my form contains a string. I have created the following code but when it is run I get the error "Method Not Supported".

if (crmForm.all.new_connote.DataValue.conatains('CPAY'))

{

crmForm.all.new_courier.DataValue = 4

crmForm.all.new_courier.Disabled = true

}

else if (crmForm.all.new_connote.DataValue.contains('WCP'))

{

crmForm.all.new_courier.DataValue = 7

crmForm.all.new_courier.Disabled = true

}

else

{

crmForm.all.new_courier.DataValue = 5

crmForm.all.new_courier.Disabled = false

}

 

Thanks in advance for your help.

Sam.

*This post is locked for comments

I have the same question (0)
  • alf Profile Picture
    17,915 on at

    Hi Sam,

    You can use the function MyStringVariable.indexOf('WCP')  This will return -1 if WCP is not found

     

  • Sam Wettig Profile Picture
    170 on at

    Hi Alex,

    So you can. Thanks very much for that.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans