Choose where you’d like to start

Fetch profile name of logged-in portal user

Note: This task is applicable only to Zoho Creator.

Overview

This task is used to fetch the profile name of the logged-in customer portal user. 

Return

This task returns the profile name of the logged-in customer portal user in TEXT format.

Syntax

<variable> = thisapp.portal.loginUserProfile();

ParameterDescription

<variable>

(optional)

Variable which will hold the returned value.

This task can be used in the following events

When a record is Created
On LoadYes
On ValidateYes
On SuccessYes
On User inputYes
Subform on add rowYes
Subform on delete rowYes
When a record is Created or Edited
On LoadYes
On ValidateYes
On SuccessYes
On User inputYes
Subform on add rowYes
Subform on delete rowYes
When a record is Edited
On LoadYes
On ValidateYes
On SuccessYes
On User inputYes
Subform on add rowYes
Subform on delete rowYes
When a record is Deleted
On ValidateYes
On SuccessYes
Other workflow events
On a scheduled dateNo
During approval processYes
During payment processYes
In a Custom FunctionYes
In an Action item in reportYes

Example

A sample snippet being used to fetch the profile name of the logged-in customer portal user.

emailList = thisapp.portal.loginUserProfile();

Get Started Now

Execute