Share via


NumberSeqScope.isDatatypeValidForCountryRegion Method [AX 2012]

Determines if the given NumberSequenceDatatype object is valid for this NumberSeqScope object based on its country region code.

Syntax

public boolean isDatatypeValidForCountryRegion(NumberSequenceDatatype _numberSequenceDatatype)

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified NumberSequenceDatatype object does not have a CountryRegionCodes value set or if this scope is associated with an entity in the country region of the NumberSequenceDatatype object; otherwise, false.

See Also

Reference

NumberSeqScope Class