Skip to content

W-21920947: Adopt new backend response, table output, and structured errors#5

Merged
ukanoja-sf merged 1 commit into
mainfrom
t/tm-connect/updating-backend-api-call-pattern
Apr 10, 2026
Merged

W-21920947: Adopt new backend response, table output, and structured errors#5
ukanoja-sf merged 1 commit into
mainfrom
t/tm-connect/updating-backend-api-call-pattern

Conversation

@ukanoja-sf
Copy link
Copy Markdown
Collaborator

What does this PR do?

Adopt new backend response, table output, and structured errors

What issues does this PR fix or reference?

GUS: @W-21920947@

Local Results

Single license success

image

Single license validation failure

image

Multiple licenses success

{
  "licenses": [
    {
      "namespacePrefix": "demo1",
      "permissionSetLicense": "premium",
      "quantity": 50,
      "startDate": "2026-04-07",
      "endDate": "2027-03-20"
    },
    {
      "namespacePrefix": "demo1",
      "permissionSetLicense": "starter",
      "quantity": 10,
      "startDate": "2026-04-07",
      "endDate": "2027-03-20"
    }
  ]
}
image

Multiple licenses multiple validations failures

{
  "licenses": [
    {
      "namespacePrefix": "demo1",
      "permissionSetLicense": "premium",
      "quantity": 50,
      "startDate": "2026-04-07-02",
      "endDate": "2027-03-20-03"
    },
    {
      "namespacePrefix": "demo420",
      "permissionSetLicense": "starter",
      "quantity": 10,
      "startDate": "2026-04-07",
      "endDate": "2027-03-20-3"
    }
  ]
}
image

@ukanoja-sf ukanoja-sf merged commit eb70540 into main Apr 10, 2026
16 checks passed
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

Successfully merging this pull request may close these issues.

3 participants