Difference between revisions of "Something Underscore"

From TekiWiki
Jump to: navigation, search
(Created page with "There are a few tricks to finding objects in Application Designer: 1: Create Descriptions - using keywords in descriptions can allow groups of objects be found relatively...")
 
Line 5: Line 5:
 
2: Finding objects that start "something underscore"
 
2: Finding objects that start "something underscore"
  
If using [[SQL Server]] and trying to find A_, you can search using
+
If using [[Microsoft SQL Server]] and trying to find A_, you can search using
 
<pre>
 
<pre>
 
A[_]
 
A[_]

Revision as of 07:34, 21 November 2016

There are a few tricks to finding objects in Application Designer:

1: Create Descriptions - using keywords in descriptions can allow groups of objects be found relatively quickly.

2: Finding objects that start "something underscore"

If using Microsoft SQL Server and trying to find A_, you can search using

A[_]

Within the web front end you can use:

A\_

Back to...

PeopleSoft - PeopleTools - Application Designer