SS1.0
nlapiCopyRecord ( type , id , initializeValues )
nlapiLoadRecord ( type , id , initializeValues )
nlapiCreateRecord ( type , initializeValues )
nlapiSubmitRecord ( record , doSourcing , ignoreMandatoryFields )
nlapiDeleteRecord ( type , id )
nlapiSearchRecord ( type , id , filters , columns )
nlapiSearchGlobal ( keywords )
nlapiSearchDuplicate ( type , fields , id )
nlapiTransformRecord ( type , id , transformType , transformValues )
nlapiLookupField ( type , id , fields , text )
nlapiSubmitField ( type , id , fields , values , doSourcing )
nlapiAttachRecord ( type1 , id1 , type2 , id2 , properties )
nlapiDetachRecord ( type1 , id1 , type2 , id2 , properties )
nlapiResolveURL ( type , subtype , id , pagemode )
nlapiSetRedirectURL ( type , subtype , id , pagemode , parameters )
nlapiRequestURL ( url , postdata , headers , callback , method )
nlapiGetContext ( )
nlapiGetUser ( )
nlapiGetRole ( )
nlapiGetDepartment ( )
nlapiGetLocation ( )
nlapiGetSubsidiary ( )
nlapiGetRecordType ( )
nlapiGetRecordId ( )
nlapiSendEmail ( from , to , subject , body , cc , bcc , records , files )
nlapiSendCampaignEmail ( campaigneventid , recipientid )
nlapiSendFax ( from , to , subject , body , records , files )
nlapiGetField ( fldnam )
nlapiGetMatrixField ( type , fldnam , column )
nlapiGetLineItemField ( type , fldnam , linenum )
nlapiGetLineItemMatrixField ( type , fldnam , linenum , column )
nlapiGetFieldValue ( fldnam )
nlapiSetFieldValue ( fldnam , value , firefieldchanged , synchronous )
nlapiGetFieldText ( fldnam )
nlapiSetFieldText ( fldnam , txt , firefieldchanged , synchronous )
nlapiGetFieldValues ( fldnam )
nlapiSetFieldValues ( fldnam , values , firefieldchanged , synchronous )
nlapiGetFieldTexts ( fldnam )
nlapiSetFieldTexts ( fldnam , texts , firefieldchanged , synchronous )
nlapiGetMatrixValue ( type , fldnam , column )
nlapiSetMatrixValue ( type , fldnam , column , value , firefieldchanged , synchronous )
nlapiGetCurrentLineItemMatrixValue ( type , fldnam , column )
nlapiSetCurrentLineItemMatrixValue ( type , fldnam , column , value , firefieldchanged , synchronous )
nlapiGetLineItemMatrixValue ( type , fldnam , linenum , column )
nlapiGetLineItemValue ( type , fldnam , linenum )
nlapiSetLineItemValue ( type , fldnam , linenum , value )
nlapiGetLineItemText ( type , fldnam , linenum )
nlapiFindLineItemValue ( type , fldnam , val )
nlapiFindLineItemMatrixValue ( type , fldnam , column , val )
nlapiGetMatrixCount ( type , fldnam )
nlapiGetLineItemCount ( type )
nlapiInsertLineItem ( type , line )
nlapiRemoveLineItem ( type , line )
nlapiSetCurrentLineItemValue ( type , fldnam , value , firefieldchanged , synchronous )
nlapiSetCurrentLineItemText ( type , fldnam , txt , firefieldchanged , synchronous )
nlapiGetCurrentLineItemValue ( type , fldnam )
nlapiGetCurrentLineItemText ( type , fldnam )
nlapiGetCurrentLineItemIndex ( type )
nlapiSetLineItemDisabled ( type , fldnam , disable , linenum )
nlapiGetFieldMandatory ( fldnam )
nlapiGetLineItemMandatory ( type , fldnam )
nlapiSetFieldMandatory ( fldnam , mandatory )
nlapiSetLineItemMandatory ( type , fldnam , mandatory )
nlapiSelectLineItem ( type , linenum )
nlapiCommitLineItem ( type )
nlapiCancelLineItem ( type )
nlapiSelectNewLineItem ( type )
nlapiRefreshLineItems ( type )
nlapiInsertSelectOption ( fldnam , value , text , selected )
nlapiRemoveSelectOption ( fldnam , value )
nlapiInsertLineItemOption ( type , fldnam , value , text , selected )
nlapiRemoveLineItemOption ( type , fldnam , value )
nlapiIsLineItemChanged ( type )
nlapiGetNewRecord ( )
nlapiGetOldRecord ( )
nlapiCreateError ( code , details , suppressEmail )
nlapiCreateForm ( title , hideHeader )
nlapiCreateList ( title , hideHeader )
nlapiCreateAssistant ( title , hideHeader )
nlapiLoadFile ( id )
nlapiSubmitFile ( file )
nlapiDeleteFile ( id )
nlapiCreateFile ( name , type , contents )
nlapiMergeRecord ( id , baseType , baseId , altType , altId , fields )
nlapiPrintRecord ( type , id , format , properties )
nlapiXMLToPDF ( input )
nlapiLogExecution ( type , title , details )
nlapiScheduleScript ( script , deployment , parameters )
nlapiOutboundSSO ( ssoAppKey )
nlapiLoadConfiguration ( type )
nlapiSubmitConfiguration ( setup )
nlapiStringToDate ( str , format )
nlapiDateToString ( d , formattype )
nlapiAddDays ( d , days )
nlapiAddMonths ( d , months )
nlapiFormatCurrency ( str )
nlapiEncrypt ( s )
nlapiEscapeXML ( text )
nlapiStringToXML ( str )
nlapiXMLToString ( xml )
nlapiSelectValue ( node , xpath )
nlapiSelectValues ( node , xpath )
nlapiSelectNode ( node , xpath )
nlapiSelectNodes ( node , xpath )
nlapiExchangeRate ( fromCurrency , toCurrency , date )
nlapiInitiateWorkflow ( recordtype , id , workflowid )
nlapiTriggerWorkflow ( recordtype , id , workflowid , actionid )
nlapiCreateCurrentLineSubrecord ( type , fldnam )
nlapiEditCurrentLineItemSubrecord ( type , fldnam )
nlapiRemoveCurrentLineItemSubrecord ( type , fldnam )
nlapiViewCurrentLineItemSubrecord ( type , fldnam )
nlapiViewLineItemSubrecord ( type , fldnam , linenum )
createSubrecord ( fldnam )
editSubrecord ( fldnam )
removeSubrecord ( fldnam )
viewSubrecord ( fldnam )
nlobjSubrecord.commit ( )
nlobjSubrecord.cancel ( )
nlobjRecord ( )
nlobjRecord.getId ( )
nlobjRecord.getRecordType ( )
nlobjRecord.getField ( fldnam )
nlobjRecord.getSubList ( type )
nlobjRecord.getMatrixField ( type , fldnam , column )
nlobjRecord.getLineItemField ( type , fldnam , linenum )
nlobjRecord.getLineItemMatrixField ( type , fldnam , linenum , column )
nlobjRecord.setFieldValue ( name , value )
nlobjRecord.setFieldValues ( name , values )
nlobjRecord.getFieldValue ( name )
nlobjRecord.getFieldValues ( name )
nlobjRecord.setFieldText ( name , text )
nlobjRecord.setFieldTexts ( name , texts )
nlobjRecord.getFieldText ( name )
nlobjRecord.getFieldTexts ( name )
nlobjRecord.getMatrixValue ( type , name , column )
nlobjRecord.setMatrixValue ( type , name , column , value )
nlobjRecord.getAllFields ( )
nlobjRecord.getAllLineItemFields ( group )
nlobjRecord.setLineItemValue ( group , name , line , value )
nlobjRecord.getLineItemValue ( group , name , line )
nlobjRecord.getLineItemText ( group , name , line )
nlobjRecord.setCurrentLineItemValue ( group , name , value )
nlobjRecord.getCurrentLineItemValue ( group , name )
nlobjRecord.getCurrentLineItemText ( group , name )
nlobjRecord.setCurrentLineItemMatrixValue ( group , name , column , value )
nlobjRecord.getCurrentLineItemMatrixValue ( group , name , column )
nlobjRecord.getMatrixCount ( group , name )
nlobjRecord.getLineItemCount ( group )
nlobjRecord.findLineItemValue ( group , fldnam , value )
nlobjRecord.findLineItemMatrixValue ( group , fldnam , column , value )
nlobjRecord.insertLineItem ( group , line )
nlobjRecord.removeLineItem ( group , line )
nlobjRecord.selectNewLineItem ( group )
nlobjRecord.selectLineItem ( group , line )
nlobjRecord.commitLineItem ( group )
nlobjConfiguration ( )
nlobjConfiguration.getType ( )
nlobjConfiguration.getField ( fldnam )
nlobjConfiguration.setFieldValue ( name , value )
nlobjConfiguration.setFieldValues ( name , value )
nlobjConfiguration.getFieldValue ( name )
nlobjConfiguration.getFieldValues ( name )
nlobjConfiguration.setFieldText ( name , text )
nlobjConfiguration.setFieldTexts ( name , texts )
nlobjConfiguration.getFieldText ( name )
nlobjConfiguration.getFieldTexts ( name )
nlobjConfiguration.getAllFields ( )
nlobjFile ( )
nlobjFile.getName ( )
nlobjFile.setName ( name )
nlobjFile.getFolder ( )
nlobjFile.setFolder ( folder )
nlobjFile.setEncoding ( encoding )
nlobjFile.isOnline ( )
nlobjFile.setIsOnline ( online )
nlobjFile.isInactive ( )
nlobjFile.setIsInactive ( inactive )
nlobjFile.getDescription ( )
nlobjFile.setDescription ( descr )
nlobjFile.getId ( )
nlobjFile.getSize ( )
nlobjFile.getURL ( )
nlobjFile.getType ( )
nlobjFile.getValue ( )
nlobjSearchFilter ( name , join , operator , value , value2 )
nlobjSearchFilter.getName ( )
nlobjSearchFilter.getJoin ( )
nlobjSearchFilter.getOperator ( )
nlobjSearchColumn ( name , join , summary )
nlobjSearchColumn.getName ( )
nlobjSearchColumn.getJoin ( )
nlobjSearchColumn.getLabel ( )
nlobjSearchColumn.getSummary ( )
nlobjSearchColumn.getFormula ( )
nlobjSearchColumn.setSort ( order )
nlobjSearchResult ( )
nlobjSearchResult.getId ( )
nlobjSearchResult.getRecordType ( )
nlobjSearchResult.getValue ( column )
nlobjSearchResult.getValue ( name , join , summary )
nlobjSearchResult.getText ( column )
nlobjSearchResult.getText ( name , join , summary )
nlobjSearchResult.getAllColumns ( )
nlobjContext ( )
nlobjContext.getName ( )
nlobjContext.getUser ( )
nlobjContext.getRole ( )
nlobjContext.getRoleId ( )
nlobjContext.getRoleCenter ( )
nlobjContext.getEmail ( )
nlobjContext.getContact ( )
nlobjContext.getCompany ( )
nlobjContext.getDepartment ( )
nlobjContext.getLocation ( )
nlobjContext.getSubsidiary ( )
nlobjContext.getExecutionContext ( )
nlobjContext.getRemainingUsage ( )
nlobjContext.getFeature ( name )
nlobjContext.getPermission ( name )
nlobjContext.getPreference ( name )
nlobjContext.getSessionObject ( name )
nlobjContext.setSessionObject ( name , value )
nlobjContext.getAllSessionObjects ( )
nlobjContext.getVersion ( )
nlobjContext.getEnvironment ( )
nlobjContext.getLogLevel ( )
nlobjContext.getScriptId ( )
nlobjContext.getDeploymentId ( )
nlobjContext.getPercentComplete ( )
nlobjContext.setPercentComplete ( pct )
nlobjContext.getSetting ( type , name )
nlobjContext.setSetting ( type , name , value )
nlobjContext.getColorPreferences ( )
nlobjError ( )
nlobjError.getId ( )
nlobjError.getCode ( )
nlobjError.getDetails ( )
nlobjError.getStackTrace ( )
nlobjError.getUserEvent ( )
nlobjError.getInternalId ( )
nlobjServerResponse ( )
nlobjServerResponse.getContentType ( )
nlobjServerResponse.getHeader ( name )
nlobjServerResponse.getHeaders ( name )
nlobjServerResponse.getAllHeaders ( )
nlobjServerResponse.getCode ( )
nlobjServerResponse.getBody ( )
nlobjServerResponse.getError ( )
nlobjResponse ( )
nlobjResponse.addHeader ( name , value )
nlobjResponse.setHeader ( name , value )
nlobjResponse.getHeader ( )
nlobjResponse.getHeaders ( name )
nlobjResponse.getAllHeaders ( )
nlobjResponse.sendNoCache ( )
nlobjResponse.setContentType ( type , filename , disposition )
nlobjResponse.sendRedirect ( type , subtype , id , pagemode , parameters )
nlobjResponse.write ( output )
nlobjResponse.writeLine ( output )
nlobjResponse.writePage ( pageobject )
nlobjRequest ( )
nlobjRequest.getParameter ( name )
nlobjRequest.getParameterValues ( name )
nlobjRequest.getAllParameters ( )
nlobjRequest.getLineItemValue ( group , name , line )
nlobjRequest.getLineItemCount ( group )
nlobjRequest.getHeader ( name )
nlobjRequest.getAllHeaders ( )
nlobjRequest.getFile ( name )
nlobjRequest.getAllFiles ( )
nlobjRequest.getBody ( )
nlobjRequest.getURL ( )
nlobjRequest.getMethod ( )
nlobjPortlet ( )
nlobjPortlet.setTitle ( title )
nlobjPortlet.setHtml ( html )
nlobjPortlet.addColumn ( name , type , label , align )
nlobjPortlet.addEditColumn ( column , showView , showHref )
nlobjPortlet.addRow ( row )
nlobjPortlet.addRows ( rows )
nlobjPortlet.addField ( name , type , label , source )
nlobjPortlet.setSubmitButton ( url , label )
nlobjPortlet.addLine ( text , url , indent )
nlobjList ( )
nlobjList.setTitle ( title )
nlobjList.setStyle ( style )
nlobjList.setScript ( script )
nlobjList.addColumn ( name , type , label , align )
nlobjList.addEditColumn ( column , showView , showHref )
nlobjList.addRow ( row )
nlobjList.addRows ( rows )
nlobjList.addButton ( name , label , script )
nlobjList.addPageLink ( type , title , url )
nlobjForm ( )
nlobjForm.setTitle ( title )
nlobjForm.addTitleHtml ( html )
nlobjForm.setScript ( script )
nlobjForm.setFieldValues ( values )
nlobjForm.addPageLink ( type , title , url )
nlobjForm.addButton ( name , label , script )
nlobjForm.getButton ( name )
nlobjForm.addResetButton ( label )
nlobjForm.addSubmitButton ( label )
nlobjForm.addTab ( name , label )
nlobjForm.addField ( name , type , label , sourceOrRadio , tab )
nlobjForm.addCredentialField ( name , label , domain , scriptId , value , entityMatch , tab )
nlobjForm.addCredentialField ( name , label , domain , scriptId , value , entityMatch )
nlobjForm.addCredentialField ( name , label , domain , scriptId , value )
nlobjForm.addSubTab ( name , label , tab )
nlobjForm.addSubList ( name , type , label , tab )
nlobjForm.insertTab ( tab , nexttab )
nlobjForm.insertField ( field , nextfld )
nlobjForm.insertSubTab ( subtab , nextsubtab )
nlobjForm.insertSubList ( sublist , nextsublist )
nlobjForm.getTab ( name )
nlobjForm.getField ( name , radio )
nlobjForm.getSubTab ( name )
nlobjForm.getSubList ( name )
nlobjForm.addFieldGroup ( name , label , tab )
nlobjAssistant ( )
nlobjAssistant.setTitle ( title )
nlobjAssistant.setScript ( script )
nlobjAssistant.setSplash ( title , text1 , text2 )
nlobjAssistant.setShortcut ( show )
nlobjAssistant.setFieldValues ( values )
nlobjAssistant.setOrdered ( ordered )
nlobjAssistant.setNumbered ( numbered )
nlobjAssistant.isFinished ( )
nlobjAssistant.setFinished ( html )
nlobjAssistant.hasError ( )
nlobjAssistant.setError ( html )
nlobjAssistant.setCurrentStep ( step )
nlobjAssistant.addStep ( name , label )
nlobjAssistant.addField ( name , type , label , source , group )
nlobjAssistant.addSubList ( name , type , label )
nlobjAssistant.addFieldGroup ( name , label )
nlobjAssistant.getStep ( name )
nlobjAssistant.getField ( name )
nlobjAssistant.getSubList ( name )
nlobjAssistant.getFieldGroup ( name )
nlobjAssistant.getAllSteps ( )
nlobjAssistant.getAllFields ( )
nlobjAssistant.getAllSubLists ( )
nlobjAssistant.getAllFieldGroups ( )
nlobjAssistant.getLastAction ( )
nlobjAssistant.getLastStep ( )
nlobjAssistant.getNextStep ( )
nlobjAssistant.getCurrentStep ( )
nlobjAssistant.getStepCount ( )
nlobjAssistant.sendRedirect ( response )
nlobjField ( )
nlobjField.getName ( )
nlobjField.getLabel ( )
nlobjField.getType ( )
nlobjField.isHidden ( )
nlobjField.isMandatory ( )
nlobjField.isDisabled ( )
nlobjField.setLabel ( label )
nlobjField.setAlias ( alias )
nlobjField.setDefaultValue ( value )
nlobjField.setDisabled ( disabled )
nlobjField.setMandatory ( mandatory )
nlobjField.setMaxLength ( maxlength )
nlobjField.setDisplayType ( type )
nlobjField.setBreakType ( breaktype )
nlobjField.setLayoutType ( type , breaktype )
nlobjField.setLinkText ( text )
nlobjField.setDisplaySize ( width , height )
nlobjField.setPadding ( padding )
nlobjField.setHelpText ( help , inline )
nlobjField.addSelectOption ( value , text , selected )
nlobjSubList ( )
nlobjSubList.setLabel ( label )
nlobjSubList.setHelpText ( help )
nlobjSubList.setDisplayType ( type )
nlobjSubList.setLineItemValue ( field , line , value )
nlobjSubList.setLineItemMatrixValue ( field , line , column , value )
nlobjSubList.setLineItemValues ( values )
nlobjSubList.getLineItemCount ( group )
nlobjSubList.addField ( name , type , label , source )
nlobjSubList.setUniqueField ( fldnam )
nlobjSubList.addButton ( name , label , script )
nlobjSubList.addRefreshButton ( )
nlobjSubList.addMarkAllButtons ( )
nlobjColumn ( )
nlobjColumn.setLabel ( label )
nlobjColumn.setURL ( value , perRow )
nlobjColumn.addParamToURL ( param , value , perRow )
nlobjTab ( )
nlobjTab.setLabel ( label )
nlobjTab.setHelpText ( help )
nlobjAssistantStep ( )
nlobjAssistantStep.setLabel ( label )
nlobjAssistantStep.setHelpText ( help )
nlobjAssistantStep.getStepNumber ( )
nlobjAssistantStep.getFieldValue ( name )
nlobjAssistantStep.getFieldValues ( name )
nlobjAssistantStep.getLineItemCount ( group )
nlobjAssistantStep.getLineItemValue ( group , name , line )
nlobjAssistantStep.getAllFields ( )
nlobjAssistantStep.getAllLineItems ( )
nlobjAssistantStep.getAllLineItemFields ( group )
nlobjFieldGroup ( )
nlobjFieldGroup.setLabel ( label )
nlobjFieldGroup.setCollapsible ( collapsible , defaultcollapsed )
nlobjFieldGroup.setSingleColumn ( singleColumn )
nlobjFieldGroup.setShowBorder ( showBorder )
nlobjButton ( )
nlobjButton.setLabel ( label )
nlobjButton.setDisabled ( disabled )
nlobjSelectOption ( )
nlobjSelectOption.getId ( )
nlobjSelectOption.getText ( )