Shell.GetDataAvailableScriptName
--------------------------------

Queries script name to call in when shell has data available.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Shell](component_Shell.md) | [10.0](newinversion100.md) | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | ❌ No |

MBS( "Shell.GetDataAvailableScriptName"; ShellRef ) 

**MBS**( **"Shell.GetDataAvailableScriptName";** /\* Queries script name to call in when shell has data available. \*/  
**$ShellRef**) /\* The reference number from the shell.e.g. $shell \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| ShellRef | The reference number from the shell. | $shell |

### Result

Returns script name or error.

### Description

Queries script name to call in when shell has data available.  
### See also

- [Shell.GetDataAvailableEvaluate](ShellGetDataAvailableEvaluate.md)
- [Shell.GetDataAvailableScriptFileName](ShellGetDataAvailableScriptFileName.md)
- [Shell.SetDataAvailableScript](ShellSetDataAvailableScript.md)

### Release notes

- **Version 10.0**
    - Added [Shell.SetDataAvailableEvaluate](https://www.mbsplugins.eu/ShellSetDataAvailableEvaluate.shtml), [Shell.GetDataAvailableEvaluate](https://www.mbsplugins.eu/ShellGetDataAvailableEvaluate.shtml), [Shell.SetDataAvailableScript](https://www.mbsplugins.eu/ShellSetDataAvailableScript.shtml), [Shell.GetDataAvailableScriptName](https://www.mbsplugins.eu/ShellGetDataAvailableScriptName.shtml) and [Shell.GetDataAvailableScriptFileName](https://www.mbsplugins.eu/ShellGetDataAvailableScriptFileName.shtml) functions.

### Blog Entries

- [MBS FileMaker Plugin, version 9.6pr1](https://www.mbsplugins.de/archive/2019-12-02/MBS_FileMaker_Plugin_version_9/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 17th November 2019 , last changed 17th November 2019

  
[Shell.GetDataAvailableScriptFileName](ShellGetDataAvailableScriptFileName.md) - [Shell.GetDomain](ShellGetDomain.md)

[HTML Version](ShellGetDataAvailableScriptName.shtml)