You need to sign in to do that
Don't have an account?

what is initial submission in approval process?Without clicking on submit for approval can i send it to approval process? Can u please share steps?
what is initial submission in approval process?
Without clicking on submit for approval can i send it to approval process? Can u please share steps?
what are the action used in approval process? te a query on account object to fetch contact details?
Without clicking on submit for approval can i send it to approval process? Can u please share steps?
what are the action used in approval process? te a query on account object to fetch contact details?
2)In case you need to send a record for approval without button click, you need to code either using a trigger or customizing the entire approval process.
3)Following are the actions used in approval process-
Task - Assigns a task to a user you specify. You can specify the Subject, Status, Priority, andDue Date of the task.
Email Alert - Uses an email template you specify to send an email to a designated recipient.
Field Update - Changes the value of a selected field. You can specify a value or create a formula for the new value.
Outbound Message - Sends a message to an endpoint you designate. You can also specify a username and the data you want to include in the message.
https://help.salesforce.com/HTViewHelpDoc?id=what_are_approvals.htm&language=en_US
https://developer.salesforce.com/trailhead/force_com_admin_beginner/chatter/chatter_approvals
Hope this helps.