App Builder Training session 1/31 9-2 ET (Dan Goldston) -
the rule that you mentioned earlier this morning about when to use programmatic programming ... was when we need to create a cross object function ... So now that we have Flow, it seems to be able to solve cross object limitations...
Can you be more specific about what and when to use APEX or Visual Force?
1 comentário
The rule is that if you can meet the requirement declarative, that's what you want to use (and yes, flow is an amazing declarative tool we can use now to address cross objects limitations we had in the past). Once you have a requirement which is more complex then what flow can handle (see a list of limits here: https://help.salesforce.com/articleView?id=flow_considerations.htm&type=5) then you would move to buy or programmatic (like APEX).