Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Adding the Activity Formatter to a custom table form.

ashish108
Kilo Contributor

Any option to add the Activity Formatter to custom table form ?

1 ACCEPTED SOLUTION

Mohammed_Iqbal
Tera Guru
Hello ashish,
 

Administrators can create an activity formatter.

Navigate to System UI > Formatters.
Click New.
Enter a name for the formatter, such as Activities (task).
Select a Table.

Enter xmlin the Formatter field.

Leave the Type as Formatter.

Click Submit.

Open the form on which the new formatter should appear.

Right-click the form header and select the appropriate option for your version:
Configure > Form Layout

Add the new formatter to the form.

Right-click the Activityheader in the form and choose Personalize Activity to select the fields of interest.

Then we have to create system property.

Create a system property from sys_properties table.

with the Suffix as:

glide.ui.[custom application table name]_activity.fields

 

HOPE THIS HELPFUL.

Thanks,

Mohammed Iqbal

 

View solution in original post

4 REPLIES 4

SanjivMeher
Mega Patron

Yes. I guess you can. From the form layout, add activities to the form.


Please mark this response as correct or helpful if it assisted you with your question.

Mohammed_Iqbal
Tera Guru
Hello ashish,
 

Administrators can create an activity formatter.

Navigate to System UI > Formatters.
Click New.
Enter a name for the formatter, such as Activities (task).
Select a Table.

Enter xmlin the Formatter field.

Leave the Type as Formatter.

Click Submit.

Open the form on which the new formatter should appear.

Right-click the form header and select the appropriate option for your version:
Configure > Form Layout

Add the new formatter to the form.

Right-click the Activityheader in the form and choose Personalize Activity to select the fields of interest.

Then we have to create system property.

Create a system property from sys_properties table.

with the Suffix as:

glide.ui.[custom application table name]_activity.fields

 

HOPE THIS HELPFUL.

Thanks,

Mohammed Iqbal

 

Hello, I have a custom formatter and is included in a form. But only admins are able to view that and it's invisible for non admins. I have also checked the view doubting the possibility of having different views for admins and non admin. But again it's only default view for both. Any help on this?