0

I have use imported CRMRestKit (version 2.6.1) library including JSon2 and Jquery(version 2.1.1).

Here is part of code. CrmRestKit.Retrieve("vwfm_company", companyLookup[0].id, ['']);

It do not return any record although there is a match. Any idea?

Irene
  • 1
  • 1

1 Answers1

0

You should add the columns you are needing as the last parameter in your function call.

CRMRestKit does an explicit select on the columns you provide in that last parameter.

BlueSam
  • 1,888
  • 10
  • 17