Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using PCF - Single Autocomplete custom field

Examples

Using Single Autocomplete custom field with SIL Data Source

Getting Issues

Example for SIL Data Source

...

Note

First of all, in order to use SQL Data Source, you have to set the JNDI as described here.

SQL Autocomplete Script

Code Block
select  p.project_key ||'-'||i.issuenum as "KEY"
from jiraissue i
inner join project_key p on p.project_id = i.project

...