function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saloni KhedkarSaloni Khedkar 

Customize Global action

I am tryng to customize Global action layout for - Log a call 
I have a custom dropdown on Global action layout associated to Task object called Fruit Types, having picklist values Apple & Oranges.
My use case is  - 
When i select Oranges, a checkbox needs to appear, called "Interested"
but when I select Apples, the checkbox should not show up on any profile. 

Is the usecase achievable ? If yes, how ?

Thank you in advance.
VinayVinay (Salesforce Developers) 
You can try using of flow or lightning component and invoke through Global action.  Might need to build custom solution for same.

https://www.simplysfdc.com/2018/03/salesforce-global-actions-in-lightning.html
https://trailhead.salesforce.com/content/learn/modules/salesforce1_mobile_app/salesforce1_mobile_app_actions_global

Thanks,