5 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
302
views
How to avoid NetSuite record has been changed error?
I have developed scheduled script to create journal entry records for each invoice item. Now, I have created 2 functions.
First function, creates journal entries for all items on invoice records.
...
1
vote
0
answers
103
views
Creating custom rule for API Governance - How to check for traits?
I am creating a ruleset to validate my RAML specification in Design Center.
One of the rules I am creating is to check if a custom trait is being used for each resource. Here is a snippet of the RAML ...
0
votes
0
answers
177
views
Creating custom ruleset for API Governance
I'm trying to create custom ruleset to check if client-id-auth(basic authentication) is included for all end points in RAML.
But this ruleset is not working as expected, even after including client-...
1
vote
0
answers
290
views
Creating ruleset for API Governance - Anypoint Platform
/example:
/{uriParams}:
get:
is: [defaultResponses, commonHeaders]
uriParameters:
uriParams:
description: Example description uriParams
...
0
votes
1
answer
663
views
Creating ruleset for API Governance
I'm trying creaiting ruleset for RAML to check if there are the example for responses and description for uriParams.
/example:
/{uriParams}:
get:
uriParameters:
...