Page 1 of 1

HOW TO CREATE STATIC TABLE MANTENANCE PROGRAM WITH PROCESSMA

Posted: Mon Jan 07, 2019 11:32 pm
by Sage12
I am going to let end user to maintain some static tables ( e.g. Product Code, Description ). How can I use gulliver framework or Dynaform to generate simple table maintenance programs ( Create/List/Update/Delete). Thanks.

Re: HOW TO CREATE STATIC TABLE MANTENANCE PROGRAM WITH PROCESSMA

Posted: Tue Oct 22, 2019 6:28 am
by programerboy
Hi,

For use default inputs you must create a grid and set delete and edit link on every row and fill grid with trigger and create a form for edit and insert in the list.
Or you can use xcrud library in your form for do it faster.

https://pmlearning.info
Thanks