AmericaSCORESBayArea / AmericaSCORESBayArea/salesforce-data-api
Empty "Waiver_Active_End__c" values in Workbench
- Lingua principale
- DataWeave
- Stelle
- 2
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Issue:
In order to test the endpoint `/contacts/{contactId}/waiver/{waiverId}`, the salesforce query that fetches the Waiver History by contact id and waiver id has the below condition:
`AND Waiver__r.Waiver_Active_End__c > TODAY`

But, In workbench the values for Waiver_Active_End__c are empty as shown below:

Goal:
To obtain valid values for `Waiver_Active_End__c` to proceed with testing the `/contacts/{contactId}/waiver/{waiverId}` endpoint
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.