Hi Erik, as I remember editable flow fields are still used in budgets. It's done in code but still, Budget Entries are created as result of flow field validation.
It need's to be double quotes and space between " " on the blank OptionMember in order to appear blank. Also if you want to populate the row before inserting it you can use the OnNewRecord in the page.
Hi Erik, as I remember editable flow fields are still used in budgets. It's done in code but still, Budget Entries are created as result of flow field validation.
Hi Erik
Is below both are same in performance wise
Record.calcsum(field 1);
Record.calcsum(field 2);
Record.calcsum(field 1,field 2);
It need's to be double quotes and space between " " on the blank OptionMember in order to appear blank. Also if you want to populate the row before inserting it you can use the OnNewRecord in the page.
There's no page events for a table behind the a flowfield.
No need for the double quotes if you don't want the blank option to show.
Set BlankZero property on option field to true. Or have '' caption?
Great vids Erik as always but can you make a video about isolated certs and singing xml
Hi Erik nice video, Can you please make a video on UserPassword Authentication in onprem instead of NavUserPassword, Thank you in advance
Sorry, not doing on-prem stuff :)
Return type must be with negative quantity
There was a trick where editing it would create records in the sub table.