Hello, I'm looking for a way to retrieve a value from the project table (ClientLoc) through EBS and store it in a value. Is there is a comment like at_Project_getName to do this? I know I can make a hard coded link to the project table in the database in the EBS to get the information the long way, but I would like to avoid it so I don't have to change it when I create a new project. See example below. Thanks, Dan Dim status As Integer Dim projectName As String status = at_Project_getName(projectName) Result: The name of the current project is retrieved and stored in variable projectName
↧