Untitled

 avatar
unknown
plain_text
a year ago
415 B
5
Indexable
IF (call) the PROSPECT OR CUSTOMER exists (lookup email)
  return customer/prospects ID
  IF CUSTOMER AND PROSPECT exist
    (call) Create a new QUOTE assigned to CUSTOMER
  ELSE
    (call) Create a new QUOTE assigned to PROSPECT
ELSE (call) Create new PROSPECT
  WHILE PROSPECT ID is blank
    (call) Requeue/Lookup new prospect (lookup email) and return prospects ID
  (call) Create new QUOTE assigned to PROSPECT
Editor is loading...
Leave a Comment