MBS FileMaker Plugin IDs
Function | Starts at | Type |
---|---|---|
Menu | 10000 | text |
Menu Items | 11000 | text |
QuickList | 12000 | text |
Regular Expressions | 13000 | text |
SendEmail | 14000 | text |
Window | 15000 | text |
CURL sessions | 16000 | text |
Midi Streams | 17000 | text |
GraphicsMagick Image | 18000 | text |
XL Books | 19000 | text |
DynaPDF Context | 20000 | text |
DynaPDF Table | 21000 | text |
SQL Command | 22000 | text |
SQL Connection | 23000 | text |
CoreLocation Geocoder | 24000 | text |
CoreGraphics Image Source | 25000 | text |
Addressbook Item | 26000 | text |
Calendar Item | 27000 | text |
SerialPort | 28000 | number |
Socket | 29000 | number |
PDFKit Document | 30000 | number |
Drag & Drop | 31000 | number |
TAPI | 32000 | text |
As you see most IDs are nowadays returned as text and not as numbers. If you just keep them in variables, things should go right. And for storing in fields, simply use text fields. Storing them in number fields may also work as long as you later read the numbers without dot and decimals. "12345" will work, but "12345.00000" may not.