added form ordering and validation for s78

This commit is contained in:
2022-04-06 16:52:22 +01:00
parent c485559b22
commit 093cba5d70
21 changed files with 2093 additions and 1058 deletions
@@ -29,6 +29,7 @@ export default async function ApiProxy(req, res) {
whichForm +
"')/Attributes?$count=true&$select=LogicalName,RequiredLevel";
console.log(WEBAPI_URL + queryUrl + hashAPIPath(queryUrl));
return axios
.get(
WEBAPI_URL + queryUrl + hashAPIPath(queryUrl),