This commit is contained in:
@@ -175,6 +175,10 @@ namespace AyaNova.Biz
|
||||
//Parse the json, expecting something like this:
|
||||
//[{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"bool"},{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"text"]
|
||||
//Array at root is valid json and saves a bit of bandwidth so minimal is best
|
||||
|
||||
//Only Custom fields that are to be displayed need to be in this fragment.
|
||||
//fields that are not chosen to display don't need to be in the fragment to be valid
|
||||
|
||||
var v = JArray.Parse(inObj.Template);
|
||||
|
||||
for (int i = 0; i < v.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user