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

Announcements

No record found.

News and Announcements icon
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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans