i
This is not the latest version of this document; to access the latest version, click here.
Unofficial Content

SDActions API is a component of the GeneXus Smart Devices API which encapsulates common actions to be executed programmatically.

SDActions

Methods

SDActions.Login(User,Password)

User is Character(40)
Password is Character(40)


Use this action if you need to execute the standard batch login against the OAuth server.

SDActions.Return()

Execute this action when you want to return to the caller in a simple or composite action. Check the following use case.

SDActions.GoHome()

Returns to the application main object clearing the current call stack. The case does not applies when using the Split navigation style, it will return to the first object who was called on the right pane whenever possible.

SDActions.ReturnTo(ObjectName)

ObjectName is based on the domain ObjectName


Returns to the object specified in the parameter. If it is present more than once in the call stack, it will return to the most recent instance. The case does not applies when the object is not present on the left frame of the Split navigation style.

SDActions.Refresh()

Execute this action when you want to refresh the current layout.

SDActions.Logout()

Execute this action to execute the standard logout against the OAuth server.

If the object where the actions is performed requires authentication, the Login object configured on Login Object for SD property will be called.

SDActions.Save()

This action executes the standard save operation in the current edit form. Check the following use case.

SDActions.Cancel()

This action returns to the object caller and quits the execution of the Composite Block. Check the following use case.

SDActions.Delete()

This action executes the standard delete operation in the edit form.

SDActions.LoginExternal(Type, User, Password)

Type is Character(40)
User is Character(40)
Password is Character(40)


This action executes the batch login against the OAuth server for an External login type.



Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant