Developer Function: Script: $p.siteId
## Summary
Gets the site ID of the linked table.
## Syntax
```
$p.siteId(<site name>)
```
## Sample Code
If you set the following sample code to the Pleasanter script and set the output destination to "Create New", the site ID of the corresponding site will be alerted on the new record creation screen.
##### Javascript
```
alert($p.siteId('Project management'));
```