View record: | URLFOR($Action.Account.View, account.id) |
Create new record: | URLFOR($Action.Account.New) |
Edit record: | URLFOR($Action.Account.Edit, account.id) |
Delete record: | URLFOR($Action.Account.Delete, account.id) |
List view: | URLFOR($Action.Account.Tab, $ObjectType.Account) |
Note: Some objects support other additional actions, for example Case supports "CloseCase" action. To know which action can be used, check the buttons and links which can be overridden for an object (as shown on the next image), just use the name of the function like this: URLFOR($Action.Object.Name, …)
0 comments:
Post a Comment