Back to Microsoft Project Integrations
Handler · Version 1

MSProject Lookup Entry Microsoft Project

Download GitHub

About

This handler makes a REST call to the Microsoft Project REST API to lookup a GUID corresponding to a Lookup Table and a Lookup Entry Value. After authenticating against the Project Server using the inputted username and password, the handler makes a call to Project to get the id that corresponds to the lookup table name. A second call is then made to the specific lookup table to get the id for the lookup entry. The id for that entry is then returned. Any errors that occur during this process will be caught and re-raised by the handler.

Configurations
Name Description Sample
username The username of the Sharepoint account.
password The password of the Sharepoint account. *********
ms_project_location The url for the homepage of the Microsoft Project location (ie. https://company.sharepoint.com/sites/pwa). false
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Lookup Table The name of the table where the entry is located. Internal Priority
Lookup Entry The name of the entry that you want to look up. Very High
Results
Name Description
Entry Id
entry_id
Changelog

MSProjectLookupEntry_V1 (2015-06-25)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top