Hi Jessica,
With Sugar Market forms, you can add a hidden field, and map it to the Status field and set a default value of "NEW".
This will ensure every form submission is carrying the status value of NEW and setting this to the record in CRM.
However, this cannot be used if we need to update 'Dead' leads to 'Recycled'.
I would set this up in SugarCRM itself using process definitions.
A form submission creates a Landing Page record against a lead or contact (Form details would appear in the 'Landing Pages' sub panel of the lead.)
You could setup a workflow where (Module: Leads)
Start Event - Relationship Change Evaluation - If a Landing Page record is added to the lead
Use a conditional gateway to evaluate the status
If Status is Empty > Set Status to New
If Status is Dead > Set Status to Recycled
End
Hi Jessica,
With Sugar Market forms, you can add a hidden field, and map it to the Status field and set a default value of "NEW".
This will ensure every form submission is carrying the status value of NEW and setting this to the record in CRM.
However, this cannot be used if we need to update 'Dead' leads to 'Recycled'.
I would set this up in SugarCRM itself using process definitions.
A form submission creates a Landing Page record against a lead or contact (Form details would appear in the 'Landing Pages' sub panel of the lead.)
You could setup a workflow where (Module: Leads)
Start Event - Relationship Change Evaluation - If a Landing Page record is added to the lead
Use a conditional gateway to evaluate the status
If Status is Empty > Set Status to New
If Status is Dead > Set Status to Recycled
End