Type names and Type numbers

Certified Senior Developer

Does anyone know where we can find a complete list of type numbers and respective type names which can be used for casting. I know that we can manually check in the Expression Rule by evaluating the typename() with all values, any alternatives?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    I have tried it in this way initially using 1000 at the local!enumerate value, but it keeps failing at certain Id's

    a!localVariables(
      local!enumerate:enumerate(24)+1,
      a!forEach(
        items: local!enumerate,
        expression: typename(fv!item)
      )
    )

  • +1
    Certified Lead Developer
    in reply to Konduru Chaitanya

            "0: Any deferred type"(Text)
            "1: Number (Integer)"(Text)
            "2: Number (Decimal)"(Text)
            "3: Text"(Text)
            "4: User"(Text)
            "5: Group"(Text)
            "6: Currency"(Text)
            "7: Date"(Text)
            "8: Time"(Text)
            "9: Date and Time"(Text)
            "10: Binary Data"(Text)
            "11: Bean"(Text)
            "12: Folder"(Text)
            "13: Document"(Text)
            "14: Portlet"(Text)
            "15: Page"(Text)
            "16: Forum"(Text)
            "17: Discussion Thread"(Text)
            "18: Message"(Text)
            "19: Knowledge Center"(Text)
            "20: Community"(Text)
            "21: Task"(Text)
            "22: Process"(Text)
            "23: Process Model"(Text)
            "24: Attachment"(Text)
            "25: "(Text)
            "26: Boolean"(Text)
            "27: User or Group"(Text)
            "28: Document or Folder"(Text)
            "29: Interval (Day to Second)"(Text)
            "30: "(Text)
            "31: Note"(Text)
            "32: Password"(Text)
            "33: Event"(Text)
            "34: Email Address"(Text)
            "35: Email Recipient"(Text)
            "36: Content Rule"(Text)
            "37: Content"(Text)
            "38: Content Custom"(Text)
            "39: Content Rule (Freeform)"(Text)
            "40: Content Constant"(Text)
            "41: Group Type"(Text)
            "42: "(Text)
            "43: "(Text)
            "44: "(Text)
            "45: "(Text)
            "46: "(Text)
            "47: "(Text)
            "48: "(Text)
            "49: Reaction Tree"(Text)
            "50: Interval (Year to Month)"(Text)
            "51: Number (Fixed Point)"(Text)
            "52: Key (Integer)"(Text)
            "53: Key (String)"(Text)
            "54: Date with Timezone"(Text)
            "55: Date and Time with Timezone"(Text)
            "56: Binary Large Object"(Text)
            "57: Null"(Text)
            "58: Secure Data"(Text)
            "59: Key (Integer Opaque)"(Text)
            "60: Content Document"(Text)
            "61: Content Folder"(Text)
            "62: Content Knowledge Center"(Text)
            "63: Content Community"(Text)
            "64: Key (String Opaque)"(Text)
            "65: Opaque Process"(Text)
            "66: Number (Complex)"(Text)
            "67: Number (Fraction)"(Text)
            "68: Text"(Text)
            "69: User id"(Text)
            "70: Text (International)"(Text)
            "71: Reference"(Text)
            "72: Number (Range)"(Text)
            "73: External Key"(Text)
            "74: ###TYPE_OPERATION"(Text)
            "75: External Key (Unbound)"(Text)
            "76: ###TYPE_INTERNAL_KEY"(Text)
            "77: Ignore"(Text)
            "78: ###TYPE_EXTERNAL_REFERENCE"(Text)
            "79: ###TYPE_EXTERNAL_REFERENCE_WITH_INDICES"(Text)
            "80: Data Type"(Text)
            "81: Data Store Entity"(Text)
            "82: Data Store"(Text)
            "83: Query Rule"(Text)
            "84: Decision Table"(Text)
            "85: Rule Folder"(Text)
            "86: Application"(Text)
            "87: Feed"(Text)
            "88: Rule or Function Reference"(Text)
            "89: List of Rules or Functions References"(Text)
            "90: Alias"(Text)
            "91: "(Text)
            "92: Array"(Text)
            "93: List"(Text)
            "94: Dictionary"(Text)
            "95: Record"(Text)
            "96: Union"(Text)
            "97: Any Type"(Text)
            "98: Tree"(Text)
            "99: Weak"(Text)
            "100: List of Deferred"(Text)
            "101: List of Number (Integer)"(Text)
            "102: List of Number (Floating Point)"(Text)
            "103: List of Text String"(Text)
            "104: List of Username"(Text)
            "105: List of Group"(Text)
            "106: List of Currency"(Text)
            "107: List of Date"(Text)
            "108: List of Time of Day"(Text)
            "109: List of Timestamp"(Text)
            "110: List of Binary Data"(Text)
            "111: List of Bean"(Text)
            "112: List of Folder"(Text)
            "113: List of Document"(Text)
            "114: List of Portlet"(Text)
            "115: List of Page"(Text)
            "116: List of Forum"(Text)
            "117: List of Discussion Thread"(Text)
            "118: List of Message"(Text)
            "119: List of Knowledge Center"(Text)
            "120: List of Community"(Text)
            "121: List of Task"(Text)
            "122: List of Process"(Text)
            "123: List of Process Model"(Text)
            "124: List of Attachment"(Text)
            "125: "(Text)
            "126: List of Boolean"(Text)
            "127: List of User or Group"(Text)
            "128: List of Document or Folder"(Text)
            "129: List of Interval (Day to Second)"(Text)
            "130: "(Text)
            "131: List of Note"(Text)
            "132: List of Password"(Text)
            "133: List of Event"(Text)
            "134: List of Email Address"(Text)
            "135: List of Email Recipient"(Text)
            "136: List of Content Rule"(Text)
            "137: List of Content"(Text)
            "138: List of Content Custom"(Text)
            "139: List of Content Rule (Freeform)"(Text)
            "140: List of Content Constant"(Text)
            "141: List of Group Type"(Text)
            "142: "(Text)
            "143: "(Text)
            "144: "(Text)
            "145: "(Text)
            "146: "(Text)
            "147: "(Text)
            "148: "(Text)
            "149: List of Reaction Tree"(Text)
            "150: List of Interval (Year to Month)"(Text)
            "151: List of Number (Fixed Point)"(Text)
            "152: List of Key (Integer)"(Text)
            "153: List of Key (String)"(Text)
            "154: List of Date with Timezone"(Text)
            "155: List of Timestamp with Timezone"(Text)
            "156: List of Binary Large Object"(Text)
            "157: List of Null"(Text)
            "158: List of Secure Data"(Text)
            "159: List of Opaque Integer Key"(Text)
            "160: List of Content Document"(Text)
            "161: List of Content Folder"(Text)
            "162: List of Content Knowledge Center"(Text)
            "163: List of Content Community"(Text)
            "164: List of Opaque String Key"(Text)
            "165: List of Opaque Process"(Text)
            "166: List of Number (Complex)"(Text)
            "167: List of Number (Fraction)"(Text)
            "168: List of Text String"(Text)
            "169: List of User id"(Text)
            "170: List of Text String (International)"(Text)
            "171: List of Reference"(Text)
            "172: List of Number (Range)"(Text)
            "173: ###TYPE_LIST_OF_EXTERNAL_KEY"(Text)
            "174: "(Text)
            "175: ###TYPE_LIST_OF_EXTERNAL_KEY_UNBOUND"(Text)
            "176: ###TYPE_LIST_OF_INTERNAL_KEY"(Text)
            "177: List of Ignore"(Text)
            "178: ###TYPE_LIST_OF_EXTERNAL_REFERENCE"(Text)
            "179: ###TYPE_LIST_OF_EXTERNAL_REFERENCE_WITH_INDICES"(Text)
            "180: List of Data Type"(Text)
            "181: List of Data Store Entity"(Text)
            "182: List of Data Store"(Text)
            "183: List of Query Rule"(Text)
            "184: List of Decision Table"(Text)
            "185: List of Rule Folder"(Text)
            "186: List of Application"(Text)
            "187: List of Feeds"(Text)
            "188: "(Text)
            "189: "(Text)
            "190: "(Text)
            "191: "(Text)
            "192: Save"(Text)
            "193: List of Save"(Text)
            "194: List of Dictionary"(Text)
            "195: List of Record"(Text)
            "196: List of Union"(Text)
            "197: List of Variant"(Text)
            "198: Decimal"(Text)
            "199: List of Decimal"(Text)
            "200: Folder (Process Model)"(Text)
            "201: Folder (Links Channel)"(Text)
            "202: ###TYPE_LIST_OF_PROCESSMODEL_FOLDER"(Text)
            "203: ###TYPE_LIST_OF_LINKS_CHANNEL_FOLDER"(Text)
            "204: Type"(Text)
            "205: List of Type"(Text)
            "206: Context Reference"(Text)
            "207: List of Context Reference"(Text)
            "208: "(Text)
            "209: "(Text)
            "210: Parse Tree"(Text)
            "211: List of Parse Tree"(Text)
            "212: Safe URI"(Text)
            "213: List of Safe URI"(Text)
            "214: Chart Color"(Text)
            "215: List of Chart Color"(Text)
            "216: Record Identifier"(Text)
            "217: List of Record Identifier"(Text)
            "218: Task Report"(Text)
            "219: List of Task Report"(Text)
            "220: Report"(Text)
            "221: List of Report"(Text)
            "222: Encrypted Text"(Text)
            "223: List of Encrypted Text"(Text)
            "224: RecordType Uuid"(Text)
            "225: List of RecordType Uuid"(Text)
            "226: Decrypted Text"(Text)
            "227: List of Decrypted Text"(Text)
            "228: Record Type"(Text)
            "229: List of Record Type"(Text)
            "230: Signal"(Text)
            "231: List of Signal"(Text)
            "232: WebApiEndpointDesignObject"(Text)
            "233: List of WebApiEndpointDesignObject"(Text)
            "234: Evaluation Error"(Text)
            "235: List of Evaluation Error"(Text)
            "236: Site [Deprecated]"(Text)
            "237: List of Site [Deprecated]"(Text)
            "238: Expression"(Text)
            "239: Expression"(Text)
            "240: Administered Property"(Text)
            "241: List of Administered Property"(Text)
            "242: Quick App"(Text)
            "243: List of Quick App"(Text)
            "244: External System"(Text)
            "245: List of External System"(Text)
            "246: Data Source"(Text)
            "247: List of Data Source"(Text)
            "248: Decision"(Text)
            "249: List of Decision"(Text)
            "250: Outbound Integration"(Text)
            "251: List of Outbound Integration"(Text)
            "252: Map"(Text)
            "253: List of Map"(Text)
            "254: Embedded Sail Theme"(Text)
            "255: List of Embedded Sail Theme"(Text)
            "256: Connected System"(Text)
            "257: List of Connected System"(Text)
            "258: Process Error"(Text)
            "259: List of Process Error"(Text)
            "260: Interface"(Text)
            "261: List of Interface"(Text)
            "262: Uniform Folder"(Text)
            "263: List of Uniform Folder"(Text)
            "264: Rich Text"(Text)
            "265: List of Rich Text"(Text)
            "266: Variable Config"(Text)
            "267: List of Variable Config"(Text)
            "268: Sentinel"(Text)
            "269: List of Sentinel"(Text)
            "270: Unsafe Counter"(Text)
            "271: List of Unsafe Counter"(Text)
            "272: RecordType"(Text)
            "273: List of RecordType"(Text)
            "274: Record Action"(Text)
            "275: List of Record Action"(Text)
            "276: Keyword"(Text)
            "277: List of Keyword"(Text)
            "278: Lambda"(Text)
            "279: List of Lambda"(Text)
            "280: User Filter"(Text)
            "281: List of User Filter"(Text)
            "282: Feature Flag"(Text)
            "283: List of Feature Flag"(Text)
            "284: Record Field"(Text)
            "285: List of Record Field"(Text)
            "286: Record Map"(Text)
            "287: List of Record Map"(Text)
            "288: Deployment"(Text)
            "289: List of Deployment"(Text)
            "290: Plugin"(Text)
            "291: ###LIST_OF_PLUGIN"(Text)
            "292: Diff"(Text)
            "293: List of Diff"(Text)
            "294: Process History Row"(Text)
            "295: List of Process History Row"(Text)
            "296: Process (Deleted)"(Text)
            "297: List of Process (Deleted)"(Text)
            "298: Record Relationship"(Text)
            "299: List of Record Relationship"(Text)
            "300: Tagged Value"(Text)
            "301: List of Tagged Value"(Text)
            "302: Task Model"(Text)
            "303: List of Task Model"(Text)
            "304: Design Object Reference Implementation"(Text)
            "305: List of Design Object Reference Implementation"(Text)
            "306: Portal"(Text)
            "307: List of Portal"(Text)
            "308: AI Skill"(Text)
            "309: List of AI Skill"(Text)
            "310: Robotic Task Design Object"(Text)
            "311: List of Robotic Task Design Object"(Text)
            "312: Annotation"(Text)
            "313: List of Annotation"(Text)
            "314: Actor Request"(Text)
            "315: List of Actor Request"(Text)
            "316: Translation Set Design Object"(Text)
            "317: List of Translation Set Design Object"(Text)
            "318: Translation String Design Object"(Text)
            "319: List of Translation String Design Object"(Text)
            "320: Translation String"(Text)
            "321: List of Translation String"(Text)
            "322: Actor"(Text)
            "323: List of Actor"(Text)
            "324: Robot Pool Design Object"(Text)
            "325: List of Robot Pool Design Object"(Text)
            "326: Actor Definition"(Text)
            "327: List of Actor Definition"(Text)
            "328: Formal Parameter"(Text)
            "329: List of Formal Parameter"(Text)
            "330: Invoking User Session"(Text)
            "331: List of Invoking User Session"(Text)
            "332: Actor Frame"(Text)
            "333: List of Actor Frame"(Text)
            "334: Actor Request Eval"(Text)
            "335: List of Actor Request Eval"(Text)
            "336: Portal"(Text)
            "337: List of Portal"(Text)
            "338: Portal Page"(Text)
            "339: List of Portal Page"(Text)
            "340: Site"(Text)
            "341: List of Site"(Text)
            "342: Site Page"(Text)
            "343: List of Site Page"(Text)
            "344: Translation Variable"(Text)
            "345: List of Translation Variable"(Text)
            "346: Translation Variable Design Object"(Text)
            "347: List of Translation Variable Design Object"(Text)
            "348: "(Text)
            "349: "(Text)
            "350: "(Text)
            "351: "(Text)
            "352: "(Text)
            "353: "(Text)
            "354: "(Text)
            "355: "(Text)
            "356: "(Text)
            "357: "(Text)
            "358: "(Text)
            "359: "(Text)
            "360: "(Text)
            "361: "(Text)
            "362: "(Text)
            "363: "(Text)
            "364: "(Text)
            "365: "(Text)
            "366: "(Text)
            "367: "(Text)
            "368: "(Text)
            "369: "(Text)
            "370: "(Text)
            "371: "(Text)
            "372: "(Text)
            "373: "(Text)
            "374: "(Text)
            "375: "(Text)
            "376: "(Text)
            "377: "(Text)
            "378: "(Text)
            "379: "(Text)
            "380: "(Text)
            "381: "(Text)
            "382: "(Text)
            "383: "(Text)
            "384: "(Text)
            "385: "(Text)
            "386: "(Text)
            "387: "(Text)
            "388: "(Text)
            "389: "(Text)
            "390: "(Text)
            "391: "(Text)
            "392: "(Text)
            "393: "(Text)
            "394: "(Text)
            "395: "(Text)
            "396: "(Text)
            "397: "(Text)
            "398: "(Text)
            "399: "(Text)
            "400: "(Text)
            "401: "(Text)
            "402: "(Text)
            "403: "(Text)
            "404: "(Text)
            "405: "(Text)
            "406: "(Text)
            "407: "(Text)
            "408: "(Text)
            "409: "(Text)
            "410: "(Text)
            "411: "(Text)
            "412: "(Text)
            "413: "(Text)
            "414: "(Text)
            "415: "(Text)
            "416: "(Text)
            "417: "(Text)
            "418: "(Text)
            "419: "(Text)
            "420: "(Text)
            "421: "(Text)
            "422: "(Text)
            "423: "(Text)
            "424: "(Text)
            "425: "(Text)
            "426: "(Text)
            "427: "(Text)
            "428: "(Text)
            "429: "(Text)
            "430: "(Text)
            "431: "(Text)
            "432: "(Text)
            "433: "(Text)
            "434: "(Text)
            "435: "(Text)
            "436: "(Text)
            "437: "(Text)
            "438: "(Text)
            "439: "(Text)
            "440: "(Text)
            "441: "(Text)
            "442: "(Text)
            "443: "(Text)
            "444: "(Text)
            "445: "(Text)
            "446: "(Text)
            "447: "(Text)
            "448: "(Text)
            "449: "(Text)
            "450: "(Text)
            "451: "(Text)
            "452: "(Text)
            "453: "(Text)
            "454: "(Text)
            "455: "(Text)
            "456: "(Text)
            "457: "(Text)
            "458: "(Text)
            "459: "(Text)
            "460: "(Text)
            "461: "(Text)
            "462: "(Text)
            "463: "(Text)
            "464: "(Text)
            "465: "(Text)
            "466: "(Text)
            "467: "(Text)
            "468: "(Text)
            "469: "(Text)
            "470: "(Text)
            "471: "(Text)
            "472: "(Text)
            "473: "(Text)
            "474: "(Text)
            "475: "(Text)
            "476: "(Text)
            "477: "(Text)
            "478: "(Text)
            "479: "(Text)
            "480: "(Text)
            "481: "(Text)
            "482: "(Text)
            "483: "(Text)
            "484: "(Text)
            "485: "(Text)
            "486: "(Text)
            "487: "(Text)
            "488: "(Text)
            "489: "(Text)
            "490: "(Text)
            "491: "(Text)
            "492: "(Text)
            "493: "(Text)
            "494: "(Text)
            "495: "(Text)
            "496: "(Text)
            "497: "(Text)
            "498: "(Text)
            "499: "(Text)
            "500: Type 500"(Text)
            "501: Type 501"(Text)
            "502: Type 502"(Text)
            "503: Type 503"(Text)
            "504: Type 504"(Text)
            "505: Type 505"(Text)
            "506: TimephasedDataType^1"(Text)
            "507: TimephasedDataType?list^1"(Text)
            "508: Type 508"(Text)
            "509: Type 509"(Text)
            "510: Type 510"(Text)
            "511: Type 511"(Text)
            "512: Type 512"(Text)
            "513: Type 513"(Text)
            "514: Type 514"(Text)
            "515: Type 515"(Text)
            "516: Type 516"(Text)
            "517: Type 517"(Text)
            "518: Type 518"(Text)
            "519: Type 519"(Text)
            "520: Type 520"(Text)
            "521: Type 521"(Text)
            "522: Type 522"(Text)
            "523: Type 523"(Text)
            "524: Type 524"(Text)
            "525: Type 525"(Text)
            "526: Type 526"(Text)
            "527: Type 527"(Text)
            "528: Type 528"(Text)
            "529: Type 529"(Text)
            "530: Type 530"(Text)
            "531: Type 531"(Text)
            "532: Type 532"(Text)
            "533: Type 533"(Text)
            "534: Type 534"(Text)
            "535: Type 535"(Text)
            "536: Type 536"(Text)
            "537: Type 537"(Text)
            "538: Type 538"(Text)
            "539: Type 539"(Text)
            "540: Type 540"(Text)
            "541: Type 541"(Text)
            "542: Type 542"(Text)
            "543: Type 543"(Text)
            "544: Type 544"(Text)
            "545: Type 545"(Text)
            "546: Type 546"(Text)
            "547: Type 547"(Text)
            "548: Type 548"(Text)
            "549: Type 549"(Text)
            "550: Type 550"(Text)
            "551: Type 551"(Text)
            "552: Type 552"(Text)
            "553: Type 553"(Text)
            "554: Type 554"(Text)
            "555: Type 555"(Text)
            "556: Type 556"(Text)
            "557: Type 557"(Text)
            "558: Type 558"(Text)
            "559: Type 559"(Text)
            "560: Type 560"(Text)
            "561: Type 561"(Text)
            "562: Type 562"(Text)
            "563: Type 563"(Text)
            "564: Type 564"(Text)
            "565: Type 565"(Text)
            "566: Type 566"(Text)
            "567: Type 567"(Text)
            "568: Type 568"(Text)
            "569: Type 569"(Text)
            "570: Project^1"(Text)
            "571: Project?list^1"(Text)
            "572: Type 572"(Text)
            "573: Type 573"(Text)
            "574: Type 574"(Text)
            "575: Type 575"(Text)
            "576: Type 576"(Text)
            "577: Type 577"(Text)
            "578: Type 578"(Text)
            "579: Type 579"(Text)
            "580: Type 580"(Text)
            "581: Type 581"(Text)
            "582: Type 582"(Text)
            "583: Type 583"(Text)
            "584: Type 584"(Text)
            "585: Type 585"(Text)
            "586: Type 586"(Text)
            "587: Type 587"(Text)
            "588: Type 588"(Text)
            "589: Type 589"(Text)
            "590: Type 590"(Text)
            "591: Type 591"(Text)
            "592: Type 592"(Text)
            "593: Type 593"(Text)
            "594: Type 594"(Text)
            "595: Type 595"(Text)
            "596: Type 596"(Text)
            "597: Type 597"(Text)
            "598: Type 598"(Text)
            "599: Type 599"(Text)
            "600: Type 600"(Text)
            "601: Type 601"(Text)
            "602: Type 602"(Text)
            "603: Type 603"(Text)
            "604: Type 604"(Text)
            "605: Type 605"(Text)
            "606: Type 606"(Text)
            "607: Type 607"(Text)
            "608: Type 608"(Text)
            "609: Type 609"(Text)
            "610: Type 610"(Text)
            "611: Type 611"(Text)
            "612: Type 612"(Text)
            "613: Type 613"(Text)
            "614: Type 614"(Text)
            "615: Type 615"(Text)
            "616: Type 616"(Text)
            "617: Type 617"(Text)
            "618: Type 618"(Text)
            "619: Type 619"(Text)
            "620: Type 620"(Text)
            "621: Type 621"(Text)
            "622: Type 622"(Text)
            "623: Type 623"(Text)
            "624: Type 624"(Text)
            "625: Type 625"(Text)
            "626: Type 626"(Text)
            "627: Type 627"(Text)
            "628: Type 628"(Text)
            "629: Type 629"(Text)
            "630: Type 630"(Text)
            "631: Type 631"(Text)
            "632: Type 632"(Text)
            "633: Type 633"(Text)
            "634: Type 634"(Text)
            "635: Type 635"(Text)
            "636: Type 636"(Text)
            "637: Type 637"(Text)
            "638: Type 638"(Text)
            "639: Type 639"(Text)
            "640: Type 640"(Text)
            "641: Type 641"(Text)
            "642: Type 642"(Text)
            "643: Type 643"(Text)
            "644: Type 644"(Text)
            "645: Type 645"(Text)
            "646: Type 646"(Text)
            "647: Type 647"(Text)
            "648: Type 648"(Text)
            "649: Type 649"(Text)
            "650: Type 650"(Text)
            "651: Type 651"(Text)
            "652: Type 652"(Text)
            "653: Type 653"(Text)
            "654: Type 654"(Text)
            "655: Type 655"(Text)
            "656: Type 656"(Text)
            "657: Type 657"(Text)
            "658: Type 658"(Text)
            "659: Type 659"(Text)
            "660: Type 660"(Text)
            "661: Type 661"(Text)
            "662: Type 662"(Text)
            "663: Type 663"(Text)
            "664: Type 664"(Text)
            "665: Type 665"(Text)
            "666: Type 666"(Text)
            "667: Type 667"(Text)
            "668: Type 668"(Text)
            "669: Type 669"(Text)
            "670: Type 670"(Text)
            "671: Type 671"(Text)
            "672: Type 672"(Text)
            "673: Type 673"(Text)
            "674: Type 674"(Text)
            "675: Type 675"(Text)
            "676: Type 676"(Text)
            "677: Type 677"(Text)
            "678: Type 678"(Text)
            "679: Type 679"(Text)
            "680: Type 680"(Text)
            "681: Type 681"(Text)
            "682: Type 682"(Text)
            "683: Type 683"(Text)
            "684: Type 684"(Text)
            "685: Type 685"(Text)
            "686: Type 686"(Text)
            "687: Type 687"(Text)
            "688: Type 688"(Text)
            "689: Type 689"(Text)
            "690: Type 690"(Text)
            "691: Type 691"(Text)
            "692: Type 692"(Text)
            "693: Type 693"(Text)
            "694: Type 694"(Text)
            "695: Type 695"(Text)
            "696: Type 696"(Text)
            "697: Type 697"(Text)
            "698: Type 698"(Text)
            "699: Type 699"(Text)
            "700: Type 700"(Text)
            "701: Type 701"(Text)
            "702: Type 702"(Text)
            "703: Type 703"(Text)
            "704: Type 704"(Text)
            "705: Type 705"(Text)
            "706: Type 706"(Text)
            "707: Type 707"(Text)
            "708: Type 708"(Text)
            "709: Type 709"(Text)
            "710: Type 710"(Text)
            "711: Type 711"(Text)
            "712: Type 712"(Text)
            "713: Type 713"(Text)
            "714: Type 714"(Text)
            "715: Type 715"(Text)
            "716: Type 716"(Text)
            "717: Type 717"(Text)
            "718: Type 718"(Text)
            "719: Type 719"(Text)
            "720: Type 720"(Text)
            "721: Type 721"(Text)
            "722: Type 722"(Text)
            "723: Type 723"(Text)
            "724: Type 724"(Text)
            "725: Type 725"(Text)
            "726: Type 726"(Text)
            "727: Type 727"(Text)
            "728: Type 728"(Text)
            "729: Type 729"(Text)
            "730: Type 730"(Text)
            "731: Type 731"(Text)
            "732: Type 732"(Text)
            "733: Type 733"(Text)
            "734: Type 734"(Text)
            "735: Type 735"(Text)
            "736: Type 736"(Text)
            "737: Type 737"(Text)
            "738: Type 738"(Text)
            "739: Type 739"(Text)
            "740: Type 740"(Text)
            "741: Type 741"(Text)
            "742: Type 742"(Text)
            "743: Type 743"(Text)
            "744: Type 744"(Text)
            "745: Type 745"(Text)
            "746: Type 746"(Text)
            "747: Type 747"(Text)
            "748: Type 748"(Text)
            "749: Type 749"(Text)
            "750: Type 750"(Text)
            "751: Type 751"(Text)
            "752: Type 752"(Text)
            "753: Type 753"(Text)
            "754: Type 754"(Text)
            "755: Type 755"(Text)
            "756: Type 756"(Text)
            "757: Type 757"(Text)
            "758: Type 758"(Text)
            "759: Type 759"(Text)
            "760: Type 760"(Text)
            "761: Type 761"(Text)
            "762: Type 762"(Text)
            "763: Type 763"(Text)
            "764: Type 764"(Text)
            "765: Type 765"(Text)
            "766: Type 766"(Text)
            "767: Type 767"(Text)
            "768: Type 768"(Text)
            "769: Type 769"(Text)
            "770: Type 770"(Text)
            "771: Type 771"(Text)
            "772: Type 772"(Text)
            "773: Type 773"(Text)
            "774: Type 774"(Text)
            "775: Type 775"(Text)
            "776: Type 776"(Text)
            "777: Type 777"(Text)
            "778: Type 778"(Text)
            "779: Type 779"(Text)
            "780: Type 780"(Text)
            "781: Type 781"(Text)
            "782: Type 782"(Text)
            "783: Type 783"(Text)
            "784: Type 784"(Text)
            "785: Type 785"(Text)
            "786: Type 786"(Text)
            "787: Type 787"(Text)
            "788: Application_Task^1"(Text)
            "789: Application_Task?list^1"(Text)
            "790: Type 790"(Text)
            "791: Type 791"(Text)
            "792: Type 792"(Text)
            "793: Type 793"(Text)
            "794: Type 794"(Text)
            "795: Type 795"(Text)
            "796: Type 796"(Text)
            "797: Type 797"(Text)
            "798: Type 798"(Text)
            "799: Type 799"(Text)
            "800: DtoApplication"(Text)
            "801: DtoApplication?list"(Text)
            "802: BooleanField"(Text)
            "803: BooleanField?list"(Text)
            "804: DtoGroup"(Text)
            "805: DtoGroup?list"(Text)
            "806: NameValue"(Text)
            "807: NameValue?list"(Text)
            "808: DtoGroupType"(Text)
            "809: DtoGroupType?list"(Text)
            "810: ValidationMessage"(Text)
            "811: ValidationMessage?list"(Text)
            "812: EditableGridLayout"(Text)
            "813: EditableGridLayout?list"(Text)
            "814: Type 814"(Text)
            "815: Type 815"(Text)
            "816: GridColumnConfiguration"(Text)
            "817: GridColumnConfiguration?list"(Text)
            "818: Type 818"(Text)
            "819: Type 819"(Text)
            "820: Assignment^1"(Text)
            "821: Assignment?list^1"(Text)
            "822: Type 822"(Text)
            "823: Type 823"(Text)
            "824: Type 824"(Text)
            "825: Type 825"(Text)
            "826: Type 826"(Text)
            "827: Type 827"(Text)
            "828: Type 828"(Text)
            "829: Type 829"(Text)
            "830: Type 830"(Text)
            "831: Type 831"(Text)
            "832: Type 832"(Text)
            "833: Type 833"(Text)
            "834: Type 834"(Text)
            "835: Type 835"(Text)
            "836: Type 836"(Text)
            "837: Type 837"(Text)
            "838: Type 838"(Text)
            "839: Type 839"(Text)
            "840: Type 840"(Text)
            "841: Type 841"(Text)
            "842: Task^1"(Text)
            "843: Task?list^1"(Text)
            "844: Type 844"(Text)
            "845: Type 845"(Text)
            "846: Type 846"(Text)
            "847: Type 847"(Text)
            "848: Type 848"(Text)
            "849: Type 849"(Text)
            "850: Type 850"(Text)
            "851: Type 851"(Text)
            "852: Type 852"(Text)
            "853: Type 853"(Text)
            "854: Type 854"(Text)
            "855: Type 855"(Text)
            "856: Type 856"(Text)
            "857: Type 857"(Text)
            "858: Type 858"(Text)
            "859: Type 859"(Text)
            "860: Type 860"(Text)
            "861: Type 861"(Text)
            "862: Type 862"(Text)
            "863: Type 863"(Text)
            "864: Type 864"(Text)
            "865: Type 865"(Text)
            "866: Type 866"(Text)
            "867: Type 867"(Text)
            "868: Type 868"(Text)
            "869: Type 869"(Text)
            "870: Type 870"(Text)
            "871: Type 871"(Text)
            "872: Type 872"(Text)
            "873: Type 873"(Text)
            "874: Type 874"(Text)
            "875: Type 875"(Text)
            "876: Type 876"(Text)
            "877: Type 877"(Text)
            "878: Type 878"(Text)
            "879: Type 879"(Text)
            "880: Type 880"(Text)
            "881: Type 881"(Text)
            "882: Type 882"(Text)
            "883: Type 883"(Text)
            "884: Type 884"(Text)
            "885: Type 885"(Text)
            "886: Type 886"(Text)
            "887: Type 887"(Text)
            "888: Type 888"(Text)
            "889: Type 889"(Text)
            "890: LabelValue"(Text)
            "891: LabelValue?list"(Text)
            "892: GridColumnWidth"(Text)
            "893: GridColumnWidth?list"(Text)
            "894: LabelValueTable"(Text)
            "895: LabelValueTable?list"(Text)
            "896: SortStatus"(Text)
            "897: SortStatus?list"(Text)
            "898: DataSubset"(Text)
            "899: DataSubset?list"(Text)
            "900: GridColumnBackgroundColor"(Text)
            "901: GridColumnBackgroundColor?list"(Text)
            "902: SortInfo"(Text)
            "903: SortInfo?list"(Text)
            "904: Type 904"(Text)
            "905: Type 905"(Text)
            "906: PagingInfo"(Text)
            "907: PagingInfo?list"(Text)
            "908: GridRowConfiguration"(Text)
            "909: GridRowConfiguration?list"(Text)
            "910: Aggregation"(Text)
            "911: Aggregation?list"(Text)
            "912: Type 912"(Text)
            "913: Type 913"(Text)
            "914: AggregationColumn"(Text)
            "915: AggregationColumn?list"(Text)
            "916: GridBorderStyle"(Text)
            "917: GridBorderStyle?list"(Text)
            "918: Column"(Text)
            "919: Column?list"(Text)
            "920: GridSpacing"(Text)
            "921: GridSpacing?list"(Text)
            "922: ColumnAlias"(Text)
            "923: ColumnAlias?list"(Text)
            "924: RowStyle"(Text)
            "925: RowStyle?list"(Text)
            "926: AggregationFunction"(Text)
            "927: AggregationFunction?list"(Text)
            "928: GridSelectionStyle"(Text)
            "929: GridSelectionStyle?list"(Text)
            "930: BarChart"(Text)
            "931: BarChart?list"(Text)
            "932: Type 932"(Text)
            "933: Type 933"(Text)
            "934: Component"(Text)
            "935: Component?list"(Text)
            "936: EditLinkLayout"(Text)
            "937: EditLinkLayout?list"(Text)
            "938: Type 938"(Text)
            "939: Type 939"(Text)
            "940: Type 940"(Text)
            "941: Type 941"(Text)
            "942: BarChartSeries"(Text)
            "943: BarChartSeries?list"(Text)
            "944: EditUserCard"(Text)
            "945: EditUserCard?list"(Text)
            "946: UserCard"(Text)
            "947: UserCard?list"(Text)
            "948: Type 948"(Text)
            "949: Type 949"(Text)
            "950: Resource^1"(Text)
            "951: Resource?list^1"(Text)
            "952: Type 952"(Text)
            "953: Type 953"(Text)
            "954: Type 954"(Text)
            "955: Type 955"(Text)
            "956: Type 956"(Text)
            "957: Type 957"(Text)
            "958: Type 958"(Text)
            "959: Type 959"(Text)
            "960: Type 960"(Text)
            "961: Type 961"(Text)
            "962: Type 962"(Text)
            "963: Type 963"(Text)
            "964: Type 964"(Text)
            "965: Type 965"(Text)
            "966: Type 966"(Text)
            "967: Type 967"(Text)
            "968: Type 968"(Text)
            "969: Type 969"(Text)
            "970: Type 970"(Text)
            "971: Type 971"(Text)
            "972: Type 972"(Text)
            "973: Type 973"(Text)
            "974: Type 974"(Text)
            "975: Type 975"(Text)
            "976: Type 976"(Text)
            "977: Type 977"(Text)
            "978: Type 978"(Text)
            "979: Type 979"(Text)
            "980: Type 980"(Text)
            "981: Type 981"(Text)
            "982: Type 982"(Text)
            "983: Type 983"(Text)
            "984: Type 984"(Text)
            "985: Type 985"(Text)
            "986: Type 986"(Text)
            "987: Type 987"(Text)
            "988: Type 988"(Text)
            "989: Type 989"(Text)
            "990: Type 990"(Text)
            "991: Type 991"(Text)
            "992: Type 992"(Text)
            "993: Type 993"(Text)
            "994: Type 994"(Text)
            "995: Type 995"(Text)
            "996: Type 996"(Text)
            "997: Type 997"(Text)
            "998: Type 998"(Text)
            "999: Type 999"(Text)
    

  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Can you share me the logic you have used to get these values?

  • 0
    Certified Lead Developer
    in reply to Konduru Chaitanya

    I used an unsupported internal API function to try/catch errors returned by the typename function.

Reply Children
No Data