Concur Expense Connector updated
Concur Expense Connector version 1.1.0 includes:
- New Actions
List Item Create
- Create a new list item.List Item Delete
- Delete the specified list item.List Item Update
- Update the specified list item.List Item Get
- Retrieve the list item by providing Id.
- New Trigger
- Get all expense details
New variables have been added to support advanced date filtering on action settings and trigger settings:
{StartOfPreviousMonth}
- First date of previous month. For example, if it’s August 4, 2020, the date will be July 1, 2020.{EndOfPreviousMonth}
- Last date of previous month. For example, if it’s August 4, 2020, the date will be July 31, 2020.{Today}-n
- Subtractn
days from today. For example:{Today}-5
when today is August 4, 2020 would result in July 30, 2020, while{Today}-3
would result in August 1, 2020.{StartOfCurrentMonth}
- First date of the current month. For example, if it’s August 4, 2020, the date will be August 1, 2020.{EndOfCurrentMonth}
- Last date of current month. For example, if it’s August 4, 2020, the date will be August 31, 2020.