You are on page 1of 3

Frequently Used methods in activities:

Page-new-Creates new user pages in the clipboard


Page remove: it removes user pages from clipboard
Property-set: using we can set values to the property
Property Name Property value
Data tables Form
Obj-Save : Using this method we can save values to the
property
Obj-open: we can fetch single record from the database
Obj-Browse: we can fetch multiple records from the
database
Obj-delete: To delete a record from database
Show-page: To dislay the records we will use show-page,
output type is XML format
Call: To call an activity from another activity

Act1
Ac2
Call Act1
Branch: is also used call activity
Call & Branch
Step1 Branch Act1
Step2 M2
Step3 M3
How to insert Data into Database:
Property-set
Obj-save

Steps for inserting data:


Create a Data table
Create Properties
Create a section
Create Flowaction
Create Activity
Cretate Flow
Page Name ClassName
pyWorkPage HDFC-Bank(Class Structure Name)
InsertPage Eclass2

You might also like