Versions Compared

Key

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

...

  1. Retrieve GUIDs of the French and English templates from DocumentTemplate.cs in QA, make sure you use the ones with Environment=”Production”

  2. Go to the PROD DMS swagger page (*ADD LINK*How to update document template in ROFS using the Document Management API ), and use the endpoint to retrieve a document view link by ID.

  3. Using the generated view link , check the document to see if is updated with latest changes.

...

To use API’s we have to set permissions at an app registration level. If there are any changes in the API’s we are using in the NPROD environments , we must make sure that these changes are also in PROD.

  1. Open the ROFS QA app registration (**ADD LINK**) .

  2. Click on “API Permissions”

  3. In a new window, repeats steps 1 and 2 with the prod environment (**ADD LINK**), PROD app registration

  4. Compare both API Permissions and make sure they are consistent across both environments

...