This commit is contained in:
2022-01-27 00:20:00 +00:00
parent eb68c069c2
commit 8cbd1313bf

View File

@@ -26,10 +26,6 @@ docs completion of #b4beta items
Proofread: docs go over all from start to finish regardless if all completed or not just needs a going over, make sure [under construction] is tagged on incomplete pages
dashboard widgets to replicate v7 and one show off to show biz metrics potential, something practical for each user type would be ideal
Joyce todo - onboarding workout eval and auto configuration getting started guide UI
what the ui looks like / what features can they pick from,
wizard vs long page: I think a single long page is easiest to deal with as can review it all make changes here and there then press DO IT and have it configure
tradingviewpw
upupandaway1
@@ -257,18 +253,6 @@ TODO: 1 BETA DOCS:
\_____|______|_____|______|_| \_| |_|
- 1 todo: *** BIG one: the formfieldreference.cs file at the server end does *NOT* always use the exact model property names in the FieldKey property.
I've done the *Orders but nothing else other than a quick check of customer, so need to do other forms still
TODO ACTUAL FOR THIS
Errors returned *MUST* always be the model property because the server and biz rules will always use that, currently when I started to change it I didn't realize how important that was and
Used the fieldkey/transkey in the form server errors but that is incorrect.
Also the custom fields validation is returning the form key over the model but it should be the other way around, modelkey first if found or secondarily formkey as it's assumed the form key *is* the same as the model key
So, the fix is to go back through all the wo quote and when I get to it PM forms and make sure the custom required valiation issues the model key and that the form field servererrors code specifies the model key as well
(which is how it was basically)
1: work order form header fields customerrefencenumber others not working after changing this so re-check
giong to need to go through all fields in all docs to make sure this is working properly
- 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results