do-over
Do over on the do over
This is why developers can sometimes spend hours and get so little done: I’m re-doing the creation of the PAU entity only to discover now that you can ONLY create an nvarchar primary attribute.
So it was a waste of time to delete the other one. crap.
do-over entity setup
when I created my PAU entity I should have paid closer attention. the primary attributeĀ it created was an nvarchar and I really need it to be an INT. reason is that my soon-to-be-uploaded primary key is INT and want that to be the same as the entity field I created.
oh well. that’s why folks [...]


