Entries by Alex Edelstein

Extend Formula-building to Non-Admins with Formula Builder, Expression Builder and the ‘Evaluate Formula’ Action

Introduction You can use formulas in both Flow…. and Process Builder: But these tools only are available to admins building flows and processes. Recently we’ve been tinkering with rich flow-based applications where we wanted to let users who are running flows create formulas and see them put to use. These use cases tend to involve […]

QuickChoice Update: Now with Column Width Control, Plus Bug Fixes

You can now pass in a number of pixels (default is 320) in the attribute “style_width” to set the width of the control. Problem preventing Get Layouts action from working in non-debug environments have been fixed. “ObjectAndFieldName” attribute has been removed to simplify the interface, which still has an Object Name and a Field Name […]

Flow and File Upload

The recommended way to do File Upload is via this extension, which adds a bunch of features to the basic set provided in the ‘out-of-the-box’ File upload. Documentation Salesforce makes a File Upload screen component available. It’s documented here. This component requires a recordId and associates the uploaded files with that record. It can accept […]