No announcements
Found 244639 threads
-
0 Votes
How to retrieve custom fields like new_password
try contact ...Answered | 2 Replies | 2644 Views | Created by Mohamad Sariman - Wednesday, January 11, 2012 7:33 PM | Last reply by Mohamad Sariman - Wednesday, January 11, 2012 8:07 PM -
0 Votes
Retrieve Custom Fields in plug-in
you have to use DynamicEntity to get the custom fields.Answered | 2 Replies | 5528 Views | Created by RBahr - Thursday, March 11, 2010 6:54 PM | Last reply by MariuszSliwinski - Friday, March 12, 2010 3:07 AM -
0 Votes
Retrieve activities with custom fields
Here's the code I came up with for retrieving the fax entity that has custom columns.Answered | 4 Replies | 5604 Views | Created by Andrew B Schultz - Friday, December 18, 2009 5:40 PM | Last reply by rmcmullen - Thursday, March 4, 2010 8:41 PM -
0 Votes
Field Password - CRM 4.0
Hi, how to create a new text field in the form, in order to show a field more then on time.Answered | 4 Replies | 7462 Views | Created by Luizhcota - Wednesday, December 17, 2008 6:00 PM | Last reply by Elzira - Wednesday, October 21, 2009 7:20 PM -
0 Votes
Q: How to retrieve notes from a custom entity?
Also take a look at the latest Customer Portal Accelerator on codeplex - it has examples of how to download attachments on your website.Answered | 3 Replies | 10018 Views | Created by bb2j3z - Thursday, May 20, 2010 3:09 PM | Last reply by Shan McArthur (CRM MVP) - Thursday, May 20, 2010 5:19 PM -
0 Votes
Can't retrieve a custom picklist field using XML web service calls
Also, I hope you will like to fetch value of selected option in new_meetingtype instead of value index.Answered | 4 Replies | 4318 Views | Created by Andisimo - Wednesday, June 30, 2010 5:38 PM | Last reply by Andisimo - Friday, July 30, 2010 2:03 PM -
4 Votes
Retrieve Custom Attribute(field) display name from CRM Plugin 4.0
When I use this code I am getting the field values from the current tab.Answered | 14 Replies | 12555 Views | Created by anate - Friday, April 8, 2011 6:22 PM | Last reply by anate - Monday, April 11, 2011 2:27 PM -
2 Votes
How to check whether is there the field in the custom entity
Although that works great, given that I just want to check the existence in order to add it to another query, I would like to know if I can parametrize the query in order ...Answered | 5 Replies | 7426 Views | Created by sebastian.mayer.67 - Wednesday, July 6, 2011 9:59 AM | Last reply by Milton Rodríguez - Wednesday, January 2, 2013 4:22 PM -
0 Votes
Custom Entity Retrieval
Settings -> Customization - > Download Web Service Description Files 2.Answered | 4 Replies | 4625 Views | Created by RiverX - Wednesday, June 16, 2010 5:33 PM | Last reply by Mayank Pujara - Wednesday, June 16, 2010 8:52 PM -
0 Votes
Set the value of custom field by code
Thanks Jeroen, I thought about the custom webpart idea, but I will face many problems, the most important one that is the user wont be able to modify the fields ...Answered | 5 Replies | 7835 Views | Created by Mohammad Shobaki - Sunday, August 7, 2011 12:39 PM | Last reply by Mohammad Shobaki - Tuesday, August 9, 2011 12:05 PM -
0 Votes
How to display a custom formula field
Use the local custom field formula builder to verify that the field you want to use is available and actually works.Answered | 3 Replies | 2081 Views | Created by jababda - Wednesday, January 21, 2015 8:49 AM | Last reply by Gary Chefetz, MCITP, MCT, MVP - Thursday, January 22, 2015 9:49 AM -
0 Votes
custom field in custom field formula
Hey Adil , hope you recognize me :) You dont have to create two custom fields for this purpose.Answered | 4 Replies | 9282 Views | Created by Adil Hussain - Saturday, December 11, 2010 6:13 PM | Last reply by Khurram Jamshed - Sunday, December 12, 2010 8:14 AM -
0 Votes
Retrieve ntext field
But typically I set up my ColumnSet for a Plugin this way: // Create a column set holding the names of the columns to be retrieved.Answered | 3 Replies | 7056 Views | Created by BERKAYA Hedi - Tuesday, March 17, 2009 9:49 AM | Last reply by DMCRM - Fronk - Tuesday, May 5, 2009 3:24 PM -
2 Votes
Custom Plugin Field Update
Hi Nikhil, When you are updating an entity, only fields which have changed are included in the property bag.Answered | 3 Replies | 1138 Views | Created by Nikhil Naralkar - Thursday, May 29, 2014 7:15 AM | Last reply by Nathan Eccles - Friday, May 30, 2014 1:31 PM -
3 Votes
Getting at custom fields in an SQL query
don't forget that custom fields are going to have SQL names like 'new_targetprocessid', not just 'targetprocessid'.Answered | 5 Replies | 3687 Views | Created by xzibited999 - Wednesday, September 7, 2011 4:59 PM | Last reply by xzibited999 - Wednesday, September 7, 2011 6:19 PM -
0 Votes
Custom field having values of another custom field
Other Details : Custom Field A is multi-line and Custom Field B is Formula.Answered | 4 Replies | 1821 Views | Created by Shanila m - Tuesday, September 23, 2014 7:35 AM | Last reply by Sreenivasulu Pavalla CRM - Tuesday, September 23, 2014 12:10 PM -
2 Votes
Custom fields
Hi, you need to make sure you are using corrent field names, also please share your code here for enquiry.Answered | 4 Replies | 3530 Views | Created by ms_crm - Wednesday, September 7, 2011 9:17 AM | Last reply by HIMBAP - Thursday, September 8, 2011 7:59 AM -
1 Votes
How to retrieve custom attributes from a crm plugin
The actual Field "LAST_MEETING" is of type datetime.Answered | 19 Replies | 10129 Views | Created by Brightlin - Wednesday, March 17, 2010 8:37 PM | Last reply by Daniel Cai - KingswaySoft - Wednesday, March 24, 2010 6:32 PM -
1 Votes
Lookup contact using custom ID field
If you add your custom field to the Contact - Quick Find Active Contacts view - you should be able to use it retrieve a Contact via a lookup if in fact the value is unqiue.Answered | 2 Replies | 2551 Views | Created by Chris0123456 - Tuesday, August 28, 2012 1:52 PM | Last reply by Chris0123456 - Tuesday, August 28, 2012 3:36 PM -
4 Votes
How to use CSOM to get a list of projects based on a custom field value?
Hello, I have a similar issue but with a custom field that has an associated lookup table.Answered | 8 Replies | 9052 Views | Created by m g - Wednesday, December 18, 2013 4:01 PM | Last reply by geo_d - Monday, July 31, 2017 9:52 AM - Items 1 to 20 of 244639 Next ›
No announcements