I'm use a code:
Code: Select all
{
Key => 'Owner',
Name => 'Owner',
Searchable => 1,
Input => {
Type => 'Customer',
Required => 1,
},
},
Now I want to enter CustomerID (I'm use it as Company name in my system).
What value should I use in this case in Type.
I'll try to use "CustomerID" but no field create in the form.
Where can I find field names that I can use in CI definition.
Sorry my bad English
