Jared Ottley

Results 19 comments of Jared Ottley

@tpage-alfresco Like Eva indicated, the customer is having issues with the fact that a single document could be returned and they are seeing facets/counts from across the repo indicating the...

@franklinatportland I've taken over the project and I know that this issue was raised many years ago. Did you ever work out a solution to this?

@franklinatportland If you have code around and were willing to share it would be a nice addition to the project. If not I understand.

I've put together some thoughts on how to approach this [here](https://github.com/jottley/spring-social-salesforce/wiki/Invetigation-Notes#apexrest)

@agarwalsanchit1 That would be great if you could help!

@agarwalsanchit1 It is something that I've thought about but an API that I don't have much experience with. I am happy to look into it but could use some help...

Sounds like a good idea

**Notes:** - We need to add an additional Integer parameter to allow setting of the batch size. In order to not break backward compatibility a new _public QueryResult query_ method...

Investigated using Auth0 and jjwt. Both were not perfect for our use case. I made the decision to include the SignedRequest handling of the SalesforceCanvasFrameworkSDK which is BSD3 licensed. We...

I maybe able to reverse the above so that we don't have to depend on the salesforce project being embedded. I found a better explanation at https://rajvakati.com/2017/10/19/salesforce-node-js-canvas-signed-request. See section What...