Sabre PNR Script Samples
Note: Text marked in BOLD should be updated.
Function | Script |
Trip Origin for Mobile | if(((UserPnrData.DataType=="new")||(UserPnrData.DataType=="hold"))&&(UserPnrData.TripOrigin=="handheld")) {out.print("5H-**MOBILE BOOKING**");} |
Trip Change on Mobile
| if((UserPnrData.DataType=="change")&&(UserPnrData.TripOrigin=="handheld")) {out.print("5H-**CHANGED ON MOBILE**");} |
Trip Cancel on Mobile | if((UserPnrData.DataType=="cancel")&&(UserPnrData.TripOrigin=="handheld")) {out.print("5H-**CANCELLED ON MOBILE**");} |
Check for Mobile client | |
Apollo PNR Script Samples
Note: Text marked in BOLD should be updated.
Function | Script |
Error when |
|
For when no |
|
Amtrak Confirmation |
|
No Passive Segments |
|
Class of Service |
|
Form of Payment |
|
Total Fare |
|
Worldspan PNR Script Samples
Note: Text marked in BOLD should be updated.
Function | Script |
Error when Form |
|
For when no |
|
Amtrak Confirmation |
|
No Passive Segments |
|
Class of Service |
|
Form of Payment |
|
Total Fare |
|
0 Comments