How to Add a field to Standard Table and standard form
step1: Create extension for the table you want to add a field.
step2: add fields you want to add for that extended table.(we can see the added fields in original table after adding in extension table).
step3: In form right click on data source and click on restore( so the field will get added into the form we can see that field if we take extension for that form)).
step4: after we see that field in that datasource add that field to form grid.
This is the way to add a field to an standard form.
Comments
Post a Comment