Tuesday, 27 March 2012

Auto Populating the User Information to the repeating table from the custom list


STEP 1:


STEP 2:
Goto DataTab à Click Data Connection


Select your list:



Select your fields:


Click Next à Finish
STEP 3:

Click Data Tab à Select Form Load

Select the Rule

New à Action




STEP 4:
Select the Condition à Click the field or group




STEP 5:
Select the Secondary option


Select Login Name


In Next select the Main


Choose the UserName option


STEP 5:


Click Field:



Click Value:

àClick Insert Field or Group & Choose the secondary option



è Click Filter Date & Click the ADD button

In first Dropdown box choose the secondary option(Login Name)
      Is equal to

      In second Dropdown box choose the Main option(User Name)


   STEP 6:

    Set another  field's value has done before



Click Field:



Click Value:

àClick Insert Field or Group & Choose the secondary option



è Click Filter Date & Click the ADD button

In first Dropdown box, choose the secondary option(Login Name)

Is equal to

In second Dropdown box ,choose the Main option(User Name)


STEP 7:

 Set another field's value has done before



Click Field:


Click Value:

àClick Insert Field or Group & Choose the secondary option


è Click Filter Date & Click the ADD button

In First Dropdown box ,choose the secondary option(Login Name)

Is equal to

In second Dropdown box ,choose the Main option(User Name)


STEP 8:

 Set another field's value has done before


Click Field:


Click Value:

àClick Insert Field or Group & Choose the secondary option


è Click Filter Date & Click the ADD button

In  first Dropdown box choose the secondary option(Login Name)

Is equal to

In second Dropdown box choose the Main option(User Name)




STEP 9:

Publish your site


STEP 10:

The output will be  displayed as shown below:











No comments:

Post a Comment

SharePoint online - Get List-item attachments and Display to div

Step 1 : Create a List ex: TestList and attach few images Step 2 : Copy and Pastet the below coding in App.js var  Items =  null ; ...