Hi Isomorphic,
I had a look at this Reify sample (SNAPSHOT_v13.0d_2021-08-17) and have a few understanding questions and some feedback:
Thank you & Best regards
Blama
I had a look at this Reify sample (SNAPSHOT_v13.0d_2021-08-17) and have a few understanding questions and some feedback:
- I can see the Reify login data and wonder if this is OK and would also be this way in production. Or should reading there always be possible, even without a login? Also, I can't log in under https://create.reify.com with the data from the sample
- DataContext docs and the sample code in the docs say it's an String->Record mapping of DataSource IDs to Records, while the sample itself uses the DataSource instance, not the ID.
- How does the line var screenInput = project.createScreen(project.screens[0].ID, ... work, when project.screens[0] does not exist, yet?
- CM_Order source in it's tab is formatted as XML, the other CM_* DataSource tabs aren't formatted at all
- The Response of the project.createScreen() call to create.reify.com is a bit unclear to me:
- Why does it seem to contain a record (search for "Saveley & Henriot"), when this is about screen metadata?
- Would it be possible to format the "Raw response" tab in Developer Console, possibly in a 2nd tab? This JSON in JSON-String with a lot of \n is completely unreadable for the human eye. You also can't really feed it to https://codebeautify.org/jsonviewer or similar, either.
Thank you & Best regards
Blama
Comment