FasTest

FasTest

Wednesday, 09 October 2022  We have developed a new tool for test automation at Siebel, FasTest, which extends the capabilities of Rational Functional Tester. We invite you to see the presentation of the tool in...
Create a counter in siebel using a list of values

Create a counter in siebel using a list of values

Let’s imagine that when we create new records in the opportunities, we want the name of the same to be composed of: Counter + Opportunity ID + product description The counter as you want generic for opportunities uses a list of values. List of values: Type:...
Drilldowns – Disabling navigation of a link

Drilldowns – Disabling navigation of a link

The client’s request was not to allow the drilldown for the assets to be possible if the client is an employee of the company, with an active status and the asset is of type XYZ. In this case, the information about whether you are an employee of the company...
Creating a new schema in TOAD for MySQL

Creating a new schema in TOAD for MySQL

Do you need to create a new schema in Toad for MySQL? Here are the summarized steps. 1. Access to MySQL with user: root 2. Object Explorer -> Databases Right click: Create Database Name 3. Open editor window File -> New -> Editor USE nombre_esquema CREATE...
Workflow Policy

Workflow Policy

A brief summary of how a workflow policy works with an example scenario. Scenario: An activity must be created for a specific user of the system when another object (for example: an incident) goes to a specific state (for example: resolved) The first thing to keep in...