Give us feedback
odata-utils
Service icon

OData Utils

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 24 January 2020 by 
0.0
 (0 ratings)
odata-utils

OData Utils

Details
Utilities Actions that will help extract the most out of your integration with OData services.
Read more

Utilities Actions that will help extract the most out of your integration with OData services.

AppendAndCondition - Appends given condition to existing one using the logic operator And. If Existing condition is empty returns new condition.

AppendOrCondition - Action that appends given condition to existing one using the logic operator Or. If Existing condition is empty returns new condition.

FormatDateAsODataDateTime - Converts a Date value into an Edm Date Time

GetOdataPaginationQueryParams - Gives Top and Skip offset based on the page required and page size

GetOdataDateFromOSDate - Returns the given date in the form of "/Date(Time_In_Miliseconds)/" To be used in the posts

MountBooleanPredicate - Generates a predicate to filter by a boolean field

MountDatePredicate - Generates a predicate to filter by a date field

MountLikePredicate - Generates a predicate to filter by a text field using wildcard

MountTextPredicate - Generates a predicate to filter by a text field

SanitizeTextParameter - Clears unaccepted characters

Release notes (1.0.1)

Minor fix

Reviews (0)