Solved

Numeric domain is not listed at creating a sequence

  • 27 August 2021
  • 3 replies
  • 40 views

Hi, 

Numeric domain is not listed at creating a sequence, and I can work around it by changing the type to BIGINT or INT, but is this a defect?

Manual says:
Note that this domain must be either of an integer type or a numeric type with precision 0. The lookup automatically filters domains that match this requirement.
Sequences / Settings / Domain

icon

Best answer by Mark Jongeling 27 August 2021, 10:59

View original

3 replies

Userlevel 7
Badge +23

Hi,

Numeric domains with a scale 0 should function correctly. Could you show how the used domain is specified in the model (in Domains screen) and show which domain is used in the Sequence? 

The domain specified during the creation of the sequence should be equal to the domain specified in the  Seqences screen.

Sorry, I misread your topic. I see the problem now. Numeric domain apparently are unavailable for selection. This is indeed an issue. 

Userlevel 7
Badge +23

Looking closer at the problem, it was an incorrect pre-filter query that limited the possible domains to only INT and BIGINT domains. This has been corrected and will function correctly in the upcoming 2021.3 release.

Preview:

 

Thanks, I will get it as soon as the latest version of SF is released.

Reply