Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When selecting Office365, the following screen will be displayed requesting access to the user’s Office365 account.

...

Settings

...

Jobs

Jobs can be printed or deleted through this option.

  1. If the user has not selected any account that he added while submitting a job then we are storing it on local data base of the device because we do not have the token to make the API call to fetch the job. As the token can only be used if we have the account added. So when you delete such a job where you selected Release code, LMS or guest for job upload then it will not make API call and delete only from the device not from the portal.

  1. If you have have added any account from add account section and then use that account to upload and submit a job and then you delete it. Then in this case that job will also be deleted from portal as we will have the authorization token of the account used to upload the job and we can use that token to make the graphQL API call to delete the job using that token.

...