Closed stevebuik closed 6 years ago
this removes the need for a duplicate of the JSON diagram classes in Apex. big win in less code.
just return the data in a Map<String,List> where key = entity apiName and vals are lists of field apiNames.
no real downside in having the client make an on-change diagram save instead of the server
implemented yesterday
this removes the need for a duplicate of the JSON diagram classes in Apex. big win in less code.
just return the data in a Map<String,List> where key = entity apiName and vals are lists of field apiNames.
no real downside in having the client make an on-change diagram save instead of the server