Juan Manuel Alvarez
Results
2
issues of
Juan Manuel Alvarez
Based on #241, I am doing a wrapper to handle token expirations. For each operation I am doing something like: ``` try { return await _client.CreateAsync(record.SObjectType, record); } catch (ForceException...
Sometimes layout assigments come empty like this ``. We need to check if the `recordType` element exists before accessing it.
cla:signed