This action will allow the user to Register for Push Notification. For better understanding please follow the steps given below:
Step 1: Open a Free Layout Page.
a.Drag a RoundButton UI Part and drop it on the Page as shown in the image below.
b.Browse to the "Functions" section on "Properties Palette window" of RoundButton for applying actions.
c.Click on the corresponding Edit(0) button of the Function on which user wants to apply the Action. To know more about the Functions click here.
Step 2: Click on "Add" button on the Actions window to add an action. To know more about actions click here.
Step 3: Select the Actions category as “Push Notification Control”.
Step 4: Click on the "Push Notification Control" and then click on “Register Users for Push Notification” action.
Click here to know about "Doc" Button.
Step 5: Enter Action Parameters-:
Parameter |
Description |
User Id |
Enter the User Id as shown in the image below. User Id is unique ID like Email Id. This value can be fetched from a TextField UIPart using square brackets e.g [textfield1]. |
Client Id |
Enter Global variable "__CLIENTID__" used for individual user registration. |
Group |
Users can be registered to a group by providing a group name. Multiple users can be registered to one group. It is used for One to Many Push Notification messages. |
Step 6: Click on "OK" button if the user doesn't want to add more actions.
Note: Define condition if required, by clicking on "+" Condition Button on the left. Click here to know more.