Slaesforce FAQ

how to update call type field in salesforce

by Ara Cartwright Published 2 years ago Updated 2 years ago
image

Setup->Administration Setup->Security Controls->click on Field Accessibility->click on the Task object->click on ->View by Fields->select the call type field-> change the accessibility of the field by clicking the link display in the front of the profile. Did this answer your question?

Full Answer

What is an ID field in Salesforce?

The field is named Id and contains a unique identifier for each record in the object. It is analogous to a primary key in relational databases. When you create () a new record, the Web service generates an ID value for the record, ensuring that it is unique within your organization’s data. You cannot use the update () call on ID fields.

What is the length of text calculated fields in Salesforce?

The length of text calculated fields is 3900 characters or less—anything longer is truncated. Calculated fields are called formula fields in the Salesforce user interface. A combobox is a picklist that also allows users to type a value that is not already specified in the list. A combobox is defined as a string value.

What are the different types of fields in Salesforce?

Field Types. 1 AnyType Field Type. The anyType field type is dynamic and returns string, date, number, or boolean data depending on the kind of field involved. For ... 2 Calculated Field Type. 3 ComboBox Field Type. 4 Currency Field Type. 5 DataCategoryGroupReference Field Type. More items

What is datacategorygroupreference in Salesforce?

A data category group has categories that classify articles in Salesforce Knowledge and questions in the Answers feature. Every article and question object has two fields of type DataCategoryGroupReference which contain the category group and category unique name.

image

What is a picklist field in Salesforce?

Picklist fields contain a list of one or more items from which a user chooses a single item. They display as dropdown lists in the Salesforce user interface. One of the items can be configured as the default item.

What is an ID field?

With rare exceptions, all objects in the API have a field of type ID. The field is named Id and contains a unique identifier for each record in the object. It is analogous to a primary key in relational databases. When you create () a new record, the Web service generates an ID value for the record, ensuring that it is unique within your organization’s data. You cannot use the update () call on ID fields. Because the ID value stays constant over the lifetime of the record, you can refer to the record by its ID value in subsequent API calls. Also, the ID value contains a three-character code that identifies the object type, which client applications can retrieve via the describeSObjects () call.

How many records can you query in SOQL?

The total number of records you can query for in a single SOQL query, when one of the fields being queried on is of type JunctionIdList, can’t exceed 500. If the number of records returned exceeds 500, EXCEPTION: System.UnexpectedException: Truncated appears.

What is a junctionidlist field?

Starting in API version 34.0, the JunctionIdList field type lets you manipulate the many-to-many relationship of an entity directly. You no longer need to manipulate underlying junction entity records. JunctionIdList fields can be queried and updated like any other field on the entity. Queries or updates to JunctionIdList fields act as queries or updates to the underlying junction entity records. Fields of type JunctionIdList appear in the WSDL as an unbounded array of type ID.

What is a reference field?

A reference field contains an Id value that points to a unique record (usually the parent record) on another object. A reference field is analogous to the concept of a foreign key in relational databases. The name of a reference field ends, by convention, with the letters Id (such as CaseId or OpportunityId ). For example, in the OpportunityCompetitor object, the OpportunityId field is a reference field that points to the Opportunity object. It contains an ID value that uniquely identifies an Opportunity record.

Do enumerated fields change with language?

The enumerated field values are fixed and do not change with a user’s language. However, each value may have a specified “label” field that provides the localized label for that value. Always use the value when inserting or updating a field. The query () call always returns the value, not the label.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9