Skip to content

KVSCRSCompanySelections#

Procedures#

RunOnActionSearch() :#

Summary: RunOnActionSearch.

procedure RunOnActionSearch(): 

SetQueryCreditsafeID(Text[30]) :#

Summary: SetQueryCreditsafeID can be used to pre-set the creditsafe id for querying the creditsafe company search.

procedure SetQueryCreditsafeID(KVSCRSID: Text[30]): 

Parameters:

  • KVSCRSID: Text[30] that specifies the given creditsafe id.

SetQueryCreditsafeSafeno(Text[30]) :#

Summary: SetQueryCreditsafeSafeno can be used to pre-set the creditsafe safe no. for querying the creditsafe company search.

procedure SetQueryCreditsafeSafeno(creditsafeSafenoPar: Text[30]): 

Parameters:

  • creditsafeSafenoPar: Text[30] that specifies the given creditsafe safe no. .

SetQueryName(Text[151]) :#

Summary: SetQueryName can be used to pre-set the name for querying the creditsafe company search.

procedure SetQueryName(newName: Text[151]): 

Parameters:

  • newName: Text[151] that specifies the given name.

SetQueryNameMatchType(Enum KVSCRSMatchType) :#

Summary: SetQueryNameMatchType can be used to pre-set the query match type for querying the creditsafe company search.

procedure SetQueryNameMatchType(nameMatchTypePar: Enum "KVSCRSMatchType"): 

Parameters:

  • nameMatchTypePar: Enum KVSCRSMatchType that specifies the given match type.

SetQueryAddress(Text[151]) :#

Summary: SetQueryAddress can be used to pre-set the address for querying the creditsafe company search.

procedure SetQueryAddress(addressPar: Text[151]): 

Parameters:

  • addressPar: Text[151] that specifies the given address.

SetQueryPostcode(Text[30]) :#

Summary: SetQueryPostcode can be used to pre-set the post code for querying the creditsafe company search.

procedure SetQueryPostcode(postcodePar: Text[30]): 

Parameters:

  • postcodePar: Text[30] that specifies the given postcode.

SetQueryCity(Text[30]) :#

Summary: SetQueryCity can be used to pre-set the city for querying the creditsafe company search.

procedure SetQueryCity(cityPar: Text[30]): 

Parameters:

  • cityPar: Text[30] that specifies the given city.

SetQueryCountry(Code[2]) :#

Summary: SetQueryCountry can be used to pre-set the country code for querying the creditsafe company search.

procedure SetQueryCountry(countryPar: Code[2]): 

Parameters:

  • countryPar: Code[2] that specifies the given country code.

SetQueryVATID(Text[30]) :#

Summary: SetQueryVATID can be used to pre-set the VAT Registration ID for querying the creditsafe company search.

procedure SetQueryVATID(vatIDPar: Text[30]): 

Parameters:

  • vatIDPar: Text[30] that specifies the given VAT Registration ID.

SetCompany(RecordRef) :#

Summary: SetCompany can be used to pre-set the company for querying the creditsafe company search.

procedure SetCompany(recRefPar: RecordRef): 

Parameters:

  • recRefPar: RecordRef that specifies the given company for search.

SetSelection(Record KVSCRSCompanySelection) :#

Summary: SetSelection can be used to prefill the records within the company selection list by given records.

procedure SetSelection(var creditsafeCompanySelection: Record "KVSCRSCompanySelection"): 

Parameters:

  • creditsafeCompanySelection: VAR Record KVSCRSCompanySelection.

GetSelection(Record KVSCRSCompanySelection, Record KVSCRSIDLanguage) :#

Summary: GetSelection is used to get the selected record of the company selection page for ongoing processing.

procedure GetSelection(var creditsafeCompanySelection: Record "KVSCRSCompanySelection"; var crsIDLanguage: Record "KVSCRSIDLanguage"): 

Parameters:

  • creditsafeCompanySelection: VAR Record KVSCRSCompanySelection.
  • crsIDLanguage: VAR Record KVSCRSIDLanguage.

GetTempSelectionLanguages(Record KVSCRSCompanySelection, Record KVSCRSIDLanguage) :#

Summary: GetTempSelectionLanguages is used to return the languages in which a report can be returned by Creditsafe Global Gateway Service.

procedure GetTempSelectionLanguages(crsCompanySelection: Record "KVSCRSCompanySelection"; var crsIDLanguage: Record "KVSCRSIDLanguage"): 

Parameters:

  • crsCompanySelection: Record KVSCRSCompanySelection.
  • crsIDLanguage: VAR Record KVSCRSIDLanguage.