How to add fields to “New Event” under “Activity” tab in Lightning?
I am trying to add custom fields to the "New Event" layout under "Activities" on Opportunity:
However, it appears this component is a static, non-customizable component because when I click on it in Builder, I only see this:
One forum post suggested that one cannot customize this component and therefore cannot add custom fields.
Another post suggests it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
How can I make available a custom "New Event" layout in Lightning Experience under the "New Event" tab?
lightning-experience custom-field activities global-actions
add a comment |
I am trying to add custom fields to the "New Event" layout under "Activities" on Opportunity:
However, it appears this component is a static, non-customizable component because when I click on it in Builder, I only see this:
One forum post suggested that one cannot customize this component and therefore cannot add custom fields.
Another post suggests it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
How can I make available a custom "New Event" layout in Lightning Experience under the "New Event" tab?
lightning-experience custom-field activities global-actions
add a comment |
I am trying to add custom fields to the "New Event" layout under "Activities" on Opportunity:
However, it appears this component is a static, non-customizable component because when I click on it in Builder, I only see this:
One forum post suggested that one cannot customize this component and therefore cannot add custom fields.
Another post suggests it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
How can I make available a custom "New Event" layout in Lightning Experience under the "New Event" tab?
lightning-experience custom-field activities global-actions
I am trying to add custom fields to the "New Event" layout under "Activities" on Opportunity:
However, it appears this component is a static, non-customizable component because when I click on it in Builder, I only see this:
One forum post suggested that one cannot customize this component and therefore cannot add custom fields.
Another post suggests it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
How can I make available a custom "New Event" layout in Lightning Experience under the "New Event" tab?
lightning-experience custom-field activities global-actions
lightning-experience custom-field activities global-actions
asked Dec 30 '18 at 1:15
Swisher SweetSwisher Sweet
1,94711338
1,94711338
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can't edit the Activity Publisher component, but you can change the set of tabs that appear therein. They're Quick Actions.
You can control which Quick Actions appear in the Activity Publisher by editing the "Lightning and Mobile Quick Actions" section of the page layout assigned for the relevant record type/profile combination. It's not editable from Lightning App Builder.
Note that the Lightning and Mobile Quick Actions section is "digested" by the Lightning Experience to generate both the Activity Publisher tabs and actions that appear in the button bar on the record page. Actions that publish Activities (Events and Calls) will automatically be routed to the Activity Publisher, and will appear in the same order they're shown in the Lightning and Mobile Quick Actions section.
You can create new Quick Actions, and edit existing ones, in Object Manager. Edit the Quick Action Layout to add or remove fields from display, or add Predefined Field Values to prepopulate fields whether or not they're shown on the layout.
add a comment |
For your two queries:-
one cannot customize this component and therefore cannot add custom fields:-
There is the option to add fields to event layout.
it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
Editing Global action will reflect wherever it is used.
When you want to add a custom field in the new event tab inside activities on lightning record detail page layout, First check the button, link and action section under object manager of an object if there is any new event quick action or not. If there is not, then the new event action is a global action.
In order to add an extra field on global action layout, you can go to setup and type global action and select and open the new event action and edit the page layout. Add the desired field to the new event global action layout.
Note:- Any change in Global action will reflect everywhere it is being
used. If it affects your org, My suggestion would be to go and create
one object-specific quick action of type create a record and select
target object as the event. Add the desired field on the layout of the
action.
Using Global action on the layout and having record types for the event
and task in your org needs one extra activity. You need to associate a
record type for global action in order to show those actions under the
activity tab on the record page in lightning. If you do not, even
after adding the global action in salesforce mobile and lightning
action section on the page layout, the action will not appear in
activities tab.
One good solution if you want to use the related list to create New event and the task is:-
- add related list single on the layout by editing the page using edit page option appears after clicking the setup icon
select the object Open activities and save it. Do not forget to activate it.
Once done, In your related list, You can see the open activities related list as you were seeing it in Classic. Even You can add this one inside Activity publisher tab on the lightning record detail page. The field displayed here are controlled by normal page layout for task and event. Refer How can I customize my tasks and events page layouts? for more information to edit the page layout of an event and task.
The advantage of using related list is the button here will give you
an option to select the record type which will never possible through
an action. Action always needs to associate with a record type, hence lose the ability.
This image tells you about related list single:-
This image tells how you can edit the event layout when using related list single:-
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "459"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f245006%2fhow-to-add-fields-to-new-event-under-activity-tab-in-lightning%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can't edit the Activity Publisher component, but you can change the set of tabs that appear therein. They're Quick Actions.
You can control which Quick Actions appear in the Activity Publisher by editing the "Lightning and Mobile Quick Actions" section of the page layout assigned for the relevant record type/profile combination. It's not editable from Lightning App Builder.
Note that the Lightning and Mobile Quick Actions section is "digested" by the Lightning Experience to generate both the Activity Publisher tabs and actions that appear in the button bar on the record page. Actions that publish Activities (Events and Calls) will automatically be routed to the Activity Publisher, and will appear in the same order they're shown in the Lightning and Mobile Quick Actions section.
You can create new Quick Actions, and edit existing ones, in Object Manager. Edit the Quick Action Layout to add or remove fields from display, or add Predefined Field Values to prepopulate fields whether or not they're shown on the layout.
add a comment |
You can't edit the Activity Publisher component, but you can change the set of tabs that appear therein. They're Quick Actions.
You can control which Quick Actions appear in the Activity Publisher by editing the "Lightning and Mobile Quick Actions" section of the page layout assigned for the relevant record type/profile combination. It's not editable from Lightning App Builder.
Note that the Lightning and Mobile Quick Actions section is "digested" by the Lightning Experience to generate both the Activity Publisher tabs and actions that appear in the button bar on the record page. Actions that publish Activities (Events and Calls) will automatically be routed to the Activity Publisher, and will appear in the same order they're shown in the Lightning and Mobile Quick Actions section.
You can create new Quick Actions, and edit existing ones, in Object Manager. Edit the Quick Action Layout to add or remove fields from display, or add Predefined Field Values to prepopulate fields whether or not they're shown on the layout.
add a comment |
You can't edit the Activity Publisher component, but you can change the set of tabs that appear therein. They're Quick Actions.
You can control which Quick Actions appear in the Activity Publisher by editing the "Lightning and Mobile Quick Actions" section of the page layout assigned for the relevant record type/profile combination. It's not editable from Lightning App Builder.
Note that the Lightning and Mobile Quick Actions section is "digested" by the Lightning Experience to generate both the Activity Publisher tabs and actions that appear in the button bar on the record page. Actions that publish Activities (Events and Calls) will automatically be routed to the Activity Publisher, and will appear in the same order they're shown in the Lightning and Mobile Quick Actions section.
You can create new Quick Actions, and edit existing ones, in Object Manager. Edit the Quick Action Layout to add or remove fields from display, or add Predefined Field Values to prepopulate fields whether or not they're shown on the layout.
You can't edit the Activity Publisher component, but you can change the set of tabs that appear therein. They're Quick Actions.
You can control which Quick Actions appear in the Activity Publisher by editing the "Lightning and Mobile Quick Actions" section of the page layout assigned for the relevant record type/profile combination. It's not editable from Lightning App Builder.
Note that the Lightning and Mobile Quick Actions section is "digested" by the Lightning Experience to generate both the Activity Publisher tabs and actions that appear in the button bar on the record page. Actions that publish Activities (Events and Calls) will automatically be routed to the Activity Publisher, and will appear in the same order they're shown in the Lightning and Mobile Quick Actions section.
You can create new Quick Actions, and edit existing ones, in Object Manager. Edit the Quick Action Layout to add or remove fields from display, or add Predefined Field Values to prepopulate fields whether or not they're shown on the layout.
answered Dec 30 '18 at 1:52
David ReedDavid Reed
33k72052
33k72052
add a comment |
add a comment |
For your two queries:-
one cannot customize this component and therefore cannot add custom fields:-
There is the option to add fields to event layout.
it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
Editing Global action will reflect wherever it is used.
When you want to add a custom field in the new event tab inside activities on lightning record detail page layout, First check the button, link and action section under object manager of an object if there is any new event quick action or not. If there is not, then the new event action is a global action.
In order to add an extra field on global action layout, you can go to setup and type global action and select and open the new event action and edit the page layout. Add the desired field to the new event global action layout.
Note:- Any change in Global action will reflect everywhere it is being
used. If it affects your org, My suggestion would be to go and create
one object-specific quick action of type create a record and select
target object as the event. Add the desired field on the layout of the
action.
Using Global action on the layout and having record types for the event
and task in your org needs one extra activity. You need to associate a
record type for global action in order to show those actions under the
activity tab on the record page in lightning. If you do not, even
after adding the global action in salesforce mobile and lightning
action section on the page layout, the action will not appear in
activities tab.
One good solution if you want to use the related list to create New event and the task is:-
- add related list single on the layout by editing the page using edit page option appears after clicking the setup icon
select the object Open activities and save it. Do not forget to activate it.
Once done, In your related list, You can see the open activities related list as you were seeing it in Classic. Even You can add this one inside Activity publisher tab on the lightning record detail page. The field displayed here are controlled by normal page layout for task and event. Refer How can I customize my tasks and events page layouts? for more information to edit the page layout of an event and task.
The advantage of using related list is the button here will give you
an option to select the record type which will never possible through
an action. Action always needs to associate with a record type, hence lose the ability.
This image tells you about related list single:-
This image tells how you can edit the event layout when using related list single:-
add a comment |
For your two queries:-
one cannot customize this component and therefore cannot add custom fields:-
There is the option to add fields to event layout.
it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
Editing Global action will reflect wherever it is used.
When you want to add a custom field in the new event tab inside activities on lightning record detail page layout, First check the button, link and action section under object manager of an object if there is any new event quick action or not. If there is not, then the new event action is a global action.
In order to add an extra field on global action layout, you can go to setup and type global action and select and open the new event action and edit the page layout. Add the desired field to the new event global action layout.
Note:- Any change in Global action will reflect everywhere it is being
used. If it affects your org, My suggestion would be to go and create
one object-specific quick action of type create a record and select
target object as the event. Add the desired field on the layout of the
action.
Using Global action on the layout and having record types for the event
and task in your org needs one extra activity. You need to associate a
record type for global action in order to show those actions under the
activity tab on the record page in lightning. If you do not, even
after adding the global action in salesforce mobile and lightning
action section on the page layout, the action will not appear in
activities tab.
One good solution if you want to use the related list to create New event and the task is:-
- add related list single on the layout by editing the page using edit page option appears after clicking the setup icon
select the object Open activities and save it. Do not forget to activate it.
Once done, In your related list, You can see the open activities related list as you were seeing it in Classic. Even You can add this one inside Activity publisher tab on the lightning record detail page. The field displayed here are controlled by normal page layout for task and event. Refer How can I customize my tasks and events page layouts? for more information to edit the page layout of an event and task.
The advantage of using related list is the button here will give you
an option to select the record type which will never possible through
an action. Action always needs to associate with a record type, hence lose the ability.
This image tells you about related list single:-
This image tells how you can edit the event layout when using related list single:-
add a comment |
For your two queries:-
one cannot customize this component and therefore cannot add custom fields:-
There is the option to add fields to event layout.
it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
Editing Global action will reflect wherever it is used.
When you want to add a custom field in the new event tab inside activities on lightning record detail page layout, First check the button, link and action section under object manager of an object if there is any new event quick action or not. If there is not, then the new event action is a global action.
In order to add an extra field on global action layout, you can go to setup and type global action and select and open the new event action and edit the page layout. Add the desired field to the new event global action layout.
Note:- Any change in Global action will reflect everywhere it is being
used. If it affects your org, My suggestion would be to go and create
one object-specific quick action of type create a record and select
target object as the event. Add the desired field on the layout of the
action.
Using Global action on the layout and having record types for the event
and task in your org needs one extra activity. You need to associate a
record type for global action in order to show those actions under the
activity tab on the record page in lightning. If you do not, even
after adding the global action in salesforce mobile and lightning
action section on the page layout, the action will not appear in
activities tab.
One good solution if you want to use the related list to create New event and the task is:-
- add related list single on the layout by editing the page using edit page option appears after clicking the setup icon
select the object Open activities and save it. Do not forget to activate it.
Once done, In your related list, You can see the open activities related list as you were seeing it in Classic. Even You can add this one inside Activity publisher tab on the lightning record detail page. The field displayed here are controlled by normal page layout for task and event. Refer How can I customize my tasks and events page layouts? for more information to edit the page layout of an event and task.
The advantage of using related list is the button here will give you
an option to select the record type which will never possible through
an action. Action always needs to associate with a record type, hence lose the ability.
This image tells you about related list single:-
This image tells how you can edit the event layout when using related list single:-
For your two queries:-
one cannot customize this component and therefore cannot add custom fields:-
There is the option to add fields to event layout.
it is possible by editing the Global Action Layout, but this only changed the Global Action for Classic UI.
Editing Global action will reflect wherever it is used.
When you want to add a custom field in the new event tab inside activities on lightning record detail page layout, First check the button, link and action section under object manager of an object if there is any new event quick action or not. If there is not, then the new event action is a global action.
In order to add an extra field on global action layout, you can go to setup and type global action and select and open the new event action and edit the page layout. Add the desired field to the new event global action layout.
Note:- Any change in Global action will reflect everywhere it is being
used. If it affects your org, My suggestion would be to go and create
one object-specific quick action of type create a record and select
target object as the event. Add the desired field on the layout of the
action.
Using Global action on the layout and having record types for the event
and task in your org needs one extra activity. You need to associate a
record type for global action in order to show those actions under the
activity tab on the record page in lightning. If you do not, even
after adding the global action in salesforce mobile and lightning
action section on the page layout, the action will not appear in
activities tab.
One good solution if you want to use the related list to create New event and the task is:-
- add related list single on the layout by editing the page using edit page option appears after clicking the setup icon
select the object Open activities and save it. Do not forget to activate it.
Once done, In your related list, You can see the open activities related list as you were seeing it in Classic. Even You can add this one inside Activity publisher tab on the lightning record detail page. The field displayed here are controlled by normal page layout for task and event. Refer How can I customize my tasks and events page layouts? for more information to edit the page layout of an event and task.
The advantage of using related list is the button here will give you
an option to select the record type which will never possible through
an action. Action always needs to associate with a record type, hence lose the ability.
This image tells you about related list single:-
This image tells how you can edit the event layout when using related list single:-
edited Dec 30 '18 at 5:39
answered Dec 30 '18 at 5:29
sanket kumarsanket kumar
2,6342323
2,6342323
add a comment |
add a comment |
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f245006%2fhow-to-add-fields-to-new-event-under-activity-tab-in-lightning%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown