Student leave form

1
The administrator create separate account to a student.The account creation time administrator fill  the student name.that name is automatially fill in student leave form name  section.for example student enter  our password and username to enter the profile,student click to leave apply form.student fill the information like  rollnumber,reason,date to leave,and important one is student name is automatially fill using retrive student name  from adminstrator account.  
asked
2 answers
0

Hi Muthu,

In Full name text box you can call the microflow .In that Microflow you can use change object activity $currentUser/Name .

Regads,

Rasik.N

answered
6

Hi muthu,

While clicking "Apply leave" button, call a microflow

In that microflow,

Retrieve account, xpath: [id=$CurrentUser] , click first radio button

Create object -> Leave -> name : $account/full name

Show a page :- Leave application form page

 

Hope this helps!

 

answered