No announcements
Found 322146 threads
-
0 Votes
Append text to the end of a field with javascript
On my record i have a multi line text field that on save i want to append some text onto the end of it.Answered | 1 Replies | 3251 Views | Created by Jimminybob - Friday, June 15, 2012 2:10 PM | Last reply by JLattimer - Friday, June 15, 2012 2:15 PM -
3 Votes
Convert picklists into general text field?
You can create a new text field then using a workflow or import wizard, update the text field with the existing picklist value for each record then remove ...Answered | 6 Replies | 6041 Views | Created by jj1973 - Monday, March 21, 2011 4:29 PM | Last reply by Jamie Miley - Friday, May 4, 2012 1:59 PM -
0 Votes
CRM 2011 - Convert a text field to a lookup
Add a new field which is a proper lookup field and then use either a workflow or jscript to populate your legacy field.Answered | 4 Replies | 4318 Views | Created by rockyMtnRajah - Friday, March 23, 2012 6:25 PM | Last reply by rockyMtnRajah - Saturday, March 24, 2012 12:25 AM -
2 Votes
getting Lookup field Text - JavaScript
Can you please help converting following code to CRM 2011.Answered | 5 Replies | 10785 Views | Created by Hari Prabhu - Friday, March 4, 2011 4:42 PM | Last reply by Hari Prabhu - Saturday, March 5, 2011 8:53 AM -
3 Votes
Extend field label text length
I'm not a JavaScript developer, so I'm unable to write the code for you, but you could try an internet search to find useful stuff that smarter people than me have published.Answered | 6 Replies | 6600 Views | Created by SamXie - Tuesday, November 9, 2010 2:54 PM | Last reply by AnisZ - Tuesday, November 16, 2010 9:03 PM -
1 Votes
accessing lookup field in javascript
How to retrieve last value in an array type number field and calculate any number functions on this field?Answered | 5 Replies | 8045 Views | Created by geeky girly - Friday, January 29, 2010 6:30 PM | Last reply by elizas - Friday, April 23, 2010 1:41 PM -
0 Votes
How to merge two date fields in ms crm 2011 using javascript
Hi, you can do this through javascript you can read both datatime field and can combine these dates and put it in text ...Answered | 1 Replies | 4365 Views | Created by Shetty KP - Tuesday, November 22, 2011 8:25 AM | Last reply by HIMBAP - Tuesday, November 22, 2011 8:38 AM -
0 Votes
Can I use fixed value in a text field?
what type of field you are trying to set the value , is it text field or (whole number field & currency Field).Answered | 7 Replies | 3516 Views | Created by Venkat1986 - Wednesday, July 18, 2012 6:55 AM | Last reply by Parthiban.T - Thursday, July 19, 2012 11:07 AM -
0 Votes
change field location in javascript
You may have to duplicate fields within each section, but you'll have better control over field placement.Answered | 9 Replies | 4400 Views | Created by zarour - Thursday, November 17, 2011 5:46 PM | Last reply by Henri Lo - Monday, November 21, 2011 5:06 AM -
1 Votes
JavaScript Question - Setting fields = Another field
I have the following simple Javascript that attempts to set the "Application Name" field equal to the "ProjectNameID" field when the ...Answered | 4 Replies | 5680 Views | Created by sixty4 - Monday, November 1, 2010 3:51 PM | Last reply by sixty4 - Monday, November 1, 2010 5:52 PM -
0 Votes
Poplulate a Text field with a Picklist value
I put it on the onchange of the text field.Answered | 11 Replies | 5715 Views | Created by brosimba - Wednesday, October 7, 2009 9:17 AM | Last reply by brosimba - Wednesday, October 7, 2009 12:02 PM -
1 Votes
CRM Text Field Convert to URL Format
Agree with Payman, you coud also write a simple .net code to copy data from that field to another field with proper formatting.Answered | 2 Replies | 1993 Views | Created by katiemackie - Tuesday, September 3, 2013 2:33 PM | Last reply by HIMBAP - Tuesday, September 3, 2013 4:21 PM -
0 Votes
Updated Read only field using Javascript
Hello Nandan, if you want to save a read only field you need to set the SubmitMode to be always, which ensures the value is sent to the database.Answered | 1 Replies | 1785 Views | Created by Nandan21 - Friday, January 11, 2013 6:57 AM | Last reply by Madhu-CRM - Friday, January 11, 2013 6:59 AM -
0 Votes
JavaScript Field Password - CRM 4.0
You could develop a pre-call out that uses an encryption algorithm to encrypt the data and some javascript on the form load to mask the password.Answered | 2 Replies | 8337 Views | Created by Luizhcota - Wednesday, December 17, 2008 5:45 PM | Last reply by LachlanF - Friday, December 19, 2008 12:46 AM -
0 Votes
Javascript RegEx for field on textChange
<html> <head> <script> function myFunction() { var x=document.getElementById("fname"); var re = new RegExp(document.getElementById("RegEx").value); if ...Answered | 4 Replies | 1441 Views | Created by Shaun Harrison - Thursday, June 5, 2014 1:05 PM | Last reply by Shaun Harrison - Thursday, June 5, 2014 2:26 PM -
0 Votes
Using entity fields in external javascript files
Hi Mahain, yes, you can use entity fields in external javascript files.Answered | 6 Replies | 6360 Views | Created by HIMBAP - Wednesday, April 22, 2009 1:29 PM | Last reply by JuergenBeck - Wednesday, April 29, 2009 1:27 PM -
2 Votes
How to show the fields in a row ?
a small addition to what Jamie offered, when you add the fields to the form, you can create a section on the form and select the option to use 3 columns.Answered | 2 Replies | 4018 Views | Created by Srikanth_MSCRM - Monday, June 27, 2011 2:28 PM | Last reply by Donna Edwards - Monday, June 27, 2011 3:03 PM -
4 Votes
Javascript Error - Customization of fields
In your JavaScript code try to display alerts after few lines and see till where your JavaScript is running fine and exactly where the error is coming.Answered | 5 Replies | 3353 Views | Created by Simran08 - Monday, April 2, 2012 11:21 AM | Last reply by Simran08 - Monday, April 2, 2012 1:43 PM -
0 Votes
Javascript if field populated end javascript
==null should have been how guido put it.Answered | 6 Replies | 2532 Views | Created by chrisc543-1 - Monday, July 29, 2013 7:09 PM | Last reply by Guido Preite - Monday, July 29, 2013 8:26 PM -
1 Votes
get user field by javascript !?
but... if i need to read a picklist field?Answered | 5 Replies | 5582 Views | Created by pixlian - Wednesday, November 10, 2010 10:19 AM | Last reply by C.W. Danny Chang - Thursday, November 11, 2010 7:41 AM - Items 1 to 20 of 322146 Next ›
No announcements