Skip to content

Instantly share code, notes, and snippets.

@gotdibbs
Created February 1, 2017 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gotdibbs/ded7648313bbea34f545a804d7cb790f to your computer and use it in GitHub Desktop.
Save gotdibbs/ded7648313bbea34f545a804d7cb790f to your computer and use it in GitHub Desktop.
Web API, seriously?
var activity = {
subject: subject
};
activity[['regardingobjectid_', _entityName, '_task@odata.bind'].join('')] =
['/', entitySetName, '(', Guid.decapsulate(entityId), ')'].join('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment