Evidence Summary
- Workflow run
crm-opportunity-create-delete-20260519T122337Z- Opportunity code
2605-0001- Description
AI Demo CRM Opportunity 20260519T122337Z- Associated entity
- Customer
910 - Final state
- No matching row returned by
DT_ListaOportNeg
Create the Opportunity
- Open
/crm/oportunidadesnegocios. - Click New Business Opportunity.
- Fill Description, Step, Ending Estimated Date, Assign to, Commercial, Value Estimate, and Probability Sale.
- Choose a third-party type, then select the customer, supplier, or prospect.
- Set a source such as Outros when the opportunity does not come from a campaign, mailing, or contact.
- Click Save.
The verified save used POST /ajaxserver with action=gravaOporNeg, TipoTerc=C, CodTerc=910, Designacao=AI Demo CRM Opportunity 20260519T122337Z, CodFaseCV=SG, DataFechoPrev=19/06/2026, CodEmpr=1, CodVend=1, AreaNegocio=3, ValorEstimado=1234.56, ProbabilVenda=25, and CodOrigemOport=O. The response returned {"success":true} with data.CodOportNeg=2605-0001.
Verify the Created Record
After saving, OfficeGest opens the detail route with the opportunity code encoded in base64, for example /crm/oportunidadesnegocios/view/MjYwNS0wMDAx. The verified detail page showed the created description and opportunity data.
The list verification used DT_ListaOportNeg with open-opportunity filters search[Op.CodEmpr]=1 and search[Op.Concluido_c]=F, plus a description column search. The response returned the new row with code 2605-0001.
Delete the Opportunity
- Find the opportunity in
/crm/oportunidadesnegocios. - Use the row delete action.
- Confirm the delete dialog.
The verified delete used POST /ajaxserver with action=deleteAttachmentCascade, tabela=oportneg, search[CodOportNeg]=2605-0001, and searchAt[CodOportNeg]=2605-0001. The endpoint returned {"succeeded":true}, and the next DT_ListaOportNeg lookup returned no matching row.
Artifacts
raw/playwright/workflows/crm-opportunity-create-delete-20260519T122337Z.jsonassets/screenshots/crm-opportunity-create-delete-20260519T122337Z-01-list-before-create.pngassets/screenshots/crm-opportunity-create-delete-20260519T122337Z-02-detail-after-create.pngassets/screenshots/crm-opportunity-create-delete-20260519T122337Z-03-list-after-create.pngassets/screenshots/crm-opportunity-create-delete-20260519T122337Z-04-list-after-delete.png