Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Apex Code Development
- :
- Unanimous Approval Help Urgent
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
Unanimous Approval Help Urgent
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-14-2012 07:11 AM
In Approval Process Step 3 Where i select Users for Approval and in the 4 th option where it says
Automatically assign to approver(s).
Step 3 of 3
Step 3. Select Assigned ApproverSpecify the user who should approve records that enter this step. Optionally, choose whether the approver's delegate is also allowed to approve these requests.
Select Approver
Related User
--None--Created By Last Modified By Owner Queue Related User
--None--Created By Last Modified By Owner
Add Row Remove Row
--None--Created By Last Modified By Owner Queue Related User
--None--Created By Last Modified By Owner Let the submitter choose the approver manually. Automatically assign using the user field selected earlier. (Approvers List) Automatically assign to queue. ![]() Automatically assign to approver(s). Queue
| |
User |
When multiple approvers are selected:
- Approve or reject based on the FIRST response.
- Require UNANIMOUS approval from all selected approvers.

how to i Add rows Dynamically using Apex . i have the List of users obtaining according to my Business Logic
0
Re: Unanimous Approval Help Urgent
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-14-2012 09:10 AM
You can't modify metadata via Apex Code (at least, not in the manner you're looking for). Your code would have to be dynamically adding (and removing!) rows for every call, and I'm pretty sure this wouldn't be ideal later. You will probably want to make nearly identical approval processes, or use multiple steps that have entry criteria per your business logic.
~ sfdcfox ~
I am a sandwich. That is all.

