Steer date fields

Date fields enable you to select dates in Salesforce. XScan identifies them as TextBoxes. You can steer them as described in chapter "TextBox".

Alternatively, you can enter the date with the {DATE} function. Ensure that the format you provide matches the date format in your Salesforce application.

Date field in Salesforce Lightning Experience

In this example, you select a date manually and with the {DATE} function:

  • You enter the date as string 30/10/2021.

  • You enter the date with the {DATE} function. You set the date format to dd/MM/yyyy, because it's the format that you Salesforce application uses.

Date field in a TestCase