How to update custom field in marketo - marketo

I created a custom field in marketo of type string. I created a custom field with name RF_techLoadBalancers and API name rFtechLoadBalancers, but now I need to update the API name for this field to RF_techLoadBalancers (same as name). From admin in field management I can only change the custom field name but I am not able to change API name.

API names cannot be changed for fields. You would need to file a support tket for the field to be removed so that you can recreate it with the desired API name.

Related

Can you make a field unique in a content type in Drupal 8?

I have an employee content type and it have an id field.
Can I make the id field unique (so that Drupal would prevent me from inputting the same id more than once by mistake)?
You could try the field validation module. It allows you to set a field as unique on per content type basis.
Alternatively, if you have access to/are a developer, then it's quite simple to alter the form and include your own validation.
You can use the contrib module unique_content_field_validation

Marketo REST API - what is "dedupeFields" for custom objects?

When it comes to creating/updating custom objects, can I use both dedupeFields or lookupField when pushing the data to Marketo?
What is the difference between the two?
I'm not sure what do you mean under lookupField, as there is no such input field described in the API documentation of the Sync Custom Objects endpoint. (That is the endpoint to create or update custom objects.)
In the other hand, you do not need such a standalone lookup field, as with the input array you provide the objects you want to create or update, with all their important values. Have a look at the sample payload in the docs.
When input is used together with the optional dedupeBy and action fields, you have full control over which object you want to create or update.
Also, the endpoint expects the name of the dedupe field under dedupeBy key, as opposed to dedupeFields. So the name is singular; you can provide a single field name use, and it does what you can expect: if the value in the field for a given record is not unique, an error will be returned for the individual record.

Dynamically-populated fields in Gravity Forms for Wordpress

I'm trying to include Gravity Forms on my wordpress website. I wanted to use dynamically populated fields and looked up the docs that say:
You can populate a field via the query string by appending the dynamic
population parameter you specified for the field to the end of your
form URL along with your custom value.
http://siteurl.com/form-url/?your_parameter=value
I have made my first field dynamically populated and named the parameter "name".
Unfortunately when I type:
You can populate a field via the query string by appending the dynamic population parameter you specified for the field to the end of your form URL along with your custom value.
http://siteurl.com/form-url/?name=test
I'm getting an error Error, Page not found. Do I need to change something in my permalink section?
You need to enable "All field to be populated dynamically" option for the field that you want to be populated by url parameter. Try using anything other than "name" for example "your_name" or "full_name". It will work properly.

OrangeHrm Add Field in PIM Personal Details

I am new to OrangeHRM 3.3.2 I need to add new field in the Personal Details. I need your help. Thanx
You can add fields to your OrangeHRM application by doing one of these.
1) Edit the database to contain your new field. Then edit the application form template using a new ohrm_widget (ohrm widget means an input field in the OrangeHRM system (ex. Test Field, Calendar, Dropdown, etc.)) and edit the controller function to pass your data to the backend. Then complete the DAO layer function to save your data at the database.
Ex:
If you are going to add a preferred name field for employees, then,
Add the preferred name column to the data table
Add the new preferred name input field to the form template
Add the new parameter in the controller layer to pass it to the backend
Complete the DAO layer function to save the preferred name parameter in the data table
2) In OrangeHRM 5.x you have the support from the application itself to create the custom fields for your entities. (I don't know about the 3.x versions.)

Remove Name and owner in CRM Dynamics

I have created a form for cheque entries. But when i create the form "name" and "owner" field are compulsory and it does not allow to remove either. Any suggestions really appreciated.
Owner attribute is inside the form because the Ownership when you created the entity was set to User or Team instead of Organization.
If you create the entity to be as Organization, you will not have the Owner field BUT you are limited to define the roles on this entity, you can't define for example to make users from a business unit to access only to their records, if a user has a read privilege will be at Organization level (meaning he will be able to read all the records)
Regarding the Name field it's the primary attribute of the entity, from your screenshot looks like you have a field called ChequeNumber, you can delete that field and rename the label of Name field to Cheque Number (if the field type is Single Type of Text) or when you create the entity you define correctly the primary attribute:

Resources