Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottch committed Jul 9, 2015
1 parent 3b08ce2 commit 3ee3b38
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Exports running in the context of a Flow will execute asynchronously and automat
},
"pageSize": 20,
"hooks": {
"_preSavePage": "5587092fd78228000000000b"
"_preSavePageId": "5587092fd78228000000000b"
}
}
```
Expand All @@ -56,7 +56,7 @@ Exports running in the context of a Flow will execute asynchronously and automat
},
"pageSize": 20,
"hooks": {
"_preSavePage": "5587092fd78228000000000b"
"_preSavePageId": "5587092fd78228000000000b"
}
}
```
Expand Down Expand Up @@ -87,7 +87,7 @@ Exports running in the context of a Flow will execute asynchronously and automat
| **webhook.key** | . |
| **webhook.header** | . |
| **distributed.bearerToken** | . |
| **hooks.preSavePage** | . |
| **hooks._preSavePageId** | . |
| **rest.relativeURI** | . |
| **rest.method** | . |
| **rest.headers** | . |
Expand Down Expand Up @@ -134,7 +134,7 @@ Exports running in the context of a Flow will execute asynchronously and automat
"executionContext": ["userinterface", "webservices", "webstore"],
"qualifier": "['total', '>=', '1000']",
"hooks": {
"preSendData": {
"preSend": {
"fileInternalId": "1234",
"functionName": "myPreSendLogic"
}
Expand All @@ -151,8 +151,8 @@ Exports running in the context of a Flow will execute asynchronously and automat
| **recordType** | . |
| **executionContext** | Read only field tracking last modified date/time. |
| **qualifier** | . |
| **hooks.preSendData.fileInternalId** | . |
| **hooks.preSendData.functionName** | . |
| **hooks.preSend.fileInternalId** | . |
| **hooks.preSend.functionName** | . |

#### NetSuite Batch Export
##### Sample Export JSON
Expand All @@ -177,7 +177,7 @@ Exports running in the context of a Flow will execute asynchronously and automat
"recordType": "customer",
"searchId": "69422",
"hooks": {
"preSendData": {
"preSend": {
"fileInternalId": "1234",
"functionName": "myPreSendLogic"
}
Expand All @@ -190,8 +190,8 @@ Exports running in the context of a Flow will execute asynchronously and automat
| **type** | . |
| **recordType** | . |
| **searchId** | . |
| **hooks.preSendData.fileInternalId** | . |
| **hooks.preSendData.functionName** | . |
| **hooks.preSend.fileInternalId** | . |
| **hooks.preSend.functionName** | . |

##### Related HTTP Endpoints
| Relative URI | Method | Success Code | Description |
Expand Down

0 comments on commit 3ee3b38

Please sign in to comment.