Riekus

Results 30 comments of Riekus

I am trying to do this: ``` SELECT Id, ContentDocumentId, ContentDocument.LatestPublishedVersion.Vervaldatum__c , ContentDocument.LatestPublishedVersion.Soort_Document__c FROM ContentDocumentLink WHERE LinkedEntityId = '0010600002ET8ZbAAL' AND ContentDocument.LatestPublishedVersion.Soort_Document__c = 'KvK document' ``` The query works, but how...

Alternatively support IMG AND HYPERLINK tags in the title field so I can format the icon myself:

Same goes for: ``` ❯ sf hardis:org:diagnose:audittrail [sfdx-hardis][command] sf org display --json [sfdx-hardis] You are already connected as [email protected] on org https://xxxx.my.salesforce.com [sfdx-hardis] If this is NOT the org you...

Found that it opened in another VSCODE window for the selector (using CURSOR). Not sure if its a bug or just a random weird thing.

I think adding Pub/Sub API support would be the best way forward, there is already a nice implementation of it: https://github.com/pozil/pub-sub-api-node-client

Hi Chris, did you have any luck? For me it is also unclear how to utilize 2.0 for the BulkAPI V2

Got it working now with .env file and openAPI key, its running the document generation locally. Can you outline the steps I need to take to do this as a...

What i did now - Normally create SFDX project - AUTH to org - SFDX plugin "ORG Monitoring" > "Retrieve all metadatas" sf hardis:org:monitor:backup --websocket localhost:2703 [sfdx-hardis][command] sf org display...

got it working, this is awesome, thanks!

Not sure what script you mean? What I needed to do, is bind 'python' to 'pyhton3' and 'pip' to 'pip3' (running macos) `sudo ln -sf /usr/local/bin/python3 /usr/local/bin/python && sudo ln...