Announcement

Collapse
No announcement yet.

pre sales question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • pre sales question

    i am looking at adding the advance pack for the quotes and workflow addons.

    i just tried the demo;
    i created and opportunity
    then created a quote and pulled in the opportunity
    sent an email with pdf quote

    would the workflow extension allow me to have the opportunity 'stage' updated to reflect i sent a quote?

    would entity manager allow me to have the quote number automatically added to the quote and incremented?




  • #2
    Hello

    Originally posted by sstecker View Post
    would the workflow extension allow me to have the opportunity 'stage' updated to reflect i sent a quote?
    the opportunity 'stage' updated - workflow condition - Status - was changed, Status equals "some value"
    Sent a quote - Yes, it is possible, but only with action Run Service Action
    Workflow allows to create custom service actions. This example will show how this can be done for a Call entity. Step 1. Create Service class Create a file custom/Espo/Custom/Services/TestService.php if it doesn't exist and add a method: Step 2.


    Originally posted by sstecker View Post
    would entity manager allow me to have the quote number automatically added to the quote and incremented?
    after quote saved, this field is available for using

    Comment

    Working...
    X