Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group class missing #19

Open
liangduo1993 opened this issue Nov 23, 2018 · 0 comments
Open

Group class missing #19

liangduo1993 opened this issue Nov 23, 2018 · 0 comments

Comments

@liangduo1993
Copy link

Hi team,

In class ESignLiveAPIObjects line 878, attribute group_x in Signer class requires a mapping to Group class, while I can't find where the class is defined.
And once I try to retrieve a package where using a group signer, en error will show up:
Line: 772, Column: 1
ESignLiveRESTAPIHelper.ESignLiveRestAPIHelperException: Error getting the Package: No field name specified on column for sobject of type Group

Currently, as an workaround, I used GroupMembership class instead, but still, it's better to have a specific encapsulation for this model.
And a sample group JSON:
"group_x":{
"name":"test member type_x",
"reciprocalDelegation":false,
"emailMembers":false,
"members":[
{
"pending":true,
"memberType":"REGULAR",
"email":"1@mailinator.com",
"lastName":"Invitee",
"firstName":"Account",
"userId":"KJBZ3qXhsTk6"
},
{
"pending":false,
"memberType":"REGULAR",
"email":"2@mailinator.com",
"lastName":"201",
"firstName":"201",
"userId":"5KT07kJmcZUQ"
}
],
"update_xd":"2018-11-02T14:32:22Z",
"email":"xxx@example.com",
"created":"2018-11-02T14:32:22Z",
"data":null,
"account":null,
"id":"9d00fbec-55ae-4cee-bea3-85ee26fa4123"
}

Best,
Duo Liang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant