• David Corns 16
  • NEWBIE
  • 35 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 7
    Replies
Does anyone have any insight as to why a button might only appear in mobile and not in a Lightning page layout? We used the Lightning Experience Configuration Converter to arrive at the Lightning Component.
We have a custom picklist field on the Contract object and we are looking for help with a trigger that during the new Contract creation process will upon selecting a Contract custom picklist field particular value autopopulate the standard Contract Term (months) number field with a particular value e.g. 12. All this prior to saving the record.
I am new to Apex triggers. Can anyone help me writing the Trigger for updating a customised Account "Tier" field to Tier 1,2,3 or 4 when the Opportunity Stage is equal to 'Closed Won' and the Tier number is determined by the number of products purchased on the Opportunity e.g. Tier 1 = 10000+,Tier 2 = 5000-10000, Tier 3=2500-4999,Tier 4=<2500?
Thanks in advance.