I download the project again from your repo and then :
remove package-lock.json,
npm -i (2 high severity)
npm run dev → error TS2353: Object literal may only specify known properties, and ‘jsonPatchOperation’ does not exist in type ‘AccountsApiUpdateAccountRequest’.
I have another new error after npm run pack-zip, uploading zip in source :
Error: upload failed. status: 400 Bad Request
body: {“detailCode”:“Bad Request”,“trackingId”:“ee29ab2e55254c6e8aff749b42cf0d59”,“messages”:[{“locale”:“en-US”,“localeOrigin”:“DEFAULT”,“text”:“connector-spec.json file is not found”}]}
Hello Fernando,
I would like to be able to aggregates only active accounts to avoid to have too many accounts aggregated and because we don’t need to act on disable accounts… I tried to implement a source filtering in the connector attributes like :
Download the version 0.3.3 but I can see new feature in the source configuration and the filterstring is still not working … Where should I find the feature ?
Also, I have another question : when I list all accounts from Orphan account source by API, the disabled attribute is false even is the attributes.enabled is false. Is it normal ?
Connector works as expected now ! Only enabled accounts can be aggregated and attributes are now sync (disabled and attributes.enabled).
I will be able to continue my test and integration. I think I will automate the process to add any new sources into the Orphan accounts source but it could be a must have to choose the source to aggregate by a drop down list of current sources.