Zesht IT Forum

Q01:

Can we debug the custom assembly code? What are all the options available to debug the Extension Method/Custom Assembly in CSI/Syteline?

  1. No, we can't
  2. Yes, we can do this using Application.ShowMessage
  3. Yes, we can do this using Thisform.Variables
  4. Yes, we can do using IDORuntime by attaching the process to VS Code
Q02:

Syteline: How can we get the login user details in Syteline using FormScript?

  1. Form variable("UserID")
  2. Form variable("UserName")
  3. App variable("User_UserID")
  4. none of the above
Q03:

What ERP is preferred for a discrete manufacturing process?

  1. Infor Syteline/CSI
  2. Oracle Netsuite
  3. Acumatica
  4. Epicor
Q04:

Can we create an extension form for the Site version form?

  1. Yes
  2. No
Q05:

Adding a “?” at the end of text in a field is used for what?

  1. Auto-populate the next number
  2. To filter data works same as *
  3. Used as CONTAINS function
Q06:

What are the Basic editing permissions in Syteline?

A level of editing permission that allows users to make limited customizations to forms. Users cannot create new forms or delete existing ones (other than their user version). Allowed customization to forms includes the following:

  • Resize Form
  • Change a form's caption...
Q07:

What is a graph in Acumatica?

  • Graph is a class
  • A class can be called a graph if it inherits from the PXgraph class...
Q08:

What is the Deployment process for mongoose-based applications?

Application deployment is the process of packaging an application you have developed and distributing it to your users. The deployment process for Mongoose based applications involves these basic steps:

  • Convert the Meta data objects associated with the application or applet into script files.
  • Place the script files in a distributable package...
Q09:

What is DAC (Data access class) in Acumatica?

DAC consists of properties which are similar to database table fields. DAC will consist of two types of properties.

  • Virtual Property
  • Abstract class property...
Q10:

What tasks can be carried out using the infor framework taskman Service?

Infor framework taskman service tasks:

  • Polls the application database
  • Executes SQL Stored Procedures...
Q11:

What are the different types of validators in Syteline?

Types of Validators:

  1. Alpha Validators
  2. Alphanumeric Validators
  3. Currency Validators...
Q12:

What operations can be performed inside the Rowselected event handler?

RowSelected event handler is suitable to perform the below operations:

  • Enable/Disable functionality(For fields, Buttons, Tabs)...
Q13:

What are the field level event handlers in Acumatica?

RowSelected event handler is suitable to perform the below operations:

  • Field Defaulting
  • Field Updating...
Q14:

What are the Form component versions in Syteline?

Form Component versions are:

  • Vendor Version
  • Site Default Version...
Q15:

What are the different ways to create reports in Syteline?

Reports are available in a variety of forms and formats. Generally, they fall into one of these categories:

  • Custom reports generated using a Report type form.
  • Custom reports generated using Dataviews....
Q16:

What are the different types of row level event handlers in Acumatica?

Types of row level event handlers in Acumatica:

  • Row selected
  • Row updated...
Q17:

What are the components frequently used in Syteline?

A wide range of components for the presentation and manipulation of data in forms are supported by Winstudio. Both the design Mode Toolbox and the component property sheets type property allow you to choose from these components.

  • Check Box
  • Edit...
Q18:

What are the forms used in Syteline?

Forms used in syteline are:

  • Grid only Forms and Grids
  • Multiview Forms...
Q19:

What are the different types of IDO properties in Syteline?

Types of IDO properties in syteline are:

  1. Bound Property: Bound properties are persistent properties whose values are stored in an application database table....
Q20:

What is a validator in Syteline?

Windows client provides an extensive facility for validating values in components. Windows client validators are....

Q21:

How many types of IDO methods are there in SyteLine?

In Syteline, there are four types of IDO methods:

  1. Stored procedure standard method
  2. Stored procedure custom load method...
Q22:

What is the difference between Syteline and Cloud suite industrial(CSI)?

The main ERP system, Syteline, is the piece of software that would be required to run the system locally....

Q23:

What type of manufactures uses Syteline/Cloudsuite industrial?

Syteline, now known as infor cloudsuite industrial, is an enterprise resource planning (ERP) software solution designed primarily for manufactures across various industries.

  1. Discrete Manufacturing
  2. Process Manufacturing...
Q24:

What is the component class in Syteline?

A component class is a type of global object that lets you reuse sets of component attributes by....

Q25:

When do we use list source and component class in Syteline?

List source we can use in dropdown and ...

Q26:

What is the Process of Editing or Removing IDO Tables?

If tables in the application database change, you must update....

Q27:

How to Specify Join Conditions for Secondary Tables?

When you work with secondary tables, you can specify join conditions by ...

Q28:

What is the Process of Adding Base or Secondary Tables to IDOs?

When you add an IDO, you must identify a primary base table....

Q29:

What is the Procedure of creating a user class?

On the UET Classes form, select Actions > New.
Specify ...

Q01:

Can we debug the custom assembly code? What are all the options available to debug the Extension Method/Custom Assembly in CSI/Syteline?

  1. No, we can't
  2. Yes, we can do this using Application.ShowMessage
  3. Yes, we can do this using Thisform.Variables
  4. Yes, we can do using IDORuntime by attaching the process to VS Code
Q02:

Syteline: How can we get the login user details in Syteline using FormScript?

  1. Form variable("UserID")
  2. Form variable("UserName")
  3. App variable("User_UserID")
  4. none of the above
Q03:

What ERP is preferred for a discrete manufacturing process?

  1. Infor Syteline/CSI
  2. Oracle Netsuite
  3. Acumatica
  4. Epicor
Q04:

Can we create an extension form for the Site version form?

  1. Yes
  2. No
Q05:

Adding a “?” at the end of text in a field is used for what?

  1. Auto-populate the next number
  2. To filter data works same as *
  3. Used as CONTAINS function
Q06:

What are the Basic editing permissions in Syteline?

A level of editing permission that allows users to make limited customizations to forms. Users cannot create new forms or delete existing ones (other than their user version). Allowed customization to forms includes the following:

  • Resize Form
  • Change a forms caption...
Q07:

What is the Deployment process for mongoose-based applications?

Application deployment is the process of packaging an application you have developed and distributing it to your users. The deployment process for Mongoose based applications involves these basic steps:

  • Convert the Meta data objects associated with the application or applet into script files....
Q08:

What tasks can be carried out using the infor framework taskman Service?

Infor framework taskman service tasks:

  • Polls the application database
  • Executes SQL Stored Procedures...
Q09:

What are the different types of validators in Syteline?

Types of Validators:

  1. Alpha Validators
  2. Alphanumeric Validators...
Q10:

What are the Form component versions in Syteline?

Form Component versions are:

  • Vendor Version
  • Site Default Version...
Q11:

What are the different ways to create reports in Syteline?

Reports are available in a variety of forms and formats. Generally, they fall into one of these categories:

  • Custom reports generated using a Report type form....
Q12:

What are the components frequently used in Syteline?

A wide range of components for the presentation and manipulation of data in forms are supported by Winstudio. Both the design Mode Toolbox and the component property sheets type property allow you to choose from these components.

  • Check Box...
Q13:

What are the forms used in Syteline?

Forms used in syteline are:

  • Grid only Forms and Grids
  • Multiview Forms...
Q14:

What are the different types of IDO properties in Syteline?

Types of IDO properties in syteline are:

  1. Bound Property: Bound properties are persistent properties whose values are stored in an application database table....
Q15:

What is a validator in Syteline?

Windows client provides an extensive facility for validating values in...

Q16:

How many types of IDO methods are there in SyteLine?

In Syteline, there are four types of IDO methods:

  1. Stored procedure standard method
  2. Stored procedure custom load method...
Q17:

What is the difference between Syteline and Cloud suite industrial(CSI)?

The main ERP system, Syteline, is the piece of software that would be required to run the system locally....

Q18:

What type of manufactures uses Syteline/Cloudsuite industrial?

Syteline, now known as infor cloudsuite industrial, is an enterprise resource planning (ERP) software solution designed primarily for manufactures across various industries.

  1. Discrete Manufacturing
  2. Process Manufacturing...
Q19:

What is the component class in Syteline?

A component class is a type of global object that lets you reuse sets of...

Q20:

When do we use list source and component class in Syteline?

List source we can use in dropdown and...

Q21:

What is the Process of Editing or Removing IDO Tables?

If tables in the application database change, you must...

Q22:

How to Specify Join Conditions for Secondary Tables?

When you work with secondary tables, you can specify join conditions by...

Q23:

What is the Process of Adding Base or Secondary Tables to IDOs?

When you add an IDO, you must identify a primary base table. If there are columns in...

Q24:

What is the Procedure of creating a user class?

On the UET Classes form, select Actions > New.
Specify a Class Name...

Q01:

What ERP is preferred for a discrete manufacturing process?

  1. Infor Syteline/CSI
  2. Oracle Netsuite
  3. Acumatica
  4. Epicor
Q02:

Can we create an extension form for the Site version form?

  1. Yes
  2. No
Q03:

Adding a “?” at the end of text in a field is used for what?

  1. Auto-populate the next number
  2. To filter data works same as *
  3. Used as CONTAINS function
Q04:

What is a graph in Acumatica?

  • Graph is a class
  • A class can be called a graph if it inherits from the PXgraph class....
Q05:

What is DAC (Data access class) in Acumatica?

DAC consists of properties which are similar to database table fields. DAC will consist of two types of properties.

  • Virtual Property...
Q06:

What operations can be performed inside the Rowselected event handler?

RowSelected event handler is suitable to perform the below operations:

  • Enable/Disable functionality(For fields, Buttons, Tabs)...
Q07:

What are the field level event handlers in Acumatica?

RowSelected event handler is suitable to perform the below operations:

  • Field Defaulting
  • Field Updating...
Q08:

What are the different types of row level event handlers in Acumatica?

Types of row level event handlers in Acumatica:

  • Row selected
  • Row updated...
Q:

What is the Procedure of creating a user class?

On the UET Classes form, select Actions > New.
Specify a Class Name...

Q:

What is the Process of Adding Base or Secondary Tables to IDOs?

When you add an IDO, you must identify a primary base table. If there are columns in...

Q:

How to Specify Join Conditions for Secondary Tables?

When you work with secondary tables, you can specify join conditions by...

Q:

What is the Process of Editing or Removing IDO Tables?

If tables in the application database change, you must...

Q:

When do we use list source and component class in Syteline?

List source we can use in dropdown and...

Q:

What is the component class in Syteline?

A component class is a type of global object that lets you reuse sets of...

Q:

What type of manufactures uses Syteline/Cloudsuite industrial?

Syteline, now known as infor cloudsuite industrial, is an enterprise resource planning (ERP) software solution designed primarily for manufactures across various industries.

  1. Discrete Manufacturing
  2. Process Manufacturing...
Q:

What is the difference between Syteline and Cloud suite industrial(CSI)?

The main ERP system, Syteline, is the piece of software that would be required to run the system locally....

Q:

How many types of IDO methods are there in SyteLine?

In Syteline, there are four types of IDO methods:

  1. Stored procedure standard method
  2. Stored procedure custom load method...
Q:

What is a validator in Syteline?

Windows client provides an extensive facility for validating values in...

Q:

What are the different types of IDO properties in Syteline?

Types of IDO properties in syteline are:

  1. Bound Property: Bound properties are persistent properties whose values are stored in an application database table....
Q:

What are the forms used in Syteline?

Forms used in syteline are:

  • Grid only Forms and Grids
  • Multiview Forms...
Q:

What are the components frequently used in Syteline?

A wide range of components for the presentation and manipulation of data in forms are supported by Winstudio. Both the design Mode Toolbox and the component property sheets type property allow you to choose from these components.

  • Check Box...
Q:

What are the different types of row level event handlers in Acumatica?

Types of row level event handlers in Acumatica:

  • Row selected
  • Row updated...
Q:

What are the different ways to create reports in Syteline?

Reports are available in a variety of forms and formats. Generally, they fall into one of these categories:

  • Custom reports generated using a Report type form....
Q:

What are the Form component versions in Syteline?

Form Component versions are:

  • Vendor Version
  • Site Default Version...
Q:

What are the field level event handlers in Acumatica?

RowSelected event handler is suitable to perform the below operations:

  • Field Defaulting
  • Field Updating...
Q:

What operations can be performed inside the Rowselected event handler?

RowSelected event handler is suitable to perform the below operations:

  • Enable/Disable functionality(For fields, Buttons, Tabs)...
Q:

What are the different types of validators in Syteline?

Types of Validators:

  1. Alpha Validators
  2. Alphanumeric Validators...
Q:

What tasks can be carried out using the infor framework taskman Service?

Infor framework taskman service tasks:

  • Polls the application database
  • Executes SQL Stored Procedures...
Q:

What is DAC (Data access class) in Acumatica?

DAC consists of properties which are similar to database table fields. DAC will consist of two types of properties.

  • Virtual Property...
Q:

What is the Deployment process for mongoose-based applications?

Application deployment is the process of packaging an application you have developed and distributing it to your users. The deployment process for Mongoose based applications involves these basic steps:

  • Convert the Meta data objects associated with the application or applet into script files....
Q:

What is a graph in Acumatica?

  • Graph is a class
  • A class can be called a graph if it inherits from the PXgraph class....
Q:

What are the Basic editing permissions in Syteline?

A level of editing permission that allows users to make limited customizations to forms. Users cannot create new forms or delete existing ones (other than their user version). Allowed customization to forms includes the following:

  • Resize Form
  • Change a forms caption...
Q:

Adding a “?” at the end of text in a field is used for what?

  1. Auto-populate the next number
  2. To filter data works same as *
  3. Used as CONTAINS function
Q:

Can we create an extension form for the Site version form?

  1. Yes
  2. No
Q:

What ERP is preferred for a discrete manufacturing process?

  1. Infor Syteline/CSI
  2. Oracle Netsuite
  3. Acumatica
  4. Epicor
Q:

Syteline: How can we get the login user details in Syteline using FormScript?

  1. Form variable("UserID")
  2. Form variable("UserName")
  3. App variable("User_UserID")
  4. none of the above
Q:

Can we debug the custom assembly code? What are all the options available to debug the Extension Method/Custom Assembly in CSI/Syteline?

  1. No, we can't
  2. Yes, we can do this using Application.ShowMessage
  3. Yes, we can do this using Thisform.Variables
  4. Yes, we can do using IDORuntime by attaching the process to VS Code

Contact Us