William Velzeboer
William Velzeboer
@SWhalen-gh @daveespo Indeed, after I have finished the PR for the new domain class, I am planning to raise the PR with a filter based on the Java Criteria class....
@fransf-wtax Yeah I have raised this PR #313 that includes this Criteria based design. It is also implemented in the add-on package that I have developed, it works on top...
@PseudoDarwinist Can you post the entire stacktrace of the error? I think the null exception is that you try to reference `file.ContentDocument.LatestPublishedVersion.VersionData;`, but there is no data in the record...
@pantherschools The AT4DX framework offers a great set of features, but if you find that too much there is also a lightweight alternative offered by the [fflib-apex-extensions](https://github.com/wimvelzeboer/fflib-apex-extensions). Please review the...
I have the same problem. Did you find a solution for this?
I have found the solution: You must add the SitePrefix to the url: https://community-url.cs17.force.com/services/data/v33.0/sobjects/ContentVersion/ should be: https://community-url.cs17.force.com/{!$Site.Prefix}/services/data/v33.0/sobjects/ContentVersion/
Ah, I seem to have found the issue. I read in the [documentation](https://github.com/owainlewis/salesforce/blob/master/README.md) that you can: > "...optionally pass in :login-host if you want to use test.salesforce.com or my.salesforce.com addresses"...