- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Ephesoft Transact Scope
UiPath.Ephesoft.Activities.TransactScope
This scope opens a connection to your Transact portal, authenticating all contained activities.
This connection is also available at design-time, displaying all batch classes currently present in the portal. To demonstrate, start by filling in the Password, URL, Username, and (if applicable) Tenant properties of the Transact Scope.
When Password, URL, and Username are entered, the Connect button becomes available. Simply click it to open the connection. If any of the credentials are incorrect or the Transact portal is unavailable, an error will be displayed.
Now, whenever an activity is dropped into the scope, all batch classes from your Transact portal will be available, making it easy to design workflows without ever leaving Studio.
- Password (
String
) - Your Transact password. Supports only strings and String variables. - ServerAddress (
String
) - The address of your Transact server. Supports only strings and String variables. -
Username (
String
) - Your Transact username. Supports only strings and String variables.Note: The Transact Scope can open a connection at design-time and pull in all your Batch Classes for use in subsequent activities. Please note, however, that in order to take advantage of this feature, the above credentials must be provided as strings, NOT String variables (available only at run-time).