Produced by Araxis Merge on 2/1/2017 2:57:04 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\SampleCode\VB\HelperCode | ErrorCodes.vb | Tue Dec 20 19:51:48 2016 UTC |
| 2 | Wed Feb 1 19:57:04 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 6080 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | ' ======== ========== ========== ========== ========== ========== ========== = | |||||
| 2 | ' File: ErrorC odes.cs | |||||
| 3 | ' Summary : Cont ains helpe r types fo r building queries. | |||||
| 4 | ' ======== ========== ========== ========== ========== ========== ========== = | |||||
| 5 | ' | |||||
| 6 | ' This fi le is part of the Mi crosoft CR M SDK Code Samples. | |||||
| 7 | ' | |||||
| 8 | ' Copyrig ht (C) Mic rosoft Cor poration. All right s reserved . | |||||
| 9 | ' | |||||
| 10 | ' This so urce code is intende d only as a suppleme nt to Micr osoft | |||||
| 11 | ' Develop ment Tools and/or on -line docu mentation. See thes e other | |||||
| 12 | ' materia ls for det ailed info rmation re garding Mi crosoft co de samples . | |||||
| 13 | ' | |||||
| 14 | ' THIS CO DE AND INF ORMATION A RE PROVIDE D "AS IS" WITHOUT WA RRANTY OF ANY | |||||
| 15 | ' KIND, E ITHER EXPR ESSED OR I MPLIED, IN CLUDING BU T NOT LIMI TED TO THE | |||||
| 16 | ' IMPLIED WARRANTIE S OF MERCH ANTABILITY AND/OR FI TNESS FOR A | |||||
| 17 | ' PARTICU LAR PURPOS E. | |||||
| 18 | ' | |||||
| 19 | ' ======== ========== ========== ========== ========== ========== ========== = | |||||
| 20 | Imports Sy stem | |||||
| 21 | Imports Sy stem.Colle ctions | |||||
| 22 | ||||||
| 23 | Namespace CrmSdk | |||||
| 24 | Public NotInheri table Clas s ErrorCod es | |||||
| 25 | Pu blic Enum ErrorType | |||||
| 26 | SystemFa ilure | |||||
| 27 | Timeout | |||||
| 28 | ClientEr ror | |||||
| 29 | En d Enum | |||||
| 30 | ||||||
| 31 | ' To prevent instantia tion | |||||
| 32 | Pr ivate Sub New() | |||||
| 33 | En d Sub | |||||
| 34 | ||||||
| 35 | Pr ivate Shar ed ErrorMe ssages As New Hashta ble() | |||||
| 36 | Pr ivate Shar ed ErrorTy pes As New Hashtable () | |||||
| 37 | ||||||
| 38 | Sh ared Sub N ew() | |||||
| 39 | ErrorMes sages.Add( LowerVersi onUpgrade, "The impo rt solutio n must hav e a higher version t han the ex isting sol ution it i s upgradin g.") | |||||
| 40 | ErrorMes sages.Add( PatchMissi ngBase, "Y ou can't i mport the patch ({0} ) for the solution ( {1}) becau se the sol ution isn' t present. The opera tion has b een cancel ed.") | |||||
| 41 | ErrorMes sages.Add( Subcompone ntDoesNotE xist, "Sub component {0} of typ e {1} is n ot found i n the orga nization, it can not be added to the Sol utionCompo nents.") | |||||
| 42 | ErrorMes sages.Add( Subcompone ntMissingA Root, "Sub component {0} cannot be added to the sol ution beca use the ro ot compone nt {1} is missing.") | |||||
| 43 | ErrorMes sages.Add( CannotModi fyPatchedS olution, " Cannot mod ify soluti on because it has th e followin g patches: {0}.") | |||||
| 44 | ErrorMes sages.Add( CloneSolut ionExcepti on, "Opera tion on cl one soluti on failed. ") | |||||
| 45 | ErrorMes sages.Add( CloneSolut ionPatchEx ception, " Patch '{0} ' has a ma tching or higher ver sion ({1}) than that of the pa tch being installed. ") | |||||
| 46 | ErrorMes sages.Add( QuickFindS avedQueryA lreadyExis ts, """Onl y one quic kfind save d query ca n exist fo r an entit y. There a lready exi sts a quic k-find sav ed query f or entity with objec ttypecode: {0}""") | |||||
| 47 | ErrorMes sages.Add( SolutionUp gradeNotAv ailable, " ""The {0} solution d oesn’t hav e an upgra de that is ready to be applied .""") | |||||
| 48 | ErrorMes sages.Add( SolutionUp gradeWrong SolutionSe lected, "" "To use th is action, you must first sele ct the old solution and then t ry again." "") | |||||
| 49 | ErrorMes sages.Add( CustomImag eAttribute OnlyAllowe dOnCustomE ntity, "A custom ima ge attribu te can onl y be added to a cust om entity. ") | |||||
| 50 | ErrorMes sages.Add( SqlEncrypt ionSymmetr icKeyCanno tOpenBecau seWrongPas sword, "Ca nnot open encryption Symmetric Key becau se the pas sword is w rong.") | |||||
| 51 | ErrorMes sages.Add( SqlEncrypt ionSymmetr icKeyDoesN otExistOrN oPermissio n, "Cannot open encr yption Sym metric Key because i t does not exist in the databa se or user does not have permi ssion.") | |||||
| 52 | ErrorMes sages.Add( SqlEncrypt ionSymmetr icKeyPassw ordDoesNot ExistInCon figDB, "En cryption S ymmetric K ey passwor d does not exist in Config DB. ") | |||||
| 53 | ErrorMes sages.Add( SqlEncrypt ionSymmetr icKeySourc eDoesNotEx istInConfi gDB, "Encr yption Sym metric Key Source do es not exi st in Conf ig DB.") | |||||
| 54 | ErrorMes sages.Add( CannotExec uteRequest BecauseHtt psIsRequir ed, "HTTPS protocol is require d for this type of r equest, pl ease enabl e HTTPS pr otocol and try again .") | |||||
| 55 | ErrorMes sages.Add( SqlEncrypt ionRestore Encryption KeyCannotD ecryptExis tingData, "Cannot pe rform 'act ivate' bec ause the e ncryption key doesn’ t match th e original encryptio n key that was used to encrypt the data. ") | |||||
| 56 | ErrorMes sages.Add( SqlEncrypt ionSetEncr yptionKeyI sAlreadyRu nningCanno tRunItInPa rallel, "T he system is current ly running a request to 'chang e' or 'act ivate' the encryptio n key. Ple ase wait b efore maki ng another request." ) | |||||
| 57 | ErrorMes sages.Add( SqlEncrypt ionChangeE ncryptionK eyExceeded QuotaForTh eInterval, "'Change' encryptio n key has already be en execute d {0} time s in the l ast {1} mi nutes. Ple ase wait a couple of minutes a nd then tr y again.") | |||||
| 58 | ErrorMes sages.Add( SqlEncrypt ionEncrypt ionKeyVali dationErro r, "The ne w encrypti on key doe s not meet the stron g encrypti on key req uirements. The key m ust be bet ween 10 an d 100 char acters in length, an d must hav e at least one numer al, at lea st one let ter, and o ne symbol or special character . {0}") | |||||
| 59 | ErrorMes sages.Add( SqlEncrypt ionIsInact iveCannotC hangeEncry ptionKey, "Cannot pe rform 'cha nge' encry ption key because th e encrypti on key is not alread y set or i s not work ing. First use 'acti vate' encr yption key instead t o set the correct cu rrent encr yption key and then use 'chang e' encrypt ion if you want to r e-encrypt data using a new enc ryption ke y.") | |||||
| 60 | ErrorMes sages.Add( SqlEncrypt ionDeleteE ncryptionK eyError, " Cannot del ete the en cryption k ey.") | |||||
| 61 | ErrorMes sages.Add( SqlEncrypt ionIsActiv eCannotRes toreEncryp tionKey, " Cannot per form 'acti vate' encr yption key because t he encrypt ion key is already s et and is working. U se 'change ' encrypti on key ins tead.") | |||||
| 62 | ErrorMes sages.Add( SqlEncrypt ionKeyCann otDecryptE xistingDat a, "Cannot decrypt e xisting en crypted da ta (Entity ='{0}', At tribute='{ 1}') using the curre nt encrypt ion key. U se 'activa te' encryp tion key t o set the correct en cryption k ey.") | |||||
| 63 | ErrorMes sages.Add( SqlEncrypt ionEncrypt ionDecrypt ionTestErr or, "Error while tes ting data encryption and decry ption.") | |||||
| 64 | ErrorMes sages.Add( SqlEncrypt ionDeleteS ymmetricKe yError, "C annot dele te Symmetr ic Key wit h Name='{0 }' because it does n ot exist." ) | |||||
| 65 | ErrorMes sages.Add( SqlEncrypt ionCreateS ymmetricKe yError, "C annot crea te Symmetr ic Key wit h Name='{0 }' because it alread y exists." ) | |||||
| 66 | ErrorMes sages.Add( SqlEncrypt ionSymmetr icKeyDoesN otExist, " Symmetric Key with N ame='{0}' does not e xist in th e database .") | |||||
| 67 | ErrorMes sages.Add( SqlEncrypt ionDeleteC ertificate Error, "Ca nnot delet e Certific ate with N ame='{0}' because it does not exist.") | |||||
| 68 | ErrorMes sages.Add( SqlEncrypt ionCreateC ertificate Error, "Ca nnot creat e Certific ate with N ame='{0}' because it already e xists.") | |||||
| 69 | ErrorMes sages.Add( SqlEncrypt ionCertifi cateDoesNo tExist, "C ertificate with Name ='{0}' doe s not exis t in the d atabase.") | |||||
| 70 | ErrorMes sages.Add( SqlEncrypt ionDeleteD atabaseMas terKeyErro r, "Cannot delete Da tabase Mas ter Key be cause it d oes not ex ist.") | |||||
| 71 | ErrorMes sages.Add( SqlEncrypt ionCreateD atabaseMas terKeyErro r, "Cannot create Da tabase Mas ter Key be cause alre ady exists .") | |||||
| 72 | ErrorMes sages.Add( SqlEncrypt ionCannotO penSymmetr icKeyBecau seDatabase MasterKeyD oesNotExis tOrIsNotOp ened, "Can not open S ymmetric K ey because Database Master Key does not exist in t he databas e or is no t opened." ) | |||||
| 73 | ErrorMes sages.Add( SqlEncrypt ionDatabas eMasterKey DoesNotExi st, "Datab ase Master Key does not exist in the dat abase.") | |||||
| 74 | ErrorMes sages.Add( SqlEncrypt ion, "Ther e was an e rror in Da ta Encrypt ion.") | |||||
| 75 | ErrorMes sages.Add( ErrorsInSl aWorkflowA ctivation, "You can' t activate this serv ice level agreement (SLA). You don't hav e the requ ired permi ssions on the record types tha t are refe renced by this SLA." ) | |||||
| 76 | ErrorMes sages.Add( ManifestPa rsingFailu re, "Faile d to parse the speci fied manif est file t o retrieve Organizat ionId") | |||||
| 77 | ErrorMes sages.Add( InvalidMan ifestFileP ath, "Fail ed to loca te the man ifest file in the sp ecified lo cation") | |||||
| 78 | ErrorMes sages.Add( OnPremiseR estoreOrga nizationMa nifestFail ed, "Faile d to resto re Organiz ation's co nfigdb sta te from ma nifest") | |||||
| 79 | ErrorMes sages.Add( InvalidAut h, "Organi zation Aut henticatio n does not match the current d iscovery s ervice Rol e.") | |||||
| 80 | ErrorMes sages.Add( CannotUpda teOrgDBOrg SettingWhe nOffline, "Organizat ion Settin gs stored in Organiz ation Data base canno t be set w hen offlin e.") | |||||
| 81 | ErrorMes sages.Add( InvalidOrg DBOrgSetti ng, "Inval id Organiz ation Sett ing passed in. Pleas e check th e datatype and pass in an appr opriate va lue.") | |||||
| 82 | ErrorMes sages.Add( UnknownInv alidTransf ormationPa rameterGen eric, "One or more i nput trans formation parameter values are invalid: {0}.") | |||||
| 83 | ErrorMes sages.Add( InvalidTra nsformatio nParameter OutsideRan geGeneric, "One or m ore input transforma tion param eter value s are outs ide the pe rmissible range: {0} .") | |||||
| 84 | ErrorMes sages.Add( InvalidTra nsformatio nParameter EmptyColle ction, "Th e transfor mation par ameter: {0 } has an i nvalid inp ut value l ength: {1} . The para meter leng th cannot be an empt y collecti on.") | |||||
| 85 | ErrorMes sages.Add( InvalidTra nsformatio nParameter OutsideRan ge, "The t ransformat ion parame ter: {0} h as an inva lid input value: {1} . The para meter is o ut of the permissibl e range: { 2}. ") | |||||
| 86 | ErrorMes sages.Add( InvalidTra nsformatio nParameter ZeroToRang e, "The tr ansformati on paramet er: {0} ha s an inval id input v alue: {1}. The param eter value must be g reater tha n 0 and le ss than th e length o f the para meter 1.") | |||||
| 87 | ErrorMes sages.Add( InvalidTra nsformatio nParameter String, "T he transfo rmation pa rameter: { 0} has an invalid in put value: {1}. The parameter must be a string tha t is not e mpty.") | |||||
| 88 | ErrorMes sages.Add( InvalidTra nsformatio nParameter sGeneric, "The trans formation parameter: {0} has a n invalid input valu e: {1}. Th e paramete r must be of type: { 2}.") | |||||
| 89 | ErrorMes sages.Add( Insufficie ntTransfor mationPara meters, "I nsufficien t paramete rs to exec ute transf ormation m apping.") | |||||
| 90 | ErrorMes sages.Add( MaximumNum berHandler sExceeded, "This sol ution adds form even t handlers so the nu mber of ev ent handle rs for a f orm event exceeds th e maximum number.") | |||||
| 91 | ErrorMes sages.Add( ErrorInUnz ipAlternat e, "An err or occurre d while th e uploaded compresse d (.zip) f ile was be ing extrac ted. Try t o upload t he file ag ain. If th e problem persists, contact yo ur system administra tor.") | |||||
| 92 | ErrorMes sages.Add( IncorrectS ingleFileM ultipleEnt ityMap, "T here shoul d be two o r more Ent ity Mappin gs defined when Enti tiesPerFil e in Impor tMap is se t to Multi ple") | |||||
| 93 | ErrorMes sages.Add( ActivityEn tityCannot BeActivity Party, "An activity entity can not be als o an activ ity party" ) | |||||
| 94 | ErrorMes sages.Add( TargetAttr ibuteInval idForIgnor e, "Target attribute name shou ld be empt y when the processco de is igno re.") | |||||
| 95 | ErrorMes sages.Add( MaxUnzipFo lderSizeEx ceeded, "T he selecte d compress ed (.zip) file can't be unzipp ed because it's too large.") | |||||
| 96 | ErrorMes sages.Add( InvalidMul tipleMappi ng, "A sou rce field is mapped to more th an one CRM fields of lookup/pi cklist typ e.") | |||||
| 97 | ErrorMes sages.Add( ErrorInSto ringImport File, "An error occu rred while storing t he import file in da tabase.") | |||||
| 98 | ErrorMes sages.Add( UnzipTimeo ut, "Timeo ut happene d in unzip ping the z ip file up loaded for import.") | |||||
| 99 | ErrorMes sages.Add( Unsupporte dZipFileFo rImport, " The compre ssed (.zip ) or .cab file could n't be upl oaded beca use the fi le is corr upted or d oesn't con tain valid importabl e files.") | |||||
| 100 | ErrorMes sages.Add( UnzipProce ssCountLim itReached, "Cannot s tart a new process t o unzip.") | |||||
| 101 | ErrorMes sages.Add( Attachment NotFound, "The refer ence to th e attachme nt couldn' t be found .") | |||||
| 102 | ErrorMes sages.Add( TooManyPic klistValue s, "Number of distin ct picklis t values e xceed the limit.") | |||||
| 103 | ErrorMes sages.Add( VeryLargeF ileInZipIm port, "One of the fi les in the compresse d (.zip) o r .cab fil e that you 're trying to import exceeds t he size li mit.") | |||||
| 104 | ErrorMes sages.Add( InvalidAtt achmentsFo lder, "The compresse d (.zip) f ile can't be uploade d because the folder ""Attachm ents"" con tains one or more su bfolders. Remove the subfolder s and try again.") | |||||
| 105 | ErrorMes sages.Add( ZipInsideZ ip, "The c ompressed (.zip) fil e that you are tryin g to uploa d contains another . zip file w ithin it." ) | |||||
| 106 | ErrorMes sages.Add( InvalidZip FileFormat , "The fil e that you 're trying to upload isn't a v alid file. Check the file and try again. ") | |||||
| 107 | ErrorMes sages.Add( EmptyFileF orImport, "The selec ted file c ontains no data.") | |||||
| 108 | ErrorMes sages.Add( EmptyFiles InZip, "On e or more files in t he compres sed (.zip) or .cab f ile don't contain da ta. Check the files and try ag ain.") | |||||
| 109 | ErrorMes sages.Add( ZipFileHas MixOfCsvAn dXmlFiles, "The comp ressed (.z ip) file t hat you're trying to upload co ntains mor e than one type of f ile. The f ile can co ntain eith er Excel ( .xlsx) fil es, comma- delimited (.csv) fil es or XML Spreadshee t 2003 (.x ml) files, but not a combinati on of file types.") | |||||
| 110 | ErrorMes sages.Add( DuplicateF ileNamesIn Zip, "Two or more fi les have t he same na me. File n ames must be unique. ") | |||||
| 111 | ErrorMes sages.Add( ErrorInUnz ip, "An er ror occurr ed while e xtracting the upload ed compres sed (.zip) or .cab f ile. Make sure that the file i sn't passw ord protec ted, and t ry uploadi ng the fil e again. I f this pro blem persi sts, conta ct your sy stem admin istrator." ) | |||||
| 112 | ErrorMes sages.Add( InvalidZip FileForImp ort, "The selected c ompressed (.zip) fil e contains files tha t can't be imported. A .zip fi le can con tain only .xlsx, .cs v, or .xml files.") | |||||
| 113 | ErrorMes sages.Add( InvalidLoo kupMapNode , "The loo kup entity provided is not val id for the given tar get attrib ute.") | |||||
| 114 | ErrorMes sages.Add( ImportMail MergeTempl ateEntityM issingErro r, "The {0 } mail mer ge templat e was not imported b ecause the {1} entit y associat ed with th is templat e is not i n the targ et system. ") | |||||
| 115 | ErrorMes sages.Add( CannotUpda teOpportun ityCurrenc y, "The cu rrency can not be cha nged becau se this op portunity has Produc ts Quotes, and/ or O rders asso ciated wit h it. If you want t o change t he currenc y please d elete all of the Pro ducts/quot es/orders and then c hange the currency o r create a new oppor tunity wit h the appr opriate cu rrency.") | |||||
| 116 | ErrorMes sages.Add( ParentReco rdAlreadyE xists, "Th is record cannot be added beca use it alr eady has a parent re cord.") | |||||
| 117 | ErrorMes sages.Add( MissingWeb ToLeadRedi rect, "The redirectt o is missi ng for web 2lead redi rect.") | |||||
| 118 | ErrorMes sages.Add( InvalidWeb ToLeadRedi rect, "The redirectt o is inval id for web 2lead redi rect.") | |||||
| 119 | ErrorMes sages.Add( TemplateNo tAllowedFo rInternetM arketing, "Creating Templates with Inter net Market ing Campai gn Activit ies is not allowed") | |||||
| 120 | ErrorMes sages.Add( CopyNotAll owedForInt ernetMarke ting, "Dup licating c ampaigns t hat have I nternet Ma rketing Ca mpaign Act ivities is not allow ed") | |||||
| 121 | ErrorMes sages.Add( MissingOrI nvalidRedi rectId, "T he RedirId parameter is missin g for the partner re direct.") | |||||
| 122 | ErrorMes sages.Add( ImportNotC omplete, " One or mor e imports are not in completed state. Im ported rec ords can o nly be del eted from completed jobs. Wait until job completes , and then try again .") | |||||
| 123 | ErrorMes sages.Add( UIDataMiss ingInWorkf low, "The workflow d oes not co ntain UIDa ta.") | |||||
| 124 | ErrorMes sages.Add( RefEntityR elationshi pRoleRequi red, "The entity rel ationship role of th e referenc ing entity is requir ed when cr eating a n ew one-to- many entit y relation ship.") | |||||
| 125 | ErrorMes sages.Add( ImportTemp lateLangua geIgnored, "You cann ot import this templ ate becaus e its lang uage is no t enabled in your Mi crosoft Dy namics CRM organizat ion.") | |||||
| 126 | ErrorMes sages.Add( ImportTemp latePerson alIgnored, "You cann ot import this templ ate becaus e it is se t as ""per sonal"" in your Micr osoft Dyna mics CRM o rganizatio n.") | |||||
| 127 | ErrorMes sages.Add( ImportComp onentDelet edIgnored, "You cann ot update this compo nent becau se it does not exist in this M icrosoft D ynamics CR M organiza tion.") | |||||
| 128 | ErrorMes sages.Add( CustomerRe lationship CannotBeDe leted, "Th is relatio nship {1} is require d by the { 0} attribu te and can 't be dele ted. To de lete this relationsh ip, first delete the lookup at tribute.") | |||||
| 129 | ErrorMes sages.Add( Relationsh ipRoleNode NumberInva lid, "Ther e must be two entity relations hip role n odes when creating a new many- to-many en tity relat ionship.") | |||||
| 130 | ErrorMes sages.Add( Associatio nRoleOrdin alInvalid, "The asso ciation ro le ordinal is not va lid - it m ust be 1 o r 2.") | |||||
| 131 | ErrorMes sages.Add( Relationsh ipRoleMism atch, "The relations hip role n ame {0} do es not mat ch either expected e ntity name of {1} or {2}.") | |||||
| 132 | ErrorMes sages.Add( ImportMapI nUse, "One or more o f the sele cted data maps canno t be delet ed because it is cur rently use d in a dat a import." ) | |||||
| 133 | ErrorMes sages.Add( PreviousOp erationNot Complete, "An operat ion on whi ch this op eration de pends did not comple te success fully.") | |||||
| 134 | ErrorMes sages.Add( Transforma tionResume NotSupport ed, "The r esume/retr y of Trans formation job of Imp ort is not supported .") | |||||
| 135 | ErrorMes sages.Add( CannotDisa bleDuplica teDetectio n, "Duplic ate detect ion cannot be disabl ed because a duplica te detecti on job is currently in progres s. Try aga in later." ) | |||||
| 136 | ErrorMes sages.Add( TargetEnti tyNotMappe d, "Target Entity Na me not def ined for s ource:{0} file.") | |||||
| 137 | ErrorMes sages.Add( BulkDelete ChildFailu re, "One o f the Bulk Delete Ch ild Jobs F ailed") | |||||
| 138 | ErrorMes sages.Add( CannotRemo veNonListM ember, "Sp ecified It em not a m ember of t he specifi ed List.") | |||||
| 139 | ErrorMes sages.Add( JobNameIsE mptyOrNull , "Job Nam e can not be null or empty.") | |||||
| 140 | ErrorMes sages.Add( ImportMail MergeTempl ateError, "There was an error in parsing the mail merge temp lates in I mport Xml" ) | |||||
| 141 | ErrorMes sages.Add( ErrorsInWo rkflowDefi nition, "T he selecte d workflow has error s and cann ot be publ ished. Ple ase open t he workflo w, remove the errors and try a gain.") | |||||
| 142 | ErrorMes sages.Add( Distribute NoListAsso ciated, "T his campai gn activit y cannot b e distribu ted. No ma rketing li sts are as sociated w ith it. Ad d at least one marke ting list and try ag ain.") | |||||
| 143 | ErrorMes sages.Add( Distribute ListAssoci atedVary, "This camp aign activ ity cannot be distri buted. Mai l merge ac tivities c an be done only on m arketing l ists that are all th e same rec ord type. For this c ampaign ac tivity, re move marke ting lists so that t he remaini ng ones ar e the same record ty pe, and th en try aga in.") | |||||
| 144 | ErrorMes sages.Add( OfflineFil terParentD ownloaded, "You cann ot use the Parent Do wnloaded c ondition i n a local data group .") | |||||
| 145 | ErrorMes sages.Add( OfflineFil terNestedD ateTimeOR, "You cann ot use nes ted date t ime condit ions withi n an OR cl ause in a local data group.") | |||||
| 146 | ErrorMes sages.Add( DuplicateO fflineFilt er, "You c an create only one l ocal data group for each recor d type.") | |||||
| 147 | ErrorMes sages.Add( CannotAssi gnAddressB ookFilters , "Cannot assign add ress book filters") | |||||
| 148 | ErrorMes sages.Add( CannotCrea teAddressB ookFilters , "Cannot create add ress book filters") | |||||
| 149 | ErrorMes sages.Add( CannotGran tAccessToA ddressBook Filters, " Cannot gra nt access to address book filt ers") | |||||
| 150 | ErrorMes sages.Add( CannotModi fyAccessTo AddressBoo kFilters, "Cannot mo dify acces s for addr ess book f ilters") | |||||
| 151 | ErrorMes sages.Add( CannotRevo keAccessTo AddressBoo kFilters, "Cannot re voke acces s for addr ess book f ilters") | |||||
| 152 | ErrorMes sages.Add( DuplicateM apName, "A data map with the s pecified n ame alread y exists." ) | |||||
| 153 | ErrorMes sages.Add( InvalidWor dXmlFile, "Only Micr osoft Word xml forma t files ca n be uploa ded.") | |||||
| 154 | ErrorMes sages.Add( FileNotFou nd, "The a ttachment file was n ot found." ) | |||||
| 155 | ErrorMes sages.Add( MultipleFi lesFound, "The attac hment file name is n ot unique. ") | |||||
| 156 | ErrorMes sages.Add( InvalidAtt ributeMapp ing, "One or more at tribute ma ppings is invalid.") | |||||
| 157 | ErrorMes sages.Add( FileReadEr ror, "Ther e was an e rror readi ng the fil e from the file syst em. Make s ure you ha ve read pe rmission f or this fi le, and th en try mig rating the file agai n.") | |||||
| 158 | ErrorMes sages.Add( ViewForDup licateDete ctionNotDe fined, "Re quired vie w for view ing duplic ates of an entity no t defined. ") | |||||
| 159 | ErrorMes sages.Add( FileInUse, "Could no t read the file beca use anothe r applicat ion is usi ng the fil e.") | |||||
| 160 | ErrorMes sages.Add( NoPublishe dDuplicate DetectionR ules, "The re are no published duplicate detection rules in t he system. To run du plicate de tection, y ou must cr eate and p ublish one or more r ules.") | |||||
| 161 | ErrorMes sages.Add( NoEntities ForBulkDel ete, "The Bulk Delet e Wizard c annot be o pened beca use there are no val id entitie s for dele tion.") | |||||
| 162 | ErrorMes sages.Add( BulkDelete RecordDele tionFailur e, "The re cord canno t be delet ed.") | |||||
| 163 | ErrorMes sages.Add( RuleAlread yPublishin g, "The se lected dup licate det ection rul e is alrea dy being p ublished." ) | |||||
| 164 | ErrorMes sages.Add( RuleNotFou nd, "No ru les were f ound that match the criteria." ) | |||||
| 165 | ErrorMes sages.Add( CannotDele teSystemEm ailTemplat e, "System e-mail te mplates ca nnot be de leted.") | |||||
| 166 | ErrorMes sages.Add( EntityDupC heckNotSup portedSyst emWide, "D uplicate d etection i s not enab led for on e or more of the sel ected enti ties. The duplicate detection job cannot be starte d.") | |||||
| 167 | ErrorMes sages.Add( DuplicateD etectionNo tSupported OnAttribut eType, "Th e rule con dition can not be cre ated or up dated beca use duplic ate detect ion is not supported on the da ta type of the selec ted attrib ute.") | |||||
| 168 | ErrorMes sages.Add( MaxMatchCo deLengthEx ceeded, "T he rule co ndition ca nnot be cr eated or u pdated bec ause it wo uld cause the matchc ode length to exceed the maxim um limit." ) | |||||
| 169 | ErrorMes sages.Add( CannotDele teUpdateIn UseRule, " The duplic ate detect ion rule i s currentl y in use a nd cannot be updated or delete d. Please try again later.") | |||||
| 170 | ErrorMes sages.Add( ImportMapp ingsInvali dIdSpecifi ed, "The X ML file ha s one or m ore invali d IDs. The specified ID cannot be used a s a unique identifie r.") | |||||
| 171 | ErrorMes sages.Add( NotAWellFo rmedXml, " The input XML is not well-form ed XML.") | |||||
| 172 | ErrorMes sages.Add( Noncomplia ntXml, "Th e input XM L does not comply wi th the XML schema.") | |||||
| 173 | ErrorMes sages.Add( DuplicateD etectionTe mplateNotF ound, "Mic rosoft Dyn amics CRM could not retrieve t he e-mail notificati on templat e.") | |||||
| 174 | ErrorMes sages.Add( RulesInInc onsistentS tateFound, "One or m ore rules cannot be unpublishe d, either because th ey are in the proces s of being published , or are i n a state where they cannot be unpublish ed.") | |||||
| 175 | ErrorMes sages.Add( BulkDetect InvalidEma ilRecipien t, "The e- mail recip ient eithe r does not exist or the e-mail address f or the e-m ail recipi ent is not valid.") | |||||
| 176 | ErrorMes sages.Add( CannotEnab leDuplicat eDetection , "Duplica te detecti on cannot be enabled because o ne or more rules are being pub lished.") | |||||
| 177 | ErrorMes sages.Add( CannotDele teInUseEnt ity, "The selected e ntity cann ot be dele ted becaus e it is re ferenced b y one or m ore duplic ate detect ion rules that are i n process of being p ublished." ) | |||||
| 178 | ErrorMes sages.Add( StringAttr ibuteIndex Error, "On e of the a ttributes of the sel ected enti ty is a pa rt of data base index and so it cannot be greater t han 900 by tes.") | |||||
| 179 | ErrorMes sages.Add( CannotChan geAttribut eRequiredL evel, "An attribute' s required level can not be cha nged from SystemRequ ired") | |||||
| 180 | ErrorMes sages.Add( MaximumNum berOfAttri butesForEn tityReache d, "The ma ximum numb er of attr ibutes all owed for a n entity h as already been reac hed. The a ttribute c annot be c reated.") | |||||
| 181 | ErrorMes sages.Add( CannotPubl ishMoreRul es, "The s elected re cord type already ha s the maxi mum number of publis hed rules. Unpublish or delete existing rules for this recor d type, an d then try again.") | |||||
| 182 | ErrorMes sages.Add( CannotDele teInUseAtt ribute, "T he selecte d attribut e cannot b e deleted because it is refere nced by on e or more duplicate detection rules that are being published .") | |||||
| 183 | ErrorMes sages.Add( CannotDele teInUseOpt ionSet, "T his option set canno t be delet ed. The cu rrent set of entitie s that ref erence thi s option s et are: {0 }. These r eferences must be re moved befo re this op tion set c an be dele ted") | |||||
| 184 | ErrorMes sages.Add( InvalidEnt ityName, " The record type does not match the base record typ e and the matching r ecord type of the du plicate de tection ru le.") | |||||
| 185 | ErrorMes sages.Add( InvalidOpe ratorCode, "The oper ator is no t valid or it is not supported .") | |||||
| 186 | ErrorMes sages.Add( CannotPubl ishEmptyRu le, "No cr iteria hav e been spe cified. Ad d criteria , and then publish t he duplica te detecti on rule.") | |||||
| 187 | ErrorMes sages.Add( CannotPubl ishInactiv eRule, "Th e selected duplicate detection rule is m arked as I nactive. B efore publ ishing, yo u must act ivate the rule.") | |||||
| 188 | ErrorMes sages.Add( DuplicateC heckNotEna bled, "Dup licate det ection is not enable d. To enab le duplica te detecti on, click Settings, click Data Managemen t, and the n click Du plicate De tection Se ttings.") | |||||
| 189 | ErrorMes sages.Add( DuplicateC heckNotSup portedOnEn tity, "Dup licate det ection is not suppor ted on thi s record t ype.") | |||||
| 190 | ErrorMes sages.Add( InvalidSta teCodeStat usCode, "S tate code is invalid or state code is va lid but st atus code is invalid for a spe cified sta te code.") | |||||
| 191 | ErrorMes sages.Add( SyncToMsde Failure, " Failed to start or c onnect to the offlin e mode MSD E database .") | |||||
| 192 | ErrorMes sages.Add( FormDoesNo tExist, "F orm doesn' t exist") | |||||
| 193 | ErrorMes sages.Add( AccessDeni ed, "Acces s is denie d.") | |||||
| 194 | ErrorMes sages.Add( CannotDele teOptionSe t, "The se lected Opt ionSet can not be del eted") | |||||
| 195 | ErrorMes sages.Add( InvalidOpt ionSetOper ation, "In valid Opti onSet") | |||||
| 196 | ErrorMes sages.Add( OptionValu ePrefixOut OfRange, " Customizat ionOptionV aluePrefix must be a number be tween {0} and {1}") | |||||
| 197 | ErrorMes sages.Add( CheckPrivi legeGroupF orUserOnPr emiseError , "Please select an account th at is a me mber of th e PrivUser Group secu rity group and try a gain.") | |||||
| 198 | ErrorMes sages.Add( CheckPrivi legeGroupF orUserOnSp laError, " Please sel ect a CRM System Adm inistrator account t hat belong s to the r oot busine ss unit an d try agai n.") | |||||
| 199 | ErrorMes sages.Add( unManagedI dsAccessDe nied, "Not enough pr ivilege to access th e Microsof t Dynamics CRM objec t or perfo rm the req uested ope ration.") | |||||
| 200 | ErrorMes sages.Add( EntityIsIn tersect, " The specif ied entity is inters ect entity ") | |||||
| 201 | ErrorMes sages.Add( CannotDele teTeamOwni ngRecords, "Can't de lete a tea m which ow ns records . Reassign the recor ds and try again.") | |||||
| 202 | ErrorMes sages.Add( CannotRemo veMembersF romDefault Team, "Can 't remove members fr om the def ault busin ess unit t eam.") | |||||
| 203 | ErrorMes sages.Add( CannotAddM embersToDe faultTeam, "Can't ad d members to the def ault busin ess unit t eam.") | |||||
| 204 | ErrorMes sages.Add( CannotUpda teNameDefa ultTeam, " The defaul t business unit team name can' t be updat ed.") | |||||
| 205 | ErrorMes sages.Add( CannotSetP arentDefau ltTeam, "T he default business unit team parent can 't be set. ") | |||||
| 206 | ErrorMes sages.Add( CannotDele teDefaultT eam, "The default bu siness uni t team can 't be dele ted.") | |||||
| 207 | ErrorMes sages.Add( TeamNameTo oLong, "Th e specifie d name for the team is too lon g.") | |||||
| 208 | ErrorMes sages.Add( CannotAssi gnRolesOrP rofilesToA ccessTeam, "Cannot a ssign role s or profi les to an access tea m.") | |||||
| 209 | ErrorMes sages.Add( TooManyEnt itiesEnabl edForAutoC reatedAcce ssTeams, " Too many e ntities en abled for auto creat ed access teams.") | |||||
| 210 | ErrorMes sages.Add( TooManyTea mTemplates ForEntityA ccessTeams , "Too man y team tem plates for auto crea ted access teams for this enti ty.") | |||||
| 211 | ErrorMes sages.Add( EntityNotE nabledForA utoCreated AccessTeam s, "This e ntity is n ot enabled for auto created ac cess teams .") | |||||
| 212 | ErrorMes sages.Add( InvalidAcc essMaskFor TeamTempla te, "Inval id access mask is sp ecified fo r team tem plate.") | |||||
| 213 | ErrorMes sages.Add( CannotChan geTeamType DueToRoleO rProfile, "You canno t modify t he type of the team because th ere are se curity rol es or fiel d security profiles assigned t o the team .") | |||||
| 214 | ErrorMes sages.Add( CannotChan geTeamType DueToOwner ship, "You cannot mo dify the t ype of the team beca use there are record s owned by the team. ") | |||||
| 215 | ErrorMes sages.Add( CannotDisa bleAutoCre ateAccessT eams, "You cannot di sable the auto creat e access t eam settin g while th ere are as sociated t eam templa tes.") | |||||
| 216 | ErrorMes sages.Add( CannotShar eSystemMan agedTeam, "You can't share or unshare a record wit h a system -generated access te am.") | |||||
| 217 | ErrorMes sages.Add( CannotAssi gnToAccess Team, "You cannot as sign a rec ord to the access te am. You ca n assign a record to the owner team.") | |||||
| 218 | ErrorMes sages.Add( DuplicateS alesTeamMe mber, "The user you' re trying to add is already a member of the sales team.") | |||||
| 219 | ErrorMes sages.Add( TargetUser Insufficie ntPrivileg es, "The u ser can't be added t o the team because t he user do esn't have the ""{0} "" privile ge.") | |||||
| 220 | ErrorMes sages.Add( CannotDisa bleOrDelet ePositionD ueToAssoci atedUsers, "This pos ition can’ t be delet ed until a ll associa ted users are remove d from thi s position .") | |||||
| 221 | ErrorMes sages.Add( CannotCrea teOrEnable PositionDu eToParentP ositionIsD isabled, " A child po sition can not be cre ated/enabl ed under a disabled parent pos ition.") | |||||
| 222 | ErrorMes sages.Add( InvalidDom ainName, " The domain logon for this user is invali d. Select another do main logon and try a gain.") | |||||
| 223 | ErrorMes sages.Add( InvalidUse rName, "Yo u must ent er the use r name in the format <name>@<d omain>. Co rrect the format and try again .") | |||||
| 224 | ErrorMes sages.Add( BulkMailSe rviceNotAc cessible, "The Micro soft Dynam ics CRM Bu lk E-Mail Service is not runni ng.") | |||||
| 225 | ErrorMes sages.Add( RSMoveItem Error, "Ca nnot move report ite m {0} to { 1}") | |||||
| 226 | ErrorMes sages.Add( ReportPare ntChildNot Customizab le, "The r eport coul d not be u pdated bec ause eithe r the pare nt report or the chi ld report is not cus tomizable. ") | |||||
| 227 | ErrorMes sages.Add( ConvertFet chDataSetE rror, "An unexpected error occ urred whil e processi ng the Fet ch data se t.") | |||||
| 228 | ErrorMes sages.Add( ConvertRep ortToCrmEr ror, "An u nexpected error occu rred while convertin g supplied report to CRM forma t.") | |||||
| 229 | ErrorMes sages.Add( ReportView erError, " An error o ccurred du ring repor t renderin g. ReportI d:{0}") | |||||
| 230 | ErrorMes sages.Add( RSGetItemT ypeError, "Error occ urred whil e fetching the repor t.") | |||||
| 231 | ErrorMes sages.Add( RSSetPrope rtiesError , "Error o ccurred wh ile settin g property values fo r the repo rt.") | |||||
| 232 | ErrorMes sages.Add( RSReportPa rameterTyp eMismatchE rror, "The parameter type of t he report is not val id.") | |||||
| 233 | ErrorMes sages.Add( RSUpdateRe portExecut ionSnapsho tError, "E rror occur red while taking sna pshot of a report.") | |||||
| 234 | ErrorMes sages.Add( RSSetRepor tHistoryLi mitError, "Error occ urred whil e setting report his tory snaps hot limit. ") | |||||
| 235 | ErrorMes sages.Add( RSSetRepor tHistoryOp tionsError , "Error o ccurred wh ile settin g report h istory sna pshot opti ons.") | |||||
| 236 | ErrorMes sages.Add( RSSetExecu tionOption sError, "E rror occur red while setting ex ecution op tions.") | |||||
| 237 | ErrorMes sages.Add( RSSetRepor tParameter sError, "E rror occur red while setting re port param eters.") | |||||
| 238 | ErrorMes sages.Add( RSGetRepor tParameter sError, "E rror occur red while getting re port param eters.") | |||||
| 239 | ErrorMes sages.Add( RSSetItemD ataSources Error, "Er ror occurr ed while s etting the data sour ce.") | |||||
| 240 | ErrorMes sages.Add( RSGetItemD ataSources Error, "Er ror occurr ed while f etching cu rrent data sources." ) | |||||
| 241 | ErrorMes sages.Add( RSCreateBa tchError, "Error occ urred whil e creating a batch o peration." ) | |||||
| 242 | ErrorMes sages.Add( RSListRepo rtHistoryE rror, "Err or occurre d while fe tching the report hi story snap shots.") | |||||
| 243 | ErrorMes sages.Add( RSGetRepor tHistoryLi mitError, "Error occ urred whil e fetching the numbe r of snaps hots store d for the report.") | |||||
| 244 | ErrorMes sages.Add( RSExecuteB atchError, "Error oc curred whi le perform ing the ba tch operat ion.") | |||||
| 245 | ErrorMes sages.Add( RSCancelBa tchError, "Error occ urred whil e cancelin g the batc h operatio n.") | |||||
| 246 | ErrorMes sages.Add( RSListExte nsionsErro r, "Error occurred w hile fetch ing the li st of data extension s installe d on the r eport serv er.") | |||||
| 247 | ErrorMes sages.Add( RSGetDataS ourceConte ntsError, "Error occ urred whil e getting the data s ource cont ents.") | |||||
| 248 | ErrorMes sages.Add( RSSetDataS ourceConte ntsError, "Error occ urred whil e setting the data s ource cont ents.") | |||||
| 249 | ErrorMes sages.Add( RSFindItem sError, "E rror occur red while finding an item on t he report server.") | |||||
| 250 | ErrorMes sages.Add( RSDeleteIt emError, " Error occu rred while deleting an item fr om the rep ort server .") | |||||
| 251 | ErrorMes sages.Add( ReportSecu rityError, "The repo rt contain s a securi ty violati on. Report Id:{0}") | |||||
| 252 | ErrorMes sages.Add( ReportMiss ingReportS ourceError , "No sour ce has bee n specifie d for the report. Re portId:{0} ") | |||||
| 253 | ErrorMes sages.Add( ReportMiss ingParamet erError, " A paramete r expected by the re port has n ot been su pplied. Re portId:{0} ") | |||||
| 254 | ErrorMes sages.Add( ReportMiss ingEndpoin tError, "T he SOAP en dpoint use d by the R eportViewe r control could not be accesse d.") | |||||
| 255 | ErrorMes sages.Add( ReportMiss ingDataSou rceError, "A data so urce expec ted by the report ha s not been supplied. ReportId: {0}") | |||||
| 256 | ErrorMes sages.Add( ReportMiss ingDataSou rceCredent ialsError, "Credenti als have n ot been su pplied for a data so urce used by the rep ort. Repor tId:{0}") | |||||
| 257 | ErrorMes sages.Add( ReportLoca lProcessin gError, "E rror occur red while viewing lo cally proc essed repo rt. Report Id:{0}") | |||||
| 258 | ErrorMes sages.Add( ReportServ erSP2HotFi xNotApplie d, "Report server SP 2 Workgrou p does not have the hotfix for role crea tion") | |||||
| 259 | ErrorMes sages.Add( DataSource Prohibited , "A non f etch based data sour ce is not permitted on this re port") | |||||
| 260 | ErrorMes sages.Add( ReportServ erVersionL ow, "Repor t server d oes not me et the min imal versi on require ment") | |||||
| 261 | ErrorMes sages.Add( ReportServ erNoPrivil ege, "Not enough pri vilege to configure report ser ver") | |||||
| 262 | ErrorMes sages.Add( ReportServ erInvalidU rl, "Canno t contact report ser ver from g iven URL") | |||||
| 263 | ErrorMes sages.Add( ReportServ erUnknownE xception, "Unknown e xception t hrown by r eport serv er") | |||||
| 264 | ErrorMes sages.Add( ReportNotA vailable, "Report no t availabl e") | |||||
| 265 | ErrorMes sages.Add( ErrorUploa dingReport , "An erro r occurred while try ing to add the repor t to Micro soft Dynam ics CRM. T ry adding the report again. If this prob lem persis ts, contac t your sys tem admini strator.") | |||||
| 266 | ErrorMes sages.Add( ReportFile TooBig, "T he file is too large and canno t be uploa ded. Pleas e reduce t he size of the file and try ag ain.") | |||||
| 267 | ErrorMes sages.Add( ReportFile ZeroLength , "You hav e uploaded an empty file. Ple ase select a new fil e and try again.") | |||||
| 268 | ErrorMes sages.Add( ReportType Blocked, " The report is not a valid type . It cann ot be uplo aded or do wnloaded." ) | |||||
| 269 | ErrorMes sages.Add( ReportUplo adDisabled , "Reporti ng Service s reports cannot be uploaded. If you wan t to creat e a new re port, plea se use the Report Wi zard.") | |||||
| 270 | ErrorMes sages.Add( BothConnec tionSidesA reNeeded, "You must provide a name or se lect a rol e for both sides of this conne ction.") | |||||
| 271 | ErrorMes sages.Add( CannotConn ectToSelf, "Cannot c onnect a r ecord to i tself.") | |||||
| 272 | ErrorMes sages.Add( UnrelatedC onnectionR oles, "The connectio n roles ar e not rela ted.") | |||||
| 273 | ErrorMes sages.Add( Connection RoleNotVal idForObjec tType, "Th e record t ype {0} is not defin ed for use with the connection role {1}. ") | |||||
| 274 | ErrorMes sages.Add( Connection CannotBeEn abledOnThi sEntity, " Connection s cannot b e enabled on this en tity") | |||||
| 275 | ErrorMes sages.Add( Connection NotSupport ed, "The s elected re cord does not suppor t connecti ons. You c annot add the connec tion.") | |||||
| 276 | ErrorMes sages.Add( Connection ObjectsMis sing, "Bot h objects being conn ected are missing.") | |||||
| 277 | ErrorMes sages.Add( Connection InvalidSta rtEndDate, "Start da te / end d ate is inv alid.") | |||||
| 278 | ErrorMes sages.Add( Connection Exists, "C onnection already ex ists.") | |||||
| 279 | ErrorMes sages.Add( DecoupleUs erOwnedEnt ity, "Can only decou ple user o wned entit ies.") | |||||
| 280 | ErrorMes sages.Add( DecoupleCh ildEntity, "Cannot d ecouple a child enti ty.") | |||||
| 281 | ErrorMes sages.Add( ExistingPa rentalRela tionship, "A parenta l relation ship alrea dy exists. ") | |||||
| 282 | ErrorMes sages.Add( InvalidCas cadeLinkTy pe, "The c ascade lin k type is not valid for the ca scade acti on.") | |||||
| 283 | ErrorMes sages.Add( InvalidDel eteModific ation, "A system rel ationship' s delete c ascading a ction cann ot be modi fied.") | |||||
| 284 | ErrorMes sages.Add( CustomerOp portunityR oleExists, "Customer opportuni ty role ex ists.") | |||||
| 285 | ErrorMes sages.Add( CustomerRe lationship Exists, "C ustomer re lationship already e xists.") | |||||
| 286 | ErrorMes sages.Add( MultipleRe lationship sNotSuppor ted, "Mult iple relat ionships a re not sup ported") | |||||
| 287 | ErrorMes sages.Add( ImportDupl icateEntit y, "This i mport has failed bec ause a dif ferent ent ity with t he identic al name, { 0}, alread y exists i n the targ et organiz ation.") | |||||
| 288 | ErrorMes sages.Add( CascadePro xyEmptyCal lerId, "Em pty Caller Id") | |||||
| 289 | ErrorMes sages.Add( CascadePro xyInvalidP rincipalTy pe, "Inval id securit y principa l type") | |||||
| 290 | ErrorMes sages.Add( CascadePro xyInvalidN ativeDAPtr , "Invalid pointer o f unmanage d data acc ess object ") | |||||
| 291 | ErrorMes sages.Add( CascadeFai lToCreateN ativeDAWra pper, "Fai led to cre ate unmana ged data a ccess wrap per") | |||||
| 292 | ErrorMes sages.Add( CascadeRep arentOnNon UserOwned, "Cannot p erform Cas cade Repar ent on Non -UserOwned entities" ) | |||||
| 293 | ErrorMes sages.Add( CascadeMer geInvalidS pecialColu mn, "Inval id Column Name for M erge Speci al Casing" ) | |||||
| 294 | ErrorMes sages.Add( CascadeRem oveLinkOnN onNullable , "Cascade Delete is defined as RemoveLin k while th e foreign key is not nullable" ) | |||||
| 295 | ErrorMes sages.Add( CascadeDel eteNotAllo wDelete, " Object is not allowe d to be de leted") | |||||
| 296 | ErrorMes sages.Add( CascadeInv alidLinkTy pe, "Inval id Cascade Link Type" ) | |||||
| 297 | ErrorMes sages.Add( IsvExtensi onsPrivile geNotPrese nt, "To im port ISV.C onfig, you r user acc ount must be associa ted with a security role that includes t he ISV Ext ensions pr ivilege.") | |||||
| 298 | ErrorMes sages.Add( Relationsh ipNameLeng thExceedsL imit, "Rel ationship name canno t be more than 50 ch aracters l ong.") | |||||
| 299 | ErrorMes sages.Add( ImportEmai lTemplateE rrorMissin gFile, "E- mail Templ ate '{0}' import: Th e attachme nt '{1}' w as not fou nd in the import zip file.") | |||||
| 300 | ErrorMes sages.Add( CascadeInv alidExtraC onditionVa lue, "Inva lid Extra- condition value") | |||||
| 301 | ErrorMes sages.Add( ImportWork flowNameCo nflictErro r, "Workfl ow {0} can not be imp orted beca use a work flow with same name and differ ent unique identifie r exists i n the targ et system. Change th e name of this workf low, and t hen try ag ain.") | |||||
| 302 | ErrorMes sages.Add( ImportWork flowPublis hedError, "Workflow {0}({1}) c annot be i mported be cause a wo rkflow wit h same uni que identi fier is pu blished on the targe t system. Unpublish the workfl ow on the target sys tem before attemptin g to impor t this wor kflow agai n.") | |||||
| 303 | ErrorMes sages.Add( ImportWork flowEntity Dependency Error, "Ca nnot impor t workflow definitio n. Require d entity d ependency is missing .") | |||||
| 304 | ErrorMes sages.Add( ImportWork flowAttrib uteDepende ncyError, "Cannot im port workf low defini tion. Requ ired attri bute depen dency is m issing.") | |||||
| 305 | ErrorMes sages.Add( ImportWork flowError, "Cannot i mport work flow defin ition. The workflow with speci fied workf low id is not updata ble or wor kflow name is not un ique.") | |||||
| 306 | ErrorMes sages.Add( ImportGene ricEntitie sError, "A n error oc curred whi le importi ng generic entities. ") | |||||
| 307 | ErrorMes sages.Add( ImportRole Permission Error, "Yo u do not h ave the ne cessary pr ivileges t o import s ecurity ro les.") | |||||
| 308 | ErrorMes sages.Add( ImportRole Error, "Ca nnot impor t security role. The role with specified role id i s not upda table or r ole name i s not uniq ue.") | |||||
| 309 | ErrorMes sages.Add( ImportOrgS ettingsErr or, "There was an er ror parsin g the Orga nization S ettings du ring Impor t.") | |||||
| 310 | ErrorMes sages.Add( InvalidSha rePointSit eCollectio nUrl, "The URL must conform to the http or https s chema.") | |||||
| 311 | ErrorMes sages.Add( InvalidSit eRelativeU rlFormat, "The relat ive url co ntains inv alid chara cters. Ple ase use a different name. Vali d relative url names cannot en d with the following strings: .aspx, .as hx, .asmx, .svc , ca nnot begin or end wi th a dot o r /, canno t contain consecutiv e dots or / and cann ot contain any of th e followin g characte rs: ~ "" # % & * : < > ? \ { | }.") | |||||
| 312 | ErrorMes sages.Add( InvalidRel ativeUrlFo rmat, "The relative url contai ns invalid character s. Please use a diff erent name . Valid re lative url names can not ends w ith the fo llowing st rings: .as px, .ashx, .asmx, .s vc , canno t begin or end with a dot, can not contai n consecut ive dots a nd cannot contain an y of the f ollowing c haracters: ~ "" # % & * : < > ? / \ { | }.") | |||||
| 313 | ErrorMes sages.Add( InvalidAbs oluteUrlFo rmat, "The absolute url contai ns invalid character s. Please use a diff erent name . Valid ab solute url cannot en ds with th e followin g strings: .aspx, .a shx, .asmx , .svc") | |||||
| 314 | ErrorMes sages.Add( InvalidUrl Consecutiv eSlashes, "The Url c ontains co nsecutive slashes wh ich is not allowed." ) | |||||
| 315 | ErrorMes sages.Add( SharePoint RecordWith DuplicateU rl, "There is alread y a record with the same Url." ) | |||||
| 316 | ErrorMes sages.Add( SharePoint AbsoluteAn dRelativeU rlEmpty, " Both absol ute URL an d relative URL canno t be null. ") | |||||
| 317 | ErrorMes sages.Add( ImportOpti onSetsErro r, "An err or occurre d while im porting Op tionSets." ) | |||||
| 318 | ErrorMes sages.Add( ImportRibb onsError, "An error occurred w hile impor ting Ribbo ns.") | |||||
| 319 | ErrorMes sages.Add( ImportRepo rtsError, "An error occurred w hile impor ting Repor ts.") | |||||
| 320 | ErrorMes sages.Add( ImportSolu tionError, "An error occurred while impo rting a So lution.") | |||||
| 321 | ErrorMes sages.Add( ImportDepe ndencySolu tionError, "{0} requ ires solut ions that are not cu rrently in stalled. I mport the following solutions before Imp orting thi s one. {1} ") | |||||
| 322 | ErrorMes sages.Add( ExportSolu tionError, "An error occurred while expo rting a So lution.") | |||||
| 323 | ErrorMes sages.Add( ExportMana gedSolutio nError, "A n error oc curred whi le exporti ng a solut ion. Manag ed solutio ns cannot be exporte d.") | |||||
| 324 | ErrorMes sages.Add( ExportMiss ingSolutio nError, "A n error oc curred whi le exporti ng a solut ion. The s olution do es not exi st in this system.") | |||||
| 325 | ErrorMes sages.Add( ImportSolu tionManage dError, "S olution '{ 0}' alread y exists i n this sys tem as man aged and c annot be u pgraded.") | |||||
| 326 | ErrorMes sages.Add( ImportOpti onSetAttri buteError, "Attribut e '{0}' wa s not impo rted as it reference s a non-ex isting glo bal Option Set ('{1} ').") | |||||
| 327 | ErrorMes sages.Add( ImportSolu tionManage dToUnmanag edMismatch , "The sol ution is a lready ins talled on this syste m as an un managed so lution and the packa ge supplie d is attem pting to i nstall it in managed mode. Imp ort can on ly update solutions when the m odes match . Uninstal l the curr ent soluti on and try again.") | |||||
| 328 | ErrorMes sages.Add( ImportSolu tionUnmana gedToManag edMismatch , "The sol ution is a lready ins talled on this syste m as a man aged solut ion and th e package supplied i s attempti ng to inst all it in unmanaged mode. Impo rt can onl y update s olutions w hen the mo des match. Uninstall the curre nt solutio n and try again.") | |||||
| 329 | ErrorMes sages.Add( ImportSolu tionIsvCon figWarning , "ISV Con fig was ov erwritten. ") | |||||
| 330 | ErrorMes sages.Add( ImportSolu tionSiteMa pWarning, "SiteMap w as overwri tten.") | |||||
| 331 | ErrorMes sages.Add( ImportSolu tionOrgani zationSett ingsWarnin g, "Organi zation set tings were overwritt en.") | |||||
| 332 | ErrorMes sages.Add( ImportExpo rtDeprecat edError, " This messa ge is no l onger avai lable. Ple ase consul t the SDK for altern ative mess ages.") | |||||
| 333 | ErrorMes sages.Add( ImportSyst emSolution Error, "Sy stem solut ion cannot be import ed.") | |||||
| 334 | ErrorMes sages.Add( ImportTran slationMis singSoluti onError, " An error o ccurred wh ile import ing the tr anslations . The solu tion assoc iated with the trans lations do es not exi st in this system.") | |||||
| 335 | ErrorMes sages.Add( ExportDefa ultAsPacka gedError, "The defau lt solutio n cannot b e exported as a pack age.") | |||||
| 336 | ErrorMes sages.Add( ImportDefa ultAsPacka geError, " The packag e supplied for the d efault sol ution is t rying to i nstall it in managed mode. The default s olution ca nnot be ma naged. In the XML fo r the defa ult soluti on, set th e Managed value back to ""fals e"" and tr y to impor t the solu tion again .") | |||||
| 337 | ErrorMes sages.Add( ImportCust omizations BadZipFile Error, "Th e solution file is i nvalid. Th e compress ed file mu st contain the follo wing files at its ro ot: soluti on.xml, cu stomizatio ns.xml, an d [Content _Types].xm l. Customi zation fil es exporte d from pre vious vers ions of Mi crosoft Dy namics CRM are not s upported." ) | |||||
| 338 | ErrorMes sages.Add( ImportTran slationsBa dZipFileEr ror, "The translatio n file is invalid. T he compres sed file m ust contai n the foll owing file s at its r oot: {0}, [Content_T ypes].xml. ") | |||||
| 339 | ErrorMes sages.Add( ImportAttr ibuteNameE rror, "Inv alid name for attrib ute {0}. Custom att ribute nam es must st art with a valid cus tomization prefix. T he prefix for a solu tion compo nent shoul d match th e prefix t hat is spe cified for the publi sher of th e solution .") | |||||
| 340 | ErrorMes sages.Add( ImportFiel dSecurityP rofileIsSe curedMissi ngError, " Some field security permission s could no t be impor ted becaus e the foll owing fiel ds are not securable : {0}.") | |||||
| 341 | ErrorMes sages.Add( ImportFiel dSecurityP rofileAttr ibutesMiss ingError, "Some fiel d security permissio ns could n ot be impo rted becau se the fol lowing fie lds are no t in the s ystem: {0} .") | |||||
| 342 | ErrorMes sages.Add( ImportFile SignatureI nvalid, "T he import file has a n invalid digital si gnature.") | |||||
| 343 | ErrorMes sages.Add( ImportSolu tionPackag eNotValid, "The solu tion packa ge you are importing was gener ated on a version of Microsoft Dynamics CRM that c annot be i mported in to this sy stem. Pack age Versio n: {0} {1} , System V ersion: {2 } {3}.") | |||||
| 344 | ErrorMes sages.Add( ImportSolu tionPackag eNeedsUpgr ade, "The solution p ackage you are impor ting was g enerated o n a differ ent versio n of Micro soft Dynam ics CRM. T he system will attem pt to tran sform the package pr ior to imp ort. Packa ge Version : {0} {1}, System Ve rsion: {2} {3}.") | |||||
| 345 | ErrorMes sages.Add( ImportSolu tionPackag eInvalidSo lutionPack ageVersion , "You can only impo rt solutio ns with a package ve rsion of { 0} or earl ier into t his organi zation. Al so, you ca n't import any solut ions into this organ ization th at were ex ported fro m Microsof t Dynamics CRM 2011 or earlier .") | |||||
| 346 | ErrorMes sages.Add( ImportSolu tionPackag eMinimumVe rsionNeede d, "Deprec ated, not removing n ow as it m ight cause issues du ring integ rations.") | |||||
| 347 | ErrorMes sages.Add( ImportSolu tionPackag eRequiresO ptInAvaila ble, "Some component s in the s olution pa ckage you are import ing requir e opt in. Opt in is available, please co nsult your administr ator.") | |||||
| 348 | ErrorMes sages.Add( ImportSolu tionPackag eRequiresO ptInNotAva ilable, "T he solutio n package you are im porting wa s generate d on a SKU of Micros oft Dynami cs CRM tha t supports opt in. I t cannot b e imported in your s ystem.") | |||||
| 349 | ErrorMes sages.Add( ImportSdkM essagesErr or, "An er ror occurr ed while i mporting S dk Message s.") | |||||
| 350 | ErrorMes sages.Add( ImportEmai lTemplateP ersonalErr or, "E-mai l Template was not i mported. T he Templat e is a per sonal temp late on th e target s ystem; imp ort cannot overwrite personal templates. ") | |||||
| 351 | ErrorMes sages.Add( ImportNonW ellFormedF ileError, "Invalid c ustomizati on file. T his file i s not well formed.") | |||||
| 352 | ErrorMes sages.Add( ImportPlug inTypesErr or, "An er ror occurr ed while i mporting p lug-in typ es.") | |||||
| 353 | ErrorMes sages.Add( ImportSite MapError, "An error occurred w hile impor ting the S ite Map.") | |||||
| 354 | ErrorMes sages.Add( ImportMapp ingsMissin gEntityMap Error, "Th is customi zation fil e contains a referen ce to an e ntity map that does not exist on the tar get system .") | |||||
| 355 | ErrorMes sages.Add( ImportMapp ingsSystem MapError, "Import ca nnot creat e system a ttribute m appings") | |||||
| 356 | ErrorMes sages.Add( ImportIsvC onfigError , "There w as an erro r parsing the IsvCon fig during Import") | |||||
| 357 | ErrorMes sages.Add( ImportArti cleTemplat eError, "T here was a n error in parsing t he article templates in Import Xml") | |||||
| 358 | ErrorMes sages.Add( ImportEmai lTemplateE rror, "The re was an error in p arsing the email tem plates in Import Xml ") | |||||
| 359 | ErrorMes sages.Add( ImportCont ractTempla teError, " There was an error i n parsing the contra ct templat es in Impo rt Xml") | |||||
| 360 | ErrorMes sages.Add( ImportRela tionshipRo leMapsErro r, "The nu mber of fo rmat param eters pass ed into th e input st ring is in correct") | |||||
| 361 | ErrorMes sages.Add( ImportRela tionshipRo lesError, "The numbe r of forma t paramete rs passed into the i nput strin g is incor rect") | |||||
| 362 | ErrorMes sages.Add( ImportRela tionshipRo lesPrivile geError, " {0} cannot be import ed. The {1 } privileg e is requi red to imp ort this c omponent." ) | |||||
| 363 | ErrorMes sages.Add( ImportEnti tyNameMism atchError, "The numb er of form at paramet ers passed into the input stri ng is inco rrect") | |||||
| 364 | ErrorMes sages.Add( ImportForm XmlError, "The numbe r of forma t paramete rs passed into the i nput strin g is incor rect") | |||||
| 365 | ErrorMes sages.Add( ImportFiel dXmlError, "The numb er of form at paramet ers passed into the input stri ng is inco rrect") | |||||
| 366 | ErrorMes sages.Add( ImportSave dQueryExis tingError, "The numb er of form at paramet ers passed into the input stri ng is inco rrect") | |||||
| 367 | ErrorMes sages.Add( ImportSave dQueryOtcM ismatchErr or, "There was an er ror proces sing saved queries o f the same object ty pe code (u nresolvabl e system c ollision)" ) | |||||
| 368 | ErrorMes sages.Add( ImportEnti tyCustomRe sourcesNew StringErro r, "Invali d Entity n ew string in the Cus tom Resour ces") | |||||
| 369 | ErrorMes sages.Add( ImportEnti tyCustomRe sourcesErr or, "Inval id Custom Resources in the Imp ort File") | |||||
| 370 | ErrorMes sages.Add( ImportEnti tyIconErro r, "Invali d Icon in the Import File") | |||||
| 371 | ErrorMes sages.Add( ImportSave dQueryDele tedError, "A saved q uery with the same i d is marke d as delet ed in the system. Pl ease first publish t he customi zed entity and impor t again.") | |||||
| 372 | ErrorMes sages.Add( ImportEnti tySystemUs erOnPremis eMismatchE rror, "The systemuse r entity w as importe d, but cus tomized fo rms for th e entity w ere not im ported. Sy stemuser e ntity form s from Mic rosoft Dyn amics CRM Online can not be imp orted into on-premis es or host ed version s of Micro soft Dynam ics CRM.") | |||||
| 373 | ErrorMes sages.Add( ImportEnti tySystemUs erLiveMism atchError, "The syst emuser ent ity was im ported but customize d forms fo r the enti ty were no t imported . Systemus er entity forms from on-premis es or host ed version s of Micro soft Dynam ics CRM ca nnot be im ported int o Microsof t Dynamics CRM Onlin e.") | |||||
| 374 | ErrorMes sages.Add( ImportLang uagesIgnor edError, " Translated labels fo r the foll owing lang uages coul d not be i mported be cause they have not been enabl ed for thi s organiza tion: {0}" ) | |||||
| 375 | ErrorMes sages.Add( ImportInva lidFileErr or, "Inval id Import File") | |||||
| 376 | ErrorMes sages.Add( ImportXsdV alidationE rror, "The import fi le is inva lid. XSD v alidation failed wit h the foll owing erro r: '{0}'. The valida tion faile d at: '... {1} <<<<<E RROR LOCAT ION>>>>> { 2}...'.""" ) | |||||
| 377 | ErrorMes sages.Add( ImportInva lidXmlErro r, "This s olution pa ckage cann ot be impo rted becau se it cont ains inval id XML. Yo u can atte mpt to rep air the fi le by manu ally editi ng the XML contents using the informatio n found in the schem a validati on errors, or you ca n contact your solut ion provid er.") | |||||
| 378 | ErrorMes sages.Add( ImportWron gPublisher Error, "Th e followin g managed solution c annot be i mported: { 0}. The pu blisher na me cannot be changed from {1} to {2}.") | |||||
| 379 | ErrorMes sages.Add( ImportMiss ingDepende nciesError , "The fol lowing sol ution cann ot be impo rted: {0}. Some depe ndencies a re missing .") | |||||
| 380 | ErrorMes sages.Add( ImportGene ricError, "The impor t failed. For more i nformation , see the related er ror messag es.") | |||||
| 381 | ErrorMes sages.Add( ImportMiss ingCompone nt, "Canno t add a Ro ot Compone nt {0} of type {1} b ecause it is not in the target system.") | |||||
| 382 | ErrorMes sages.Add( ImportMiss ingRootCom ponentEntr y, "The im port has f ailed beca use compon ent {0} of type {1} is not dec lared in t he solutio n file as a root com ponent. To fix this, import ag ain using the XML fi le that wa s generate d when you exported the soluti on.") | |||||
| 383 | ErrorMes sages.Add( UnmanagedC omponentPa rentsManag edComponen t, "Found {0} depend ency recor ds where u nmanaged c omponent i s the pare nt of a ma naged comp onent. Fir st record (dependent componento bjectid = {1}, type = {2}, req uiredcompo nentobject id = {3}, type= {4}, solution = {5}).") | |||||
| 384 | ErrorMes sages.Add( FailedToGe tNetworkSe rviceName, "Failed t o obtain t he localiz ed name fo r NetworkS ervice acc ount") | |||||
| 385 | ErrorMes sages.Add( CustomPare ntingSyste mNotSuppor ted, "A cu stom entit y can not have a par ental rela tionship t o a system entity") | |||||
| 386 | ErrorMes sages.Add( InvalidFor matParamet ers, "The number of format par ameters pa ssed into the input string is incorrect" ) | |||||
| 387 | ErrorMes sages.Add( InvalidHie rarchicalR elationshi p, "This r elationshi p is not s elf-refere ntial and therefore cannot be made hiera rchical.") | |||||
| 388 | ErrorMes sages.Add( MissingHie rarchicalR elationshi pForOperat or, "This query uses a hierarc hical oper ator, but the {0} en tity doesn 't have a hierarchic al relatio nship.") | |||||
| 389 | ErrorMes sages.Add( DuplicateP rimaryName Attribute, "The new {2} attrib ute is set as the pr imary name attribute for the { 1} entity. The {1} e ntity alre ady has th e {0} attr ibute set as the pri mary name attribute. An entity can only have one p rimary nam e attribut e.") | |||||
| 390 | ErrorMes sages.Add( Configurat ionPageNot ValidForSo lution, "T he solutio n configur ation page must exis t within t he solutio n it repre sents.") | |||||
| 391 | ErrorMes sages.Add( SolutionCo nfiguratio nPageMustB eHtmlWebRe source, "T he solutio n configur ation page must exis t within t he solutio n it repre sents.") | |||||
| 392 | ErrorMes sages.Add( InvalidSol utionConfi gurationPa ge, "The s pecified c onfigurati on page fo r this sol ution is i nvalid.") | |||||
| 393 | ErrorMes sages.Add( InvalidHie rarchicalR elationshi pChange, " You can’t change thi s entity’s hierarchy because t he {0} hie rarchical relationsh ip can’t b e customiz ed.") | |||||
| 394 | ErrorMes sages.Add( InvalidLan guageForSo lution, "S olution an d Publishe r Options are not av ailable si nce your l anguage do es not mat ch system base langu age.") | |||||
| 395 | ErrorMes sages.Add( CannotHave DuplicateY omi, "One attribute can be tie d to only one yomi a t a time") | |||||
| 396 | ErrorMes sages.Add( SavedQuery IsNotCusto mizable, " The specif ied view i s not cust omizable") | |||||
| 397 | ErrorMes sages.Add( CannotDele teChildAtt ribute, "T he Child A ttribute i s not vali d for dele tion") | |||||
| 398 | ErrorMes sages.Add( EntityHasN oStateCode , "Specifi ed entity does not h ave a stat ecode.") | |||||
| 399 | ErrorMes sages.Add( NoAttribut esForEntit yCreate, " No attribu tes for Cr eate Entit y action." ) | |||||
| 400 | ErrorMes sages.Add( DuplicateA ttributeSc hemaName, "An attrib ute with t he specifi ed name al ready exis ts") | |||||
| 401 | ErrorMes sages.Add( DuplicateD isplayColl ectionName , "An obje ct with th e specifie d display collection name alre ady exists .") | |||||
| 402 | ErrorMes sages.Add( DuplicateD isplayName , "An obje ct with th e specifie d display name alrea dy exists. ") | |||||
| 403 | ErrorMes sages.Add( DuplicateN ame, "An o bject with the speci fied name already ex ists") | |||||
| 404 | ErrorMes sages.Add( InvalidRel ationshipT ype, "The specified relationsh ip type is not valid for this operation" ) | |||||
| 405 | ErrorMes sages.Add( InvalidPri maryFieldT ype, "Prim ary UI Att ribute has to be of type Strin g") | |||||
| 406 | ErrorMes sages.Add( InvalidOwn ershipType Mask, "The specified ownership type mask is not va lid for th is operati on") | |||||
| 407 | ErrorMes sages.Add( InvalidDis playName, "The speci fied displ ay name is not valid ") | |||||
| 408 | ErrorMes sages.Add( InvalidSch emaName, " An entity with the s pecified n ame alread y exists. Please spe cify a uni que name." ) | |||||
| 409 | ErrorMes sages.Add( Relationsh ipIsNotCus tomRelatio nship, "Th e specifie d relation ship is no t a custom relations hip") | |||||
| 410 | ErrorMes sages.Add( AttributeI sNotCustom Attribute, "The spec ified attr ibute is n ot a custo m attribut e") | |||||
| 411 | ErrorMes sages.Add( EntityIsNo tCustomiza ble, "The specified entity is not custom izable") | |||||
| 412 | ErrorMes sages.Add( MultiplePa rentsNotSu pported, " An entity can have o nly one pa rental rel ationship" ) | |||||
| 413 | ErrorMes sages.Add( CannotCrea teActivity Relationsh ip, "Relat ionship wi th activit ies cannot be create d through this opera tion") | |||||
| 414 | ErrorMes sages.Add( CyclicalRe lationship , "The spe cified rel ationship will resul t in a cyc le.") | |||||
| 415 | ErrorMes sages.Add( InvalidRel ationshipD escription , "The spe cified rel ationship cannot be created") | |||||
| 416 | ErrorMes sages.Add( CannotDele tePrimaryU IAttribute , "The Pri mary UI At tribute is not valid for delet ion") | |||||
| 417 | ErrorMes sages.Add( RowGuidIsN otValidNam e, "rowgui d is a res erved name and canno t be used as an iden tifier") | |||||
| 418 | ErrorMes sages.Add( FailedToSc heduleActi vity, "Fai led to sch edule acti vity.") | |||||
| 419 | ErrorMes sages.Add( CannotDele teLastEmai lAttribute , "You can not delete this fiel d because the record type has been enabl ed for e-m ail.") | |||||
| 420 | ErrorMes sages.Add( SystemAttr ibuteMap, "SystemAtt ributeMap Error Occu rred") | |||||
| 421 | ErrorMes sages.Add( UpdateAttr ibuteMap, "UpdateAtt ributeMap Error Occu rred") | |||||
| 422 | ErrorMes sages.Add( InvalidAtt ributeMap, "InvalidA ttributeMa p Error Oc curred") | |||||
| 423 | ErrorMes sages.Add( SystemEnti tyMap, "Sy stemEntity Map Error Occurred") | |||||
| 424 | ErrorMes sages.Add( UpdateEnti tyMap, "Up dateEntity Map Error Occurred") | |||||
| 425 | ErrorMes sages.Add( NonMappabl eEntity, " NonMappabl eEntity Er ror Occurr ed") | |||||
| 426 | ErrorMes sages.Add( unManagedi dsCalloutE xception, "Callout c ode throws exception ") | |||||
| 427 | ErrorMes sages.Add( unManagedi dscallouti nvalideven t, "Invali d callout event") | |||||
| 428 | ErrorMes sages.Add( unManagedi dscallouti nvalidconf ig, "Inval id callout configura tion") | |||||
| 429 | ErrorMes sages.Add( unManagedi dscallouti svstop, "C allout ISV code stop ped the op eration") | |||||
| 430 | ErrorMes sages.Add( unManagedi dscallouti svabort, " Callout IS V code abo rted the o peration") | |||||
| 431 | ErrorMes sages.Add( unManagedi dscallouti svexceptio n, "Callou t ISV code throws ex ception") | |||||
| 432 | ErrorMes sages.Add( unManagedi dscustomen tityambigu ousrelatio nship, "Mo re than on e relation ship betwe en the req uested ent ities exis ts.") | |||||
| 433 | ErrorMes sages.Add( unManagedi dscustomen titynorela tionship, "No relati onship exi sts betwee n the requ ested enti ties.") | |||||
| 434 | ErrorMes sages.Add( unManagedi dscustomen tityparent childident ical, "The supplied parent and child ent ities are identical. ") | |||||
| 435 | ErrorMes sages.Add( unManagedi dscustomen tityinvali dparent, " The suppli ed parent passed in is not a v alid entit y.") | |||||
| 436 | ErrorMes sages.Add( unManagedi dscustomen tityinvali dchild, "T he supplie d child pa ssed in is not a val id entity. ") | |||||
| 437 | ErrorMes sages.Add( unManagedi dscustomen titywouldc reateloop, "This ass ociation w ould creat e a loop i n the data base.") | |||||
| 438 | ErrorMes sages.Add( unManagedi dscustomen tityexisti ngloop, "T here is an existing loop in th e database .") | |||||
| 439 | ErrorMes sages.Add( unManagedi dscustomen titystacku nderflow, "Custom en tity MD st ack underf low.") | |||||
| 440 | ErrorMes sages.Add( unManagedi dscustomen titystacko verflow, " Custom ent ity MD sta ck overflo w.") | |||||
| 441 | ErrorMes sages.Add( unManagedi dscustomen titytlsfai lure, "Cus tom entity MD TLS no t initiali zed.") | |||||
| 442 | ErrorMes sages.Add( unManagedi dscustomen tityinvali downership , "Custom entity own ership typ e mask is improperly set.") | |||||
| 443 | ErrorMes sages.Add( unManagedi dscustomen titynotini tialized, "Custom en tity inter face was n ot properl y initiali zed.") | |||||
| 444 | ErrorMes sages.Add( unManagedi dscustomen tityalread yinitializ ed, "Custo m entity i nterface a lready ini tialized o n this thr ead.") | |||||
| 445 | ErrorMes sages.Add( unManagedi dscustomen titynamevi olation, " Supplied e ntity foun d, but it is not a c ustom enti ty.") | |||||
| 446 | ErrorMes sages.Add( unManagedi dscascadeu nexpectede rror, "Une xpected er ror occurr ed in casc ading oper ation") | |||||
| 447 | ErrorMes sages.Add( unManagedi dscascadee mptylinker ror, "The relationsh ip link is empty") | |||||
| 448 | ErrorMes sages.Add( unManagedi dscascadeu ndefinedre lationerro r, "Relati onship typ e is not s upported") | |||||
| 449 | ErrorMes sages.Add( unManagedi dscascadei nconsisten cyerror, " Cascade ma p informat ion is inc onsistent. ") | |||||
| 450 | ErrorMes sages.Add( MergeLossO fParenting Warning, " Merge warn ing: sub-e ntity migh t lose par enting") | |||||
| 451 | ErrorMes sages.Add( MergeDiffe rentlyPare ntedWarnin g, "Merge warning: s ub-entity will be di fferently parented." ) | |||||
| 452 | ErrorMes sages.Add( MergeEntit iesIdentic alError, " Merge cann ot be perf ormed on m aster and sub-entiti es that ar e identica l.") | |||||
| 453 | ErrorMes sages.Add( MergeEntit yNotActive Error, "Me rge cannot be perfor med on ent ity that i s inactive .") | |||||
| 454 | ErrorMes sages.Add( unManagedi dsmergedif ferentbizo rgerror, " Merge cann ot be perf ormed on e ntities fr om differe nt busines s entity." ) | |||||
| 455 | ErrorMes sages.Add( MergeActiv eQuoteErro r, "Merge cannot be performed on sub-ent ity that h as active quote.") | |||||
| 456 | ErrorMes sages.Add( MergeSecur ityError, "Merge is not allowe d: caller does not h ave the pr ivilege or access.") | |||||
| 457 | ErrorMes sages.Add( MergeCycli calParenti ngError, " Merge coul d create c yclical pa renting.") | |||||
| 458 | ErrorMes sages.Add( unManagedi dscalendar ruledoesno texist, "T he calenda r rule doe s not exis t.") | |||||
| 459 | ErrorMes sages.Add( unManagedi dscalendar invalidcal endar, "Th e calendar is invali d.") | |||||
| 460 | ErrorMes sages.Add( Attachment InvalidFil eName, "At tachment f ile name c ontains in valid char acters.") | |||||
| 461 | ErrorMes sages.Add( unManagedi dsattachme ntcannottr uncatetemp file, "Can not trunca te tempora ry attachm ent file." ) | |||||
| 462 | ErrorMes sages.Add( unManagedi dsattachme ntcannotun maptempfil e, "Cannot unmap tem porary att achment fi le.") | |||||
| 463 | ErrorMes sages.Add( unManagedi dsattachme ntcannotcr eatetempfi le, "Canno t create t emporary a ttachment file.") | |||||
| 464 | ErrorMes sages.Add( unManagedi dsattachme ntisempty, "Attachme nt is empt y.") | |||||
| 465 | ErrorMes sages.Add( unManagedi dsattachme ntcannotre adtempfile , "Cannot read tempo rary attac hment file .") | |||||
| 466 | ErrorMes sages.Add( unManagedi dsattachme ntinvalidf ilesize, " Attachment file size is too bi g.") | |||||
| 467 | ErrorMes sages.Add( unManagedi dsattachme ntcannotge tfilesize, "Cannot g et tempora ry attachm ent file s ize.") | |||||
| 468 | ErrorMes sages.Add( unManagedi dsattachme ntcannotop entempfile , "Cannot open tempo rary attac hment file .") | |||||
| 469 | ErrorMes sages.Add( unManagedi dscustomiz ationtrans formationn otsupporte d, "Transf ormation i s not supp orted for this objec t.") | |||||
| 470 | ErrorMes sages.Add( ContractDe tailDiscou ntAmountAn dPercent, "Both 'amo unt' and ' percentage ' cannot b e set.") | |||||
| 471 | ErrorMes sages.Add( ContractDe tailDiscou ntAmount, "The contr act's disc ount type does not s upport 'pe rcentage' discounts. ") | |||||
| 472 | ErrorMes sages.Add( ContractDe tailDiscou ntPercent, "The cont ract's dis count type does not support 'a mount' dis counts.") | |||||
| 473 | ErrorMes sages.Add( IncidentIs AlreadyClo sedOrCance lled, "Alr eady Close d or Cance led") | |||||
| 474 | ErrorMes sages.Add( unManagedi dsincident parentacco untandpare ntcontactn otpresent, "You shou ld specify a parent contact or account." ) | |||||
| 475 | ErrorMes sages.Add( unManagedi dsincident parentacco untandpare ntcontactp resent, "Y ou can eit her specif y a parent contact o r account, but not b oth.") | |||||
| 476 | ErrorMes sages.Add( IncidentCa nnotCancel , "The inc ident can not be can celled bec ause there are open activities for this incident." ) | |||||
| 477 | ErrorMes sages.Add( IncidentIn validContr actLineSta teForCreat e, "The ca se can not be create d against this contr act line i tem becaus e the cont ract line item is ca ncelled or expired." ) | |||||
| 478 | ErrorMes sages.Add( IncidentNu llSpentTim eOrBilled, "The time spent on t he Inciden t is NULL or Inciden tResolutio n Activity 's IsBille d is NULL. ") | |||||
| 479 | ErrorMes sages.Add( IncidentIn validAllot mentType, "The allot ment type for the co ntract is invalid.") | |||||
| 480 | ErrorMes sages.Add( unManagedi dsincident cannotclos e, "The in cident can not be cl osed becau se there a re open ac tivities f or this in cident.") | |||||
| 481 | ErrorMes sages.Add( IncidentMi ssingActiv ityRegardi ngObject, "The incid ent id is missing.") | |||||
| 482 | ErrorMes sages.Add( unManagedi dsincident missingact ivityobjec ttype, "Mi ssing obje ct type co de.") | |||||
| 483 | ErrorMes sages.Add( unManagedi dsincident nullactivi tytypecode , "The act ivitytypec ode can't be NULL.") | |||||
| 484 | ErrorMes sages.Add( unManagedi dsincident invalidact ivitytypec ode, "The activityty pecode is wrong.") | |||||
| 485 | ErrorMes sages.Add( unManagedi dsincident associated activityco rrupted, " The activi ty associa ted with t his case i s corrupte d.") | |||||
| 486 | ErrorMes sages.Add( unManagedi dsincident invalidsta te, "Incid ent state is invalid .") | |||||
| 487 | ErrorMes sages.Add( IncidentCo ntractDoes NotHaveAll otments, " The contra ct does no t have eno ugh allotm ents. The case can n ot be crea ted agains t this con tract.") | |||||
| 488 | ErrorMes sages.Add( unManagedi dsincident contractde taildoesno tmatchcont ract, "The contract line item is not in the specif ied contra ct.") | |||||
| 489 | ErrorMes sages.Add( IncidentMi ssingContr actDetail, "The cont ract detai l id is mi ssing.") | |||||
| 490 | ErrorMes sages.Add( IncidentIn validContr actStateFo rCreate, " The case c an not be created ag ainst this contract because of the contr act state. ") | |||||
| 491 | ErrorMes sages.Add( InvalidPri maryContac tBasedOnAc count, "Th e specifie d contact doesn't be long to th e account selected a s the cust omer. Spec ify a cont act that b elongs to the select ed account , and then try again .") | |||||
| 492 | ErrorMes sages.Add( InvalidPri maryContac tBasedOnCo ntact, "Th e specifie d contact doesn't be long to th e contact that was s pecified i n the cust omer field . Remove t he value f rom the co ntact fiel d, or sele ct a conta ct associa ted to the selected customer, and then t ry again." ) | |||||
| 493 | ErrorMes sages.Add( InvalidEnt itlementFo rSelectedC ustomerOrP roduct, "S elect an a ctive enti tlement th at belongs to the sp ecified cu stomer, co ntact, or product, a nd then tr y again.") | |||||
| 494 | ErrorMes sages.Add( InvalidEnt itlementCo ntacts, "T he specifi ed contact isn’t ass ociated wi th the sel ected cust omer.") | |||||
| 495 | ErrorMes sages.Add( Entitlemen tAlreadyIn CanceledSt ate, "You can't canc el an enti tlement wh en it's in the Cance led state. ") | |||||
| 496 | ErrorMes sages.Add( DisabledCR MGoingOffl ine, "Micr osoft Dyna mics CRM f unctionali ty is not available while Offl ine Synchr onization is occurin g") | |||||
| 497 | ErrorMes sages.Add( DisabledCR MGoingOnli ne, "Micro soft Dynam ics CRM fu nctionalit y is not a vailable w hile Onlin e Synchron ization is occuring" ) | |||||
| 498 | ErrorMes sages.Add( DisabledCR MAddinLoad Failure, " An error o ccurred lo ading Micr osoft Dyna mics CRM f unctionali ty. Try re starting O utlook. Co ntact your system ad ministrato r if error s persist. ") | |||||
| 499 | ErrorMes sages.Add( DisabledCR MClientVer sionLower, "You're r unning a v ersion of Microsoft Dynamics C RM for Out look that is not sup ported for offline m ode with t his Micros oft Dynami cs CRM org anization {0}. You'l l need to upgrade to a compati ble versio n of CRM f or Outlook . Make sur e your cur rent versi on of CRM for Outloo k is suppo rted for u pgrading t o the comp atible ver sion.") | |||||
| 500 | ErrorMes sages.Add( DisabledCR MClientVer sionHigher , "The Mic rosoft Dyn amics CRM server nee ds to be u pgraded be fore Micro soft Dynam ics CRM cl ient can b e used. Co ntact your system ad ministrato r for assi stance.") | |||||
| 501 | ErrorMes sages.Add( DisabledCR MPostOffli neUpgrade, "Microsof t Dynamics CRM funct ionality i s not avai lable unti l the Micr osoft Dyna mics CRM c lient is t aken back online") | |||||
| 502 | ErrorMes sages.Add( DisabledCR MOnlineCrm NotAvailab le, "Micro soft Dynam ics CRM se rver is no t availabl e") | |||||
| 503 | ErrorMes sages.Add( GoOfflineM etadataVer sionsMisma tch, "Clie nt and Ser ver metada ta version s are diff erent due to new cus tomization on the se rver. Plea se try goi ng offline again.") | |||||
| 504 | ErrorMes sages.Add( GoOfflineG etBCPFileE xception, "CRM serve r was not able to pr ocess your request. Contact yo ur system administra tor for as sistance a nd try goi ng offline again.") | |||||
| 505 | ErrorMes sages.Add( GoOfflineD bSizeLimit , "You hav e exceeded the stora ge limit f or your of fline data base. You must reduc e the amou nt of data to be tak en offline by changi ng your Lo cal Data G roups.") | |||||
| 506 | ErrorMes sages.Add( GoOfflineS erverFaile dGenerateB CPFile, "C RM server was not ab le to gene rate BCP f ile. Conta ct your sy stem admin istrator f or assista nce and tr y going of fline agai n.") | |||||
| 507 | ErrorMes sages.Add( GoOfflineB CPFileSize , "Client was not ab le to down load BCP f ile. Conta ct your sy stem admin istrator f or assista nce and tr y going of fline agai n.") | |||||
| 508 | ErrorMes sages.Add( GoOfflineF ailedMoveD ata, "Clie nt was not able to d ownload da ta. Contac t your sys tem admini strator fo r assistan ce and try going off line again .") | |||||
| 509 | ErrorMes sages.Add( GoOfflineF ailedPrepa reMsde, "P repare MSD E failed. Contact yo ur system administra tor for as sistance a nd try goi ng offline again.") | |||||
| 510 | ErrorMes sages.Add( GoOfflineF ailedReloa dMetadataC ache, "The Microsoft Dynamics CRM for Ou tlook was unable to go offline . Please t ry going o ffline aga in.") | |||||
| 511 | ErrorMes sages.Add( DoNotTrack Item, "Sel ected item will not be tracked .") | |||||
| 512 | ErrorMes sages.Add( GoOfflineF ileWasDele ted, "Data file was deleted on server be fore it wa s sent to client.") | |||||
| 513 | ErrorMes sages.Add( GoOfflineE mptyFileFo rDelete, " Data file for delete is empty. ") | |||||
| 514 | ErrorMes sages.Add( InvalidFor OfficeGrap h, "One or both enti ties are n ot enabled for offic egraph and they cann ot be used for offic egraph.") | |||||
| 515 | ErrorMes sages.Add( TrendingDo cumentsOnp remiseDepl oymentErro r, "The Tr ending Doc uments das hboard com ponent isn 't support ed by your company's Microsoft Office se rvice.") | |||||
| 516 | ErrorMes sages.Add( TrendingDo cumentsInt egrationDi sabledErro r, "Trendi ng Documen ts is disa bled for y our Micros oft Dynami cs CRM acc ount.") | |||||
| 517 | ErrorMes sages.Add( TrendingDo cumentsDat aRetrieval Failure, " We can't g et to the trending d ocuments. Try again later.") | |||||
| 518 | ErrorMes sages.Add( Relationsh ipNotCreat edForOffic eGraphErro r, "This r elationshi p cannot b e created because ne ither enti ty is enab led for of ficegraph. ") | |||||
| 519 | ErrorMes sages.Add( Relationsh ipNotUpdat edForOffic eGraphErro r, "This r elationshi p cannot b e updated for office graph beca use neithe r entity i s enabled for office graph.") | |||||
| 520 | ErrorMes sages.Add( AttributeN otCreatedF orOfficeGr aphError, "This attr ibute cann ot be crea ted since support to enable at tribute fo r officegr aph is not available .") | |||||
| 521 | ErrorMes sages.Add( AttributeN otUpdatedF orOfficeGr aphError, "This attr ibute cann ot be upda ted since support to enable at tribute fo r officegr aph is not available .") | |||||
| 522 | ErrorMes sages.Add( OfficeGrap hDisabledE rror, "Doc ument Reco mmendation s has been disabled for this o rganizatio n.") | |||||
| 523 | ErrorMes sages.Add( BaseAttrib uteNameNot PresentErr or, "BaseA ttribute n ame should be presen t in condi tion xml." ) | |||||
| 524 | ErrorMes sages.Add( OperatorCo deNotPrese ntError, " OperatorCo de should be present in condit ion xml.") | |||||
| 525 | ErrorMes sages.Add( InvalidBas eAttribute Error, "In valid Base attribute .") | |||||
| 526 | ErrorMes sages.Add( MatchingAt tributeNam eNotNullEr ror, "Matc hing attri bute name should be null singl e entity r ule.") | |||||
| 527 | ErrorMes sages.Add( InvalidMat chingAttri buteError, "Invalid Matching a ttribute." ) | |||||
| 528 | ErrorMes sages.Add( BaseMatchi ngAttribut eNotSameEr ror, "Base and Match ing attrib ute should be of sam e type.") | |||||
| 529 | ErrorMes sages.Add( InvalidOpe ratorCodeE rror, "Inv alid opera tor code." ) | |||||
| 530 | ErrorMes sages.Add( InvalidSim ilarityRul eStateErro r, "Invali d similari ty rule st ate.") | |||||
| 531 | ErrorMes sages.Add( TrendingDo cumentsInt egrationTu rnedOffErr or, "Trend ing Docume nts is tur ned off. P lease cont act your s ystem admi nistrator to turn th is feature on in Sys tem Settin gs.") | |||||
| 532 | ErrorMes sages.Add( OfficeGrap hSiteNotCo nfigured, "No defaul t SharePoi nt site ha s been con figured.") | |||||
| 533 | ErrorMes sages.Add( TrendingDo cumentsOff lineModeEr ror, "Tren ding Docum ents isn't available in offlin e mode.") | |||||
| 534 | ErrorMes sages.Add( S2SNotConf igured, "O ffice Grap h Integrat ion relies on server -based Sha rePoint in tegration. To use th is feature , enable s erver-base d integrat ion and ha ve at leas t one acti ve SharePo int site." ) | |||||
| 535 | ErrorMes sages.Add( ClientVers ionTooLow, "This ver sion of Ou tlook clie nt isn't c ompatible with your CRM organi zation (cu rrent vers ion {0} is too low). ") | |||||
| 536 | ErrorMes sages.Add( ClientVers ionTooHigh , "This ve rsion of O utlook cli ent isn't compatible with your CRM organ ization (c urrent ver sion {0} i s too high ).") | |||||
| 537 | ErrorMes sages.Add( Insufficie ntAccessMo de, "User does not h ave read-w rite acces s to the C RM organiz ation.") | |||||
| 538 | ErrorMes sages.Add( ClientServ erDateTime Mismatch, "Your comp uter's dat e/time is out of syn c with the server by more than 5 minutes .") | |||||
| 539 | ErrorMes sages.Add( ClientServ erEmailAdd ressMismat ch, "The O utlook ema il address and CRM u ser email address do not match .") | |||||
| 540 | ErrorMes sages.Add( FederatedE ndpointErr or, "The u sername AD FS endpoin t is enabl ed, which is blockin g the inte nded authe ntication endpoint f rom being reached.") | |||||
| 541 | ErrorMes sages.Add( Communicat ionBlocked , "Communi cation is blocked du e to a soc ket except ion.") | |||||
| 542 | ErrorMes sages.Add( UserDoesNo tHaveAcces sToTheTena nt, "User does not h ave access to the te nant.") | |||||
| 543 | ErrorMes sages.Add( Configured UserIsDiff erentThanS uppliedUse r, "Config ured user is differe nt than su pplied use r.") | |||||
| 544 | ErrorMes sages.Add( OutlookCli entConfigA ctionFaile d, "CRM Ou tlook clie nt configu ration act ion failed .") | |||||
| 545 | ErrorMes sages.Add( Organizati onUIDeprec ated, "The Organizat ionUI enti ty is depr ecated. It has been replaced b y the Syst emForm ent ity.") | |||||
| 546 | ErrorMes sages.Add( IsKitCanno tBeNull, " Attribute iskit cann ot be null ") | |||||
| 547 | ErrorMes sages.Add( SqlMaxRecu rsionExcee ded, "The maximum re cursion ha s reached before sta tement com pletion.") | |||||
| 548 | ErrorMes sages.Add( unManagedi dssqltimeo uterror, " SQL timeou t expired. ") | |||||
| 549 | ErrorMes sages.Add( unManagedi dssqlerror , "Generic SQL error .") | |||||
| 550 | ErrorMes sages.Add( unManagedi dsrcsyncin validfilte rerror, "I nvalid fil ter specif ied.") | |||||
| 551 | ErrorMes sages.Add( unManagedi dsrcsyncno tprimary, "Cannot sy nc: not th e primary OutlookSyn c client." ) | |||||
| 552 | ErrorMes sages.Add( unManagedi dsrcsyncno primary, " No primary client ex ists.") | |||||
| 553 | ErrorMes sages.Add( unManagedi dsrcsyncno client, "C lient does not exist .") | |||||
| 554 | ErrorMes sages.Add( unManagedi dsrcsyncme thodnone, "Synchroni zation tas ks can’t b e performe d on this computer s ince the s ynchroniza tion metho d is set t o None.") | |||||
| 555 | ErrorMes sages.Add( unManagedi dsrcsyncfi lternoacce ss, "Canno t go offli ne: missin g access r ights on r equired en tity.") | |||||
| 556 | ErrorMes sages.Add( InvalidOff lineOperat ion, "Oper ation not valid when offline." ) | |||||
| 557 | ErrorMes sages.Add( unManagedi dsrcsyncsq lgenericer ror, "unMa nagedidsrc syncsqlgen ericerror" ) | |||||
| 558 | ErrorMes sages.Add( unManagedi dsrcsyncsq lpausederr or, "unMan agedidsrcs yncsqlpaus ederror") | |||||
| 559 | ErrorMes sages.Add( unManagedi dsrcsyncsq lstoppeder ror, "unMa nagedidsrc syncsqlsto ppederror" ) | |||||
| 560 | ErrorMes sages.Add( unManagedi dsrcsyncsu bscription owner, "Th e caller i d does not match the subscript ion owner id. Only subscripti on owners may perfor m subscrip tion opera tions.") | |||||
| 561 | ErrorMes sages.Add( unManagedi dsrcsyncin validsubsc ription, " The specif ied subscr iption doe s not exis t.") | |||||
| 562 | ErrorMes sages.Add( unManagedi dsrcsyncso apparseerr or, "unMan agedidsrcs yncsoappar seerror") | |||||
| 563 | ErrorMes sages.Add( unManagedi dsrcsyncso apreaderro r, "unMana gedidsrcsy ncsoapread error") | |||||
| 564 | ErrorMes sages.Add( unManagedi dsrcsyncso apfaulterr or, "unMan agedidsrcs yncsoapfau lterror") | |||||
| 565 | ErrorMes sages.Add( unManagedi dsrcsyncso apserverer ror, "unMa nagedidsrc syncsoapse rvererror" ) | |||||
| 566 | ErrorMes sages.Add( unManagedi dsrcsyncso apsendfail ed, "unMan agedidsrcs yncsoapsen dfailed") | |||||
| 567 | ErrorMes sages.Add( unManagedi dsrcsyncso apconnfail ed, "unMan agedidsrcs yncsoapcon nfailed") | |||||
| 568 | ErrorMes sages.Add( unManagedi dsrcsyncso apgenfaile d, "unMana gedidsrcsy ncsoapgenf ailed") | |||||
| 569 | ErrorMes sages.Add( unManagedi dsrcsyncms xmlfailed, "unManage didsrcsync msxmlfaile d") | |||||
| 570 | ErrorMes sages.Add( unManagedi dsrcsyncin validsynct ime, "The specified sync time is invalid . Sync ti mes must n ot be earl ier than t hose retur ned by the previous sync. Ple ase reinit ialize you r subscrip tion.") | |||||
| 571 | ErrorMes sages.Add( Attachment Blocked, " The attach ment is ei ther not a valid typ e or is to o large. I t cannot b e uploaded or downlo aded.") | |||||
| 572 | ErrorMes sages.Add( unManagedi dsarticlet emplateisn otactive, "KB articl e template is inacti ve.") | |||||
| 573 | ErrorMes sages.Add( unManagedi dsfulltext operationf ailed, "Fu ll text op eration fa iled.") | |||||
| 574 | ErrorMes sages.Add( unManagedi dsarticlet emplatecon tainsartic les, "Cann ot change article te mplate bec ause there are knowl edge base articles u sing it.") | |||||
| 575 | ErrorMes sages.Add( unManagedi dsqueueorg anizationi dnotmatch, "Callers' organizat ion Id doe s not matc h business unit's org anization Id.") | |||||
| 576 | ErrorMes sages.Add( unManagedi dsqueuemis singbusine ssunitid, "Missing b usinessuni tid.") | |||||
| 577 | ErrorMes sages.Add( SubjectDoe sNotExist, "Subject does not e xist.") | |||||
| 578 | ErrorMes sages.Add( SubjectLoo pBeingCrea ted, "Crea ting this parental a ssociation would cre ate a loop in Subjec ts hierarc hy.") | |||||
| 579 | ErrorMes sages.Add( SubjectLoo pExists, " Loop exist s in the s ubjects hi erarchy.") | |||||
| 580 | ErrorMes sages.Add( InvalidSub mitFromUna pprovedArt icle, "You are tryin g to submi t an artic le that ha s a status of unappr oved. You can only s ubmit an a rticle wit h the stat us of draf t.") | |||||
| 581 | ErrorMes sages.Add( InvalidUnp ublishFrom Unapproved Article, " You are tr ying to un publish an article t hat has a status of unapproved . You can only unpub lish an ar ticle with the statu s of publi sh.") | |||||
| 582 | ErrorMes sages.Add( InvalidApp roveFromDr aftArticle , "You are trying to approve a n article that has a status of draft. Yo u can only approve a n article with the s tatus of u napproved. ") | |||||
| 583 | ErrorMes sages.Add( InvalidUnp ublishFrom DraftArtic le, "You a re trying to unpubli sh an arti cle that h as a statu s of draft . You can only unpub lish an ar ticle with the statu s of publi shed.") | |||||
| 584 | ErrorMes sages.Add( InvalidApp roveFromPu blishedArt icle, "You are tryin g to appro ve an arti cle that h as a statu s of publi shed. You can only a pprove an article wi th the sta tus of una pproved.") | |||||
| 585 | ErrorMes sages.Add( InvalidSub mitFromPub lishedArti cle, "You are trying to submit an articl e that has a status of publish ed. You ca n only sub mit an art icle with the status of draft. ") | |||||
| 586 | ErrorMes sages.Add( QuoteRevis eExistingA ctiveQuote , "Quote c annot be r evised as there alre ady exists another q uote in Dr aft/Active state and with same quote num ber.") | |||||
| 587 | ErrorMes sages.Add( BaseCurren cyNotDelet able, "The base curr ency of an organizat ion cannot be delete d.") | |||||
| 588 | ErrorMes sages.Add( CannotDele teBaseMone yCalculati onAttribut e, "The ba se money c alculation Attribute is not va lid for de letion") | |||||
| 589 | ErrorMes sages.Add( InvalidExc hangeRate, "The exch ange rate is invalid .") | |||||
| 590 | ErrorMes sages.Add( InvalidCur rency, "Th e currency is invali d.") | |||||
| 591 | ErrorMes sages.Add( CurrencyCa nnotBeNull DueToNonNu llMoneyFie lds, "The currency c annot be n ull.") | |||||
| 592 | ErrorMes sages.Add( CannotUpda teProductC urrency, " The curren cy of the product ca nnot be up dated beca use there are associ ated price list item s with pri cing metho d percenta ge.") | |||||
| 593 | ErrorMes sages.Add( InvalidPri ceLevelCur rencyForPr icingMetho d, "The cu rrency of the price list needs to match the curren cy of the product fo r pricing method per centage.") | |||||
| 594 | ErrorMes sages.Add( DiscountTy peAndPrice LevelCurre ncyNotEqua l, "The cu rrency of the discou nt needs t o match th e currency of the pr ice list f or discoun t type amo unt.") | |||||
| 595 | ErrorMes sages.Add( CurrencyRe quiredForD iscountTyp eAmount, " The curren cy cannot be null fo r discount type amou nt.") | |||||
| 596 | ErrorMes sages.Add( RecordAndP ricelistCu rrencyNotE qual, "The currency of the rec ord does n ot match t he currenc y of the p rice list. ") | |||||
| 597 | ErrorMes sages.Add( ExchangeRa teOfBaseCu rrencyNotU pdatable, "The excha nge rate o f the base currency cannot be modified." ) | |||||
| 598 | ErrorMes sages.Add( BaseCurren cyCannotBe Deactivate d, "The ba se currenc y cannot b e deactiva ted.") | |||||
| 599 | ErrorMes sages.Add( DuplicateI soCurrency Code, "Can not insert duplicate currency record. Cu rrency wit h the same currency code alrea dy exist i n the syst em.") | |||||
| 600 | ErrorMes sages.Add( InvalidIso CurrencyCo de, "Inval id ISO cur rency code .") | |||||
| 601 | ErrorMes sages.Add( Percentage DiscountCa nnotHaveCu rrency, "C urrency ca nnot be se t when dis count type is percen tage.") | |||||
| 602 | ErrorMes sages.Add( RecordAndO pportunity CurrencyNo tEqual, "T he currenc y of the r ecord does not match the curre ncy of the price lis t.") | |||||
| 603 | ErrorMes sages.Add( QuoteAndSa lesOrderCu rrencyNotE qual, "The currency of the rec ord does n ot match t he currenc y of the p rice list. ") | |||||
| 604 | ErrorMes sages.Add( SalesOrder AndInvoice CurrencyNo tEqual, "T he currenc y of the r ecord does not match the curre ncy of the price lis t.") | |||||
| 605 | ErrorMes sages.Add( BaseCurren cyOverflow , "The exc hange rate set for t he currenc y specifie d in this record has generated a value f or {0} tha t is large r than the maximum a llowed for the base currency ( {1}).") | |||||
| 606 | ErrorMes sages.Add( BaseCurren cyUnderflo w, "The ex change rat e set for the curren cy specifi ed in this record ha s generate d a value for {0} th at is smal ler than t he minimum allowed f or the bas e currency ({1}).") | |||||
| 607 | ErrorMes sages.Add( CurrencyNo tEqual, "T he currenc y of the { 0} does no t match th e currency of the {1 }.") | |||||
| 608 | ErrorMes sages.Add( UnitNoName , "The uni t name can not be nul l.") | |||||
| 609 | ErrorMes sages.Add( unManagedi dsinvoicec loseapidep recated, " The Invoic e Close AP I is depre cated. It has been r eplaced by the Pay a nd Cancel APIs.") | |||||
| 610 | ErrorMes sages.Add( ProductDoe sNotExist, "The prod uct does n ot exist." ) | |||||
| 611 | ErrorMes sages.Add( ProductKit LoopBeingC reated, "Y ou can’t a dd a kit t o itself." ) | |||||
| 612 | ErrorMes sages.Add( ProductKit LoopExists , "Loop ex ists in th e kit hier archy.") | |||||
| 613 | ErrorMes sages.Add( DiscountPe rcent, "Th e discount type does not suppo rt 'amount ' discount s.") | |||||
| 614 | ErrorMes sages.Add( DiscountAm ount, "The discount type does not suppor t 'percent age' disco unts.") | |||||
| 615 | ErrorMes sages.Add( DiscountAm ountAndPer cent, "Bot h 'amount' and 'perc entage' ca nnot be se t.") | |||||
| 616 | ErrorMes sages.Add( EntityIsUn locked, "T his entity is alread y unlocked .") | |||||
| 617 | ErrorMes sages.Add( EntityIsLo cked, "Thi s entity i s already locked.") | |||||
| 618 | ErrorMes sages.Add( BaseUnitDo esNotExist , "The bas e unit doe s not exis t.") | |||||
| 619 | ErrorMes sages.Add( UnitDoesNo tExist, "T he unit do es not exi st.") | |||||
| 620 | ErrorMes sages.Add( UnitLoopBe ingCreated , "Using t his base u nit would create a l oop in the unit hier archy.") | |||||
| 621 | ErrorMes sages.Add( UnitLoopEx ists, "Loo p exists i n the unit hierarchy .") | |||||
| 622 | ErrorMes sages.Add( QuantityRe adonly, "D o not modi fy the Qua ntity fiel d when you update th e primary unit.") | |||||
| 623 | ErrorMes sages.Add( BaseUnitNo tNull, "Do not use a base unit as the va lue for a primary un it. This v alue shoul d always b e null.") | |||||
| 624 | ErrorMes sages.Add( UnitNotInS chedule, " The unit d oes not ex ist in the specified unit sche dule.") | |||||
| 625 | ErrorMes sages.Add( MissingOpp ortunityId , "The opp ortunity i d is missi ng or inva lid.") | |||||
| 626 | ErrorMes sages.Add( ProductInv alidUnit, "The speci fied unit is not val id for thi s product. ") | |||||
| 627 | ErrorMes sages.Add( ProductMis singUomShe duleId, "T he unit sc hedule id of the pro duct is mi ssing.") | |||||
| 628 | ErrorMes sages.Add( MissingPri ceLevelId, "The pric e level id is missin g.") | |||||
| 629 | ErrorMes sages.Add( MissingPro ductId, "T he product id is mis sing.") | |||||
| 630 | ErrorMes sages.Add( InvalidPri cePerUnit, "The pric e per unit is invali d.") | |||||
| 631 | ErrorMes sages.Add( PriceLevel NameExists , "The nam e already exists.") | |||||
| 632 | ErrorMes sages.Add( PriceLevel NoName, "T he name ca n not be n ull.") | |||||
| 633 | ErrorMes sages.Add( MissingUom Id, "The u nit id is missing.") | |||||
| 634 | ErrorMes sages.Add( ProductInv alidPriceL evelPercen tage, "The pricing p ercentage must be gr eater than or equal to zero an d less tha n 100000." ) | |||||
| 635 | ErrorMes sages.Add( InvalidBas eUnit, "Th e base uni t does not belong to the sched ule.") | |||||
| 636 | ErrorMes sages.Add( MissingUom ScheduleId , "The uni t schedule id is mis sing.") | |||||
| 637 | ErrorMes sages.Add( ParentRead Only, "The parent is read only and canno t be edite d.") | |||||
| 638 | ErrorMes sages.Add( DuplicateP roductPric eLevel, "T his produc t and unit combinati on has a p rice for t his price list.") | |||||
| 639 | ErrorMes sages.Add( ProductInv alidQuanti tyDecimal, "The numb er of deci mal places on the qu antity is invalid.") | |||||
| 640 | ErrorMes sages.Add( ProductPro ductNumber Exists, "T he specifi ed product ID confli cts with t he product ID of an existing r ecord. Spe cify a dif ferent pro duct ID an d try agai n.") | |||||
| 641 | ErrorMes sages.Add( ProductNoP roductNumb er, "The p roduct num ber can no t be null. ") | |||||
| 642 | ErrorMes sages.Add( unManagedi dscannotde activatepr icelevel, "The price level can not be dea ctivated b ecause it is the def ault price level of an account , contact or product .") | |||||
| 643 | ErrorMes sages.Add( BaseUnitNo tDeletable , "The bas e unit of a schedule cannot be deleted." ) | |||||
| 644 | ErrorMes sages.Add( DiscountRa ngeOverlap , "The new quantitie s overlap the range covered by existing quantities .") | |||||
| 645 | ErrorMes sages.Add( LowQuantit yGreaterTh anHighQuan tity, "Low quantity should be less than high quant ity.") | |||||
| 646 | ErrorMes sages.Add( LowQuantit yLessThanZ ero, "Low quantity s hould be g reater tha n zero.") | |||||
| 647 | ErrorMes sages.Add( InvalidSub stitutePro duct, "A p roduct can 't have a relationsh ip with it self.") | |||||
| 648 | ErrorMes sages.Add( InvalidKit Product, " You cannot add a pro duct kit t o itself. Select a d ifferent p roduct or product ki t.") | |||||
| 649 | ErrorMes sages.Add( InvalidKit , "The pro duct is no t a kit.") | |||||
| 650 | ErrorMes sages.Add( InvalidQua ntityDecim alCode, "T he quantit y decimal code is in valid.") | |||||
| 651 | ErrorMes sages.Add( CannotSpec ifyBothPro ductAndPro ductDesc, "You canno t set both 'producti d' and 'pr oductdescr iption' fo r the same record.") | |||||
| 652 | ErrorMes sages.Add( CannotSpec ifyBothUom AndProduct Desc, "You cannot se t both 'uo mid' and ' productdes cription' for the sa me record. ") | |||||
| 653 | ErrorMes sages.Add( unManagedi dsstatedoe snotexist, "The stat e is not v alid for t his object .") | |||||
| 654 | ErrorMes sages.Add( FiscalSett ingsAlread yUpdated, "Fiscal se ttings hav e already been updat ed. They c an be upda ted only o nce.") | |||||
| 655 | ErrorMes sages.Add( unManagedi dssalespeo pleinvalid fiscalcale ndartype, "Invalid f iscal cale ndar type" ) | |||||
| 656 | ErrorMes sages.Add( unManagedi dssalespeo pleinvalid fiscalperi odindex, " Invalid fi scal perio d index") | |||||
| 657 | ErrorMes sages.Add( SalesPeopl eManagerNo tAllowed, "Territory manager c annot belo ng to othe r territor y") | |||||
| 658 | ErrorMes sages.Add( unManagedi dssalespeo pleinvalid territoryo bjecttype, "Territor ies cannot be retrie ved by thi s kind of object") | |||||
| 659 | ErrorMes sages.Add( SalesPeopl eDuplicate CalendarNo tAllowed, "Fiscal ca lendar alr eady exist s for this salespers on/year") | |||||
| 660 | ErrorMes sages.Add( unManagedi dssalespeo pleduplica tecalendar found, "Du plicate fi scal calen dars found for this salesperso n/year") | |||||
| 661 | ErrorMes sages.Add( SalesPeopl eEmptyEffe ctiveDate, "Fiscal c alendar ef fective da te cannot be empty") | |||||
| 662 | ErrorMes sages.Add( SalesPeopl eEmptySale sPerson, " Parent sal esperson c annot be e mpty") | |||||
| 663 | ErrorMes sages.Add( InvalidNum berGroupFo rmat, "Inv alid input string fo r numbergr oupformat. The input string sh ould conta in an arra y of integ ers. Every element i n the valu e array sh ould be be tween one and nine, except for the last element, w hich can b e zero.") | |||||
| 664 | ErrorMes sages.Add( BaseUomNam eNotSpecif ied, "base uomname no t specifie d") | |||||
| 665 | ErrorMes sages.Add( InvalidAct ivityParty Address, " One or mor e activity parties h ave invali d addresse s.") | |||||
| 666 | ErrorMes sages.Add( FaxNoSuppo rt, "The f ax cannot be sent be cause this type of a ttachment is not all owed or do es not sup port virtu al printin g to a fax device.") | |||||
| 667 | ErrorMes sages.Add( FaxNoData, "The fax cannot be sent becau se there i s no data to send. S pecify at least one of the fol lowing: a cover page , a fax at tachment, a fax desc ription.") | |||||
| 668 | ErrorMes sages.Add( InvalidPar tyMapping, "Invalid party mapp ing.") | |||||
| 669 | ErrorMes sages.Add( InvalidAct ivityXml, "Invalid X ml in an a ctivity co nfig file. ") | |||||
| 670 | ErrorMes sages.Add( ActivityIn validObjec tTypeCode, "An Inval id type co de was spe cified by the throwi ng method" ) | |||||
| 671 | ErrorMes sages.Add( ActivityIn validSessi onToken, " An Invalid session t oken was p assed into the throw ing method ") | |||||
| 672 | ErrorMes sages.Add( FaxService NotRunning , "The Mic rosoft Win dows fax s ervice is not runnin g or is no t installe d.") | |||||
| 673 | ErrorMes sages.Add( FaxSendBlo cked, "The recipient is marked as ""Do N ot Fax""." ) | |||||
| 674 | ErrorMes sages.Add( NoDialNumb er, "There is no fax number sp ecified on the fax o r for the recipient. ") | |||||
| 675 | ErrorMes sages.Add( TooManyRec ipients, " Sending to multiple recipients is not su pported.") | |||||
| 676 | ErrorMes sages.Add( MissingRec ipient, "T he fax mus t have a r ecipient b efore it c an be sent .") | |||||
| 677 | ErrorMes sages.Add( unManagedi dsactivity notroutabl e, "This t ype of act ivity is n ot routabl e") | |||||
| 678 | ErrorMes sages.Add( unManagedi dsactivity durationdo esnotmatch , "Activit y duration does not match star t/end time ") | |||||
| 679 | ErrorMes sages.Add( unManagedi dsactivity invaliddur ation, "In valid acti vity durat ion") | |||||
| 680 | ErrorMes sages.Add( unManagedi dsactivity invalidtim eformat, " Invalid ac tivity tim e, check f ormat") | |||||
| 681 | ErrorMes sages.Add( unManagedi dsactivity invalidreg ardingobje ct, "Inval id activit y regardin g object, it probabl y does not exist") | |||||
| 682 | ErrorMes sages.Add( ActivityPa rtyObjectT ypeNotAllo wed, "Cann ot create activity p arty of sp ecified ob ject type. ") | |||||
| 683 | ErrorMes sages.Add( unManagedi dsactivity invalidpar tyobjectty pe, "Activ ity party object typ e is inval id") | |||||
| 684 | ErrorMes sages.Add( unManagedi dsactivity partyobjec tidortypem issing, "A ctivity pa rty object Id or typ e is missi ng") | |||||
| 685 | ErrorMes sages.Add( unManagedi dsactivity invalidobj ecttype, " Activity r egarding o bject type is invali d") | |||||
| 686 | ErrorMes sages.Add( unManagedi dsactivity objectidor typemissin g, "Activi ty regardi ng object Id or type is missin g") | |||||
| 687 | ErrorMes sages.Add( unManagedi dsactivity invalidtyp e, "Invali d activity type code ") | |||||
| 688 | ErrorMes sages.Add( unManagedi dsactivity invalidsta te, "Inval id activit y state") | |||||
| 689 | ErrorMes sages.Add( ContractIn validDates ForRenew, "The start date / en d date of this renew ed contrac t can not overlap wi th any oth er invoice d / active contracts with the same contr act number .") | |||||
| 690 | ErrorMes sages.Add( unManagedi dscontract invalidsta rtdateforr enewedcont ract, "The start dat e of the r enewed con tract can not be ear lier than the end da te of the originatin g contract .") | |||||
| 691 | ErrorMes sages.Add( unManagedi dscontract templateab breviation exists, "T he value f or abbrevi ation alre ady exists .") | |||||
| 692 | ErrorMes sages.Add( ContractIn validPrice , "The pri ce is inva lid.") | |||||
| 693 | ErrorMes sages.Add( unManagedi dscontract invalidtot alallotmen ts, "The t otalallotm ents is in valid.") | |||||
| 694 | ErrorMes sages.Add( ContractIn validContr act, "The contract i s invalid. ") | |||||
| 695 | ErrorMes sages.Add( unManagedi dscontract invalidown er, "The o wner of th e contract is invali d.") | |||||
| 696 | ErrorMes sages.Add( ContractIn validContr actTemplat e, "The co ntract tem plate is i nvalid.") | |||||
| 697 | ErrorMes sages.Add( ContractIn validBillT oCustomer, "The bill -to custom er of the contract i s invalid. ") | |||||
| 698 | ErrorMes sages.Add( ContractIn validBillT oAddress, "The bill- to address of the co ntract is invalid.") | |||||
| 699 | ErrorMes sages.Add( ContractIn validServi ceAddress, "The serv ice addres s of the c ontract is invalid." ) | |||||
| 700 | ErrorMes sages.Add( ContractIn validCusto mer, "The customer o f the cont ract is in valid.") | |||||
| 701 | ErrorMes sages.Add( ContractNo LineItems, "There ar e no contr act line i tems for t his contra ct.") | |||||
| 702 | ErrorMes sages.Add( ContractTe mplateNoAb breviation , "Abbrevi ation can not be NUL L.") | |||||
| 703 | ErrorMes sages.Add( unManagedi dscontract opencasese xist, "The re are ope n cases ag ainst this contract line item. ") | |||||
| 704 | ErrorMes sages.Add( unManagedi dscontract lineitemdo esnotexist , "The con tract line item does not exist .") | |||||
| 705 | ErrorMes sages.Add( unManagedi dscontract doesnotexi st, "The c ontract do es not exi st.") | |||||
| 706 | ErrorMes sages.Add( ContractTe mplateDoes NotExist, "The contr act templa te does no t exist.") | |||||
| 707 | ErrorMes sages.Add( ContractIn validAllot mentTypeCo de, "The a llotment t ype code i s invalid. ") | |||||
| 708 | ErrorMes sages.Add( ContractLi neInvalidS tate, "The state of the contra ct line it em is inva lid.") | |||||
| 709 | ErrorMes sages.Add( ContractIn validState , "The sta te of the contract i s invalid. ") | |||||
| 710 | ErrorMes sages.Add( ContractIn validStart EndDate, " Start date / end dat e or billi ng start d ate / bill ing end da te is inva lid.") | |||||
| 711 | ErrorMes sages.Add( unManagedi dscontract accountmis sing, "Acc ount is re quired to save a con tract.") | |||||
| 712 | ErrorMes sages.Add( unManagedi dscontract unexpected , "An unex pected err or occurre d in Contr acts.") | |||||
| 713 | ErrorMes sages.Add( unManagedi dsevalerro rformatloo kupparamet er, "Error happens w hen evalua ting WFPM_ FORMAT_LOO KUP parame ter.") | |||||
| 714 | ErrorMes sages.Add( unManagedi dsevalerro rformattim ezonecodep arameter, "unManaged idsevalerr orformatti mezonecode parameter" ) | |||||
| 715 | ErrorMes sages.Add( unManagedi dsevalerro rformatdec imalparame ter, "Erro r happens when evalu ating WFPM _FORMAT_DE CIMAL para meter.") | |||||
| 716 | ErrorMes sages.Add( unManagedi dsevalerro rformatint egerparame ter, "Erro r happens when evalu ating WFPM _FORMAT_IN TEGER para meter.") | |||||
| 717 | ErrorMes sages.Add( unManagedi dsevalerro robjecttyp e, "Error happens wh en evaluat ing WFPM_G etObjectTy pe paramet er.") | |||||
| 718 | ErrorMes sages.Add( unManagedi dsevalerro rqueueidpa rameter, " unManagedi dsevalerro rqueueidpa rameter") | |||||
| 719 | ErrorMes sages.Add( unManagedi dsevalerro rformatpic klistparam eter, "Err or happens when eval uating WFP M_FORMAT_P ICKLIST pa rameter.") | |||||
| 720 | ErrorMes sages.Add( unManagedi dsevalerro rformatboo leanparame ter, "Erro r happens when evalu ating WFPM _FORMAT_BO OLEAN para meter.") | |||||
| 721 | ErrorMes sages.Add( unManagedi dsevalerro rformatdat etimeparam eter, "Err or happens when eval uating WFP M_FORMAT_D ATETIME pa rameter.") | |||||
| 722 | ErrorMes sages.Add( unManagedi dsevalerro risnulllis tparameter , "unManag edidsevale rrorisnull listparame ter") | |||||
| 723 | ErrorMes sages.Add( unManagedi dsevalerro rinlistpar ameter, "u nManagedid sevalerror inlistpara meter") | |||||
| 724 | ErrorMes sages.Add( unManagedi dsevalerro rsetactivi typarty, " unManagedi dsevalerro rsetactivi typarty") | |||||
| 725 | ErrorMes sages.Add( unManagedi dsevalerro rremovefro mactivityp arty, "unM anagedidse valerrorre movefromac tivitypart y") | |||||
| 726 | ErrorMes sages.Add( unManagedi dsevalerro rappendtoa ctivitypar ty, "unMan agedidseva lerrorappe ndtoactivi typarty") | |||||
| 727 | ErrorMes sages.Add( unManagedi dsevaltime rerrorcalc ulatesched uletime, " Failed to calculate the schedu le time fo r the time r action." ) | |||||
| 728 | ErrorMes sages.Add( unManagedi dsevaltime rinvalidpa rameternum ber, "Inva lid parame ters for T imer actio n.") | |||||
| 729 | ErrorMes sages.Add( unManagedi dsevalcrea teshouldha ve2paramet ers, "Crea te action should hav e 2 parame ters.") | |||||
| 730 | ErrorMes sages.Add( unManagedi dsevalerro rcreate, " Error in c reate upda te.") | |||||
| 731 | ErrorMes sages.Add( unManagedi dsevalerro rcontainpa rameter, " Error occu rred when evaluating a WFPM_CO NTAIN para meter.") | |||||
| 732 | ErrorMes sages.Add( unManagedi dsevalerro rendwithpa rameter, " Error occu rred when evaluating a WFPM_EN D_WITH par ameter.") | |||||
| 733 | ErrorMes sages.Add( unManagedi dsevalerro rbeginwith parameter, "Error oc curred whe n evaluati ng a WFPM_ BEGIN_WITH parameter .") | |||||
| 734 | ErrorMes sages.Add( unManagedi dsevalerro rstrlenpar ameter, "E rror occur red when e valuating a WFPM_STR LEN parame ter.") | |||||
| 735 | ErrorMes sages.Add( unManagedi dsevalerro rsubstrpar ameter, "E rror occur red when e valuating a WFPM_SUB STR parame ter.") | |||||
| 736 | ErrorMes sages.Add( unManagedi dsevalerro rinvalidre cipient, " Invalid em ail recipi ent.") | |||||
| 737 | ErrorMes sages.Add( unManagedi dsevalerro rinparamet er, "Error occurred when evalu ating a WF PM_IN para meter.") | |||||
| 738 | ErrorMes sages.Add( unManagedi dsevalerro rbetweenpa rameter, " Error occu rred when evaluating a WFPM_BE TWEEN para meter.") | |||||
| 739 | ErrorMes sages.Add( unManagedi dsevalerro rneqparame ter, "Erro r occurred when eval uating a W FPM_NEQ pa rameter.") | |||||
| 740 | ErrorMes sages.Add( unManagedi dsevalerro reqparamet er, "Error occurred when evalu ating a WF PM_EQ para meter.") | |||||
| 741 | ErrorMes sages.Add( unManagedi dsevalerro rleqparame ter, "Erro r occurred when eval uating a W FPM_LEQ pa rameter.") | |||||
| 742 | ErrorMes sages.Add( unManagedi dsevalerro rltparamet er, "Error occurred when evalu ating a WF PM_LT para meter.") | |||||
| 743 | ErrorMes sages.Add( unManagedi dsevalerro rgeqparame ter, "Erro r occurred when eval uating a W FPM_GEQ pa rameter.") | |||||
| 744 | ErrorMes sages.Add( unManagedi dsevalerro rgtparamet er, "Error occurred when evalu ating a WF PM_GT para meter.") | |||||
| 745 | ErrorMes sages.Add( unManagedi dsevalerro rabsparame ter, "Erro r occurred when eval uating a W FPM_ABS pa rameter.") | |||||
| 746 | ErrorMes sages.Add( unManagedi dsevalerro rinvalidpa rameter, " Invalid pa rameter.") | |||||
| 747 | ErrorMes sages.Add( unManagedi dsevalgene ricerror, "Evaluatio n error.") | |||||
| 748 | ErrorMes sages.Add( unManagedi dsevalerro rincidentq ueue, "Fai led to eva luate INCI DENT_QUEUE .") | |||||
| 749 | ErrorMes sages.Add( unManagedi dsevalerro rhalt, "Er ror in act ion halt." ) | |||||
| 750 | ErrorMes sages.Add( unManagedi dsevalerro rexec, "Er ror in act ion exec." ) | |||||
| 751 | ErrorMes sages.Add( unManagedi dsevalerro rposturl, "Error in action pos turl.") | |||||
| 752 | ErrorMes sages.Add( unManagedi dsevalerro rsetstate, "Error in action se t state.") | |||||
| 753 | ErrorMes sages.Add( unManagedi dsevalerro rroute, "E rror in ac tion route .") | |||||
| 754 | ErrorMes sages.Add( unManagedi dsevalerro rupdate, " Error in a ction upda te.") | |||||
| 755 | ErrorMes sages.Add( unManagedi dsevalerro rassign, " Error in a ction assi gn.") | |||||
| 756 | ErrorMes sages.Add( unManagedi dsevalerro remailtemp late, "Err or in acti on email t emplate.") | |||||
| 757 | ErrorMes sages.Add( unManagedi dsevalerro rsendemail , "Error i n action s end email. ") | |||||
| 758 | ErrorMes sages.Add( unManagedi dsevalerro runhandlei ncident, " Error in a ction unha ndle incid ent.") | |||||
| 759 | ErrorMes sages.Add( unManagedi dsevalerro rhandleinc ident, "Er ror in act ion handle incident. ") | |||||
| 760 | ErrorMes sages.Add( unManagedi dsevalerro rcreateinc ident, "Er ror in act ion create incident. ") | |||||
| 761 | ErrorMes sages.Add( unManagedi dsevalerro rnoteattac hment, "Er ror in act ion note a ttachment. ") | |||||
| 762 | ErrorMes sages.Add( unManagedi dsevalerro rcreatenot e, "Error in action create not e.") | |||||
| 763 | ErrorMes sages.Add( unManagedi dsevalerro runhandlea ctivity, " Error in a ction unha ndle activ ity.") | |||||
| 764 | ErrorMes sages.Add( unManagedi dsevalerro rhandleact ivity, "Er ror in act ion handle activity. ") | |||||
| 765 | ErrorMes sages.Add( unManagedi dsevalerro ractivitya ttachment, "Error in action ac tivity att achment.") | |||||
| 766 | ErrorMes sages.Add( unManagedi dsevalerro rcreateact ivity, "Er ror in act ion create activity. ") | |||||
| 767 | ErrorMes sages.Add( unManagedi dsevalerro rdividedby zero, "Div ided by ze ro.") | |||||
| 768 | ErrorMes sages.Add( unManagedi dsevalerro rmoduluspa rameter, " Error occu rred when evaluating a WFPM_MO DULUR para meter.") | |||||
| 769 | ErrorMes sages.Add( unManagedi dsevalerro rmoduluspa rameters, "Modulus p arameter c an have on ly two sub parameters .") | |||||
| 770 | ErrorMes sages.Add( unManagedi dsevalerro rdivisionp arameter, "Error occ urred when evaluatin g a WFPM_D IVISION pa rameter.") | |||||
| 771 | ErrorMes sages.Add( unManagedi dsevalerro rdivisionp arameters, "Division parameter can have only two s ubparamete rs.") | |||||
| 772 | ErrorMes sages.Add( unManagedi dsevalerro rmultiplic ationparam eter, "Err or occurre d when eva luating a WFPM_MULTI PLICATION parameter. ") | |||||
| 773 | ErrorMes sages.Add( unManagedi dsevalerro rsubtracti onparamete r, "Error occurred w hen evalua ting a WFP M_SUBTRACT ION parame ter.") | |||||
| 774 | ErrorMes sages.Add( unManagedi dsevalerro raddparame ter, "Erro r occurred when eval uating a W FPM_ADD pa rameter.") | |||||
| 775 | ErrorMes sages.Add( unManagedi dsevalmiss selectquer y, "Missin g the quer y subparam eter in a select par ameter.") | |||||
| 776 | ErrorMes sages.Add( unManagedi dsevalchan getypeerro r, "Change type erro r.") | |||||
| 777 | ErrorMes sages.Add( unManagedi dsevalallc ompleted, "Evaluatio n complete d and stop further p rocessing. ") | |||||
| 778 | ErrorMes sages.Add( unManagedi dsevalmeta baseattrib utenotmatc hquery, "T he specifi ed refattr ibuteid do es not the query for a WFPM_SE LECT param eter.") | |||||
| 779 | ErrorMes sages.Add( unManagedi dsevalmeta baseentity notmatchqu ery, "The specified refentityi d does not the query for a WFP M_SELECT p arameter." ) | |||||
| 780 | ErrorMes sages.Add( unManagedi dsevalprop ertyisnull , "The req uired prop erty of th e object w as not set .") | |||||
| 781 | ErrorMes sages.Add( unManagedi dsevalmeta baseattrib utenotfoun d, "The sp ecified me tabase att ribute doe s not exis t.") | |||||
| 782 | ErrorMes sages.Add( unManagedi dsevalmeta baseentity compoundke ys, "The s pecified m etabase ob ject has c ompound ke ys. We do not suppor t compound -key entit ies yet.") | |||||
| 783 | ErrorMes sages.Add( unManagedi dsevalprop ertynotfou nd, "The r equired pr operty of the object was not f ound.") | |||||
| 784 | ErrorMes sages.Add( unManagedi dsevalobje ctnotfound , "The req uired obje ct does no t exist.") | |||||
| 785 | ErrorMes sages.Add( unManagedi dsevalcomp leted, "Ev aluation c ompleted." ) | |||||
| 786 | ErrorMes sages.Add( unManagedi dsevalabor ted, "Eval uation abo rted.") | |||||
| 787 | ErrorMes sages.Add( unManagedi dsevalalla borted, "E valuation aborted an d stop fur ther proce ssing.") | |||||
| 788 | ErrorMes sages.Add( unManagedi dsevalassi gnshouldha ve4paramet ers, "Assi gn action should hav e 4 parame ters.") | |||||
| 789 | ErrorMes sages.Add( unManagedi dsevalupda teshouldha ve3paramet ers, "Upda te action should hav e 3 parame ters.") | |||||
| 790 | ErrorMes sages.Add( unManagedi dscpdecryp tfailed, " Decryption of the pa ssword fai led.") | |||||
| 791 | ErrorMes sages.Add( unManagedi dscpencryp tfailed, " Encryption of the su pplied pas sword fail ed.") | |||||
| 792 | ErrorMes sages.Add( unManagedi dscpbadpas sword, "In correct pa ssword for the speci fied custo mer portal user.") | |||||
| 793 | ErrorMes sages.Add( unManagedi dscpuserdo esnotexist , "The cus tomer port al user do es not exi st, or the password was incorr ect.") | |||||
| 794 | ErrorMes sages.Add( unManagedi dsdataacce ssunexpect ed, "Unexp ected erro r in data access. D B Connecti on may not have been opened su ccessfully .") | |||||
| 795 | ErrorMes sages.Add( unManagedi dspropbaga ttributeal readyset, "One of th e attribut es passed has alread y been set ") | |||||
| 796 | ErrorMes sages.Add( unManagedi dspropbaga ttributeno tnullable, "One of t he attribu tes passed cannot be NULL") | |||||
| 797 | ErrorMes sages.Add( unManagedi dsrspropba gdbinfoalr eadyset, " The DB inf o for the recordset property b ag has alr eady been set.") | |||||
| 798 | ErrorMes sages.Add( unManagedi dsrspropba gdbinfonot set, "The DB info fo r the reco rdset prop erty bag h as not bee n set.") | |||||
| 799 | ErrorMes sages.Add( unManagedi dspropbagc olloutofra nge, "The bag index in the col lection wa s out of r ange.") | |||||
| 800 | ErrorMes sages.Add( unManagedi dspropbagn ullpropert y, "The sp ecified pr operty was null in t he propert y bag.") | |||||
| 801 | ErrorMes sages.Add( unManagedi dspropbagn ointerface , "The pro perty bag interface could not be found." ) | |||||
| 802 | ErrorMes sages.Add( unManagedM issingObje ctType, "O bject type must be s pecified f or one of the attrib utes.") | |||||
| 803 | ErrorMes sages.Add( unManagedO bjectTypeU nexpected, "Object t ype was sp ecified fo r one of t he attribu tes that d oes not al low it.") | |||||
| 804 | ErrorMes sages.Add( BusinessUn itCannotBe Disabled, "Business unit canno t be disab led: no ac tive user with syste m admin ro le exists outside of business unit subtr ee.") | |||||
| 805 | ErrorMes sages.Add( BusinessUn itIsNotDis abledAndCa nnotBeDele ted, "Not disabled b usiness un it cannot be deleted .") | |||||
| 806 | ErrorMes sages.Add( BusinessUn itHasChild AndCannotB eDeleted, "Business unit has a child bus iness unit and canno t be delet ed.") | |||||
| 807 | ErrorMes sages.Add( BusinessUn itDefaultT eamOwnsRec ords, "Bus iness unit default t eam owns r ecords. Bu siness uni t cannot b e deleted. ") | |||||
| 808 | ErrorMes sages.Add( RootBusine ssUnitCann otBeDisabl ed, "Root Business u nit cannot be disabl ed.") | |||||
| 809 | ErrorMes sages.Add( unManagedi dspropbagp ropertynot found, "Th e specifie d property was not f ound in th e property bag.") | |||||
| 810 | ErrorMes sages.Add( ReadOnlyUs erNotSuppo rted, "The read-only access mo de is not supported" ) | |||||
| 811 | ErrorMes sages.Add( SupportUse rCannotBeC reateNorUp dated, "Th e support user canno t be updat ed") | |||||
| 812 | ErrorMes sages.Add( DelegatedA dminUserCa nnotBeCrea teNorUpdat ed, "The d elegated a dmin user cannot be updated") | |||||
| 813 | ErrorMes sages.Add( Applicatio nUserCanno tBeUpdated , "The use r represen ting an OA uth applic ation cann ot not be updated") | |||||
| 814 | ErrorMes sages.Add( Applicatio nNotRegist eredWithDe ployment, "Applicati on needs t o be regis tered and enabled at deploymen t level be fore it ca n be creat ed for thi s organiza tion") | |||||
| 815 | ErrorMes sages.Add( InvalidOAu thToken, " The OAuth token is i nvalid") | |||||
| 816 | ErrorMes sages.Add( ExpiredOAu thToken, " The OAuth token has expired") | |||||
| 817 | ErrorMes sages.Add( CannotAssi gnRolesToS upportUser , "The sup port user are read-o nly, which cannot be assigned with other roles") | |||||
| 818 | ErrorMes sages.Add( CannotMake SelfReadOn lyUser, "Y ou cannot make yours elf a read only user ") | |||||
| 819 | ErrorMes sages.Add( CannotMake ReadOnlyUs er, "A use r cannot b e made a r ead only u ser if the y are the last non r ead only u ser that h as the Sys tem Admini strator Ro le.") | |||||
| 820 | ErrorMes sages.Add( unManagedi dsbizmgmtc antchangeo rgname, "T he organiz ation name cannot be changed." ) | |||||
| 821 | ErrorMes sages.Add( MultipleOr ganization sNotAllowe d, "Only o ne organiz ation and one root b usiness ar e allowed. ") | |||||
| 822 | ErrorMes sages.Add( UserSettin gsInvalidA dvancedFin dStartupMo de, "Inval id advance d find sta rtup mode. ") | |||||
| 823 | ErrorMes sages.Add( UserSettin gsInvalidS earchExper ienceValue , "Invalid search ex perience v alue.") | |||||
| 824 | ErrorMes sages.Add( CannotModi fySpecialU ser, "No m odificatio ns to the 'SYSTEM' o r 'INTEGRA TION' user are permi tted.") | |||||
| 825 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotaddlo caluser, " A local us er cannot be added t o the CRM. ") | |||||
| 826 | ErrorMes sages.Add( CannotModi fySysAdmin , "The Sys tem Admini strator Ro le cannot be modifie d.") | |||||
| 827 | ErrorMes sages.Add( CannotModi fySupportU ser, "The Support Us er Role ca nnot be mo dified.") | |||||
| 828 | ErrorMes sages.Add( CannotAssi gnSupportU ser, "The Support Us er Role ca nnot be as signed to a user.") | |||||
| 829 | ErrorMes sages.Add( CannotRemo veFromSupp ortUser, " A user can not be rem oved from the Suppor t User Rol e.") | |||||
| 830 | ErrorMes sages.Add( CannotCrea teFromSupp ortUser, " Cannot cre ate a role from Supp ort User R ole.") | |||||
| 831 | ErrorMes sages.Add( CannotUpda teSupportU ser, "Cann ot update the Suppor t User Rol e.") | |||||
| 832 | ErrorMes sages.Add( CannotRemo veFromSysA dmin, "A u ser cannot be remove d from the System Ad ministrato r Role if they are t he only us er that ha s the role .") | |||||
| 833 | ErrorMes sages.Add( CannotDisa bleSysAdmi n, "A user cannot be disabled if they ar e the only user that has the S ystem Admi nistrator Role.") | |||||
| 834 | ErrorMes sages.Add( CannotDele teSysAdmin , "The Sys tem Admini strator Ro le cannot be deleted .") | |||||
| 835 | ErrorMes sages.Add( CannotDele teSupportU ser, "The Support Us er Role ca nnot be de leted.") | |||||
| 836 | ErrorMes sages.Add( CannotDele teSystemCu stomizer, "The Syste m Customiz er Role ca nnot be de leted.") | |||||
| 837 | ErrorMes sages.Add( CannotCrea teSyncUser ObjectMiss ing, "This is not a valid Micr osoft Onli ne Service s ID for t his organi zation.") | |||||
| 838 | ErrorMes sages.Add( CannotUpda teSyncUser IsLicensed Field, "Th e property IsLicense d cannot b e modified .") | |||||
| 839 | ErrorMes sages.Add( CannotCrea teSyncUser IsLicensed Field, "Th e property IsLicense d cannot b e set for Sync User Creation." ) | |||||
| 840 | ErrorMes sages.Add( CannotUpda teSyncUser IsSyncWith DirectoryF ield, "The property IsSyncUser WithDirect ory cannot be modifi ed.") | |||||
| 841 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotreada ccountcont rol, "Insu fficient p ermissions to the sp ecified Ac tive Direc tory user. Contact y our System Administr ator.") | |||||
| 842 | ErrorMes sages.Add( UserAlread yExists, " The specif ied Active Directory user alre ady exists as a CRM user.") | |||||
| 843 | ErrorMes sages.Add( unManagedi dsbizmgmtu sersetting snotcreate d, "The sp ecified us er's setti ngs have n ot yet bee n created. ") | |||||
| 844 | ErrorMes sages.Add( ObjectNotF oundInAD, "The objec t does not exist in active dir ectory.") | |||||
| 845 | ErrorMes sages.Add( GenericAct iveDirecto ryError, " Active Dir ectory Err or.") | |||||
| 846 | ErrorMes sages.Add( unManagedi dsbizmgmtn oparentbus iness, "Th e specifie d business does not have a par ent busine ss.") | |||||
| 847 | ErrorMes sages.Add( ParentUser DoesNotExi st, "The p arent user Id is inv alid.") | |||||
| 848 | ErrorMes sages.Add( ChildUserD oesNotExis t, "The ch ild user I d is inval id.") | |||||
| 849 | ErrorMes sages.Add( UserLoopBe ingCreated , "You can not set th e selected user as t he manager for this user becau se the sel ected user is either already t he manager or is in the user's immediate managemen t hierarch y. Either select an other user to be the manager o r do not u pdate the record.") | |||||
| 850 | ErrorMes sages.Add( UserLoopEx ists, "A m anager for this user cannot be set becau se an exis ting relat ionship in the manag ement hier archy is c ausing a c ircular re lationship . This is usually c aused by a manual ed it of the Microsoft Dynamics C RM databas e. To fix this, the hierarchy in the dat abase must be change d to remov e the circ ular relat ionship.") | |||||
| 851 | ErrorMes sages.Add( ParentBusi nessDoesNo tExist, "T he parent business I d is inval id.") | |||||
| 852 | ErrorMes sages.Add( ChildBusin essDoesNot Exist, "Th e child bu sinesss Id is invali d.") | |||||
| 853 | ErrorMes sages.Add( BusinessMa nagementLo opBeingCre ated, "Cre ating this parental associatio n would cr eate a loo p in busin ess hierar chy.") | |||||
| 854 | ErrorMes sages.Add( BusinessMa nagementLo opExists, "Loop exis ts in the business h ierarchy." ) | |||||
| 855 | ErrorMes sages.Add( BusinessMa nagementIn validUserI d, "The us er Id(s) [ {0}] is in valid.") | |||||
| 856 | ErrorMes sages.Add( unManagedi dsbizmgmtu serdoesnot haveparent , "This us er does no t have a p arent user .") | |||||
| 857 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotenabl eprovision , "This is a provisi oned root- business. Use IBizPr ovision::E nable to e nable this root-busi ness.") | |||||
| 858 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotenabl ebusiness, "This is a sub-busi ness. Use IBizMercha nt::Enable to enable this sub- business." ) | |||||
| 859 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotdisab leprovisio n, "This i s a provis ioned root -business. Use IBizP rovision:: Disable to disable t his root-b usiness.") | |||||
| 860 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotdisab lebusiness , "This bu siness uni t cannot b e disabled .") | |||||
| 861 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotdelet eprovision , "This is a provisi oned root- business. Use IBizPr ovision::D elete to d elete this root-busi ness.") | |||||
| 862 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotdelet ebusiness, "This is a sub-busi ness. Use IBizMercha nt::Delete to delete this sub- business." ) | |||||
| 863 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotremov epartnersh ipdefaultu ser, "The default us er of a pa rtnership can not be removed." ) | |||||
| 864 | ErrorMes sages.Add( unManagedi dsbizmgmtp artnership notinpendi ngstatus, "The partn ership has been acce pted or de clined.") | |||||
| 865 | ErrorMes sages.Add( unManagedi dsbizmgmtd efaultuser notinpartn erbusiness , "The def ault user is not fro m partner business." ) | |||||
| 866 | ErrorMes sages.Add( unManagedi dsbizmgmtc allernotin partnerbus iness, "Th e caller i s not from partner b usiness.") | |||||
| 867 | ErrorMes sages.Add( unManagedi dsbizmgmtd efaultuser notinprima rybusiness , "The def ault user is not fro m primary business." ) | |||||
| 868 | ErrorMes sages.Add( unManagedi dsbizmgmtc allernotin primarybus iness, "Th e caller i s not from primary b usiness.") | |||||
| 869 | ErrorMes sages.Add( unManagedi dsbizmgmtp artnership alreadyexi sts, "A pa rtnership between sp ecified pr imary busi ness and p artner bus iness alre ady exists .") | |||||
| 870 | ErrorMes sages.Add( unManagedi dsbizmgmtp rimarysame aspartner, "The prim ary busine ss is the same as pa rtner busi ness.") | |||||
| 871 | ErrorMes sages.Add( unManagedi dsbizmgmtm isspartner business, "The partn ership par tner busin ess was un expectedly missing." ) | |||||
| 872 | ErrorMes sages.Add( unManagedi dsbizmgmtm issprimary business, "The partn ership pri mary busin ess was un expectedly missing." ) | |||||
| 873 | ErrorMes sages.Add( InvalidAcc essModeTra nsition, " The client access li cense cann ot be chan ged becaus e the user does not have a Mic rosoft Dyn amics CRM Online lic ense. To c hange the access mod e, you mus t first ad d a licens e for this user in t he Microso ft Online Service po rtal.") | |||||
| 874 | ErrorMes sages.Add( MissingTea mName, "Th e team nam e was unex pectedly m issing.") | |||||
| 875 | ErrorMes sages.Add( TeamAdmini stratorMis sedPrivile ge, "The t eam admini strator do es not hav e privileg e read tea m.") | |||||
| 876 | ErrorMes sages.Add( CannotDisa bleTenantA dmin, "Use rs who are granted t he Microso ft Office 365 Global administr ator or Se rvice admi nistrator role canno t be disab led in Mic rosoft Dyn amics CRM Online. Yo u must fir st remove the Micros oft Office 365 role, and then try again. ") | |||||
| 877 | ErrorMes sages.Add( CannotRemo veTenantAd minFromSys AdminRole, "Users wh o are gran ted the Mi crosoft Of fice 365 G lobal admi nistrator or Service administr ator role cannot be removed fr om the Mic rosoft Dyn amics CRM System Adm inistrator security role. You must first remove th e Microsof t Office 3 65 role, a nd then tr y again.") | |||||
| 878 | ErrorMes sages.Add( UserNotInP arentHiera rchy, "The user is n ot in pare nt user's business h ierarchy." ) | |||||
| 879 | ErrorMes sages.Add( unManagedi dsbizmgmtu sercannotb eownparent , "The use r can not be its own parent us er.") | |||||
| 880 | ErrorMes sages.Add( unManagedi dsbizmgmtc annotmoved efaultuser , "unManag edidsbizmg mtcannotmo vedefaultu ser") | |||||
| 881 | ErrorMes sages.Add( unManagedi dsbizmgmtb usinesspar entdiffmer chant, "Th e business is not in the same merchant a s parent b usiness.") | |||||
| 882 | ErrorMes sages.Add( unManagedi dsbizmgmtd efaultuser notinbusin ess, "The default us er is not in the bus iness.") | |||||
| 883 | ErrorMes sages.Add( unManagedi dsbizmgmtm issparentb usiness, " The parent business was unexpe ctedly mis sing.") | |||||
| 884 | ErrorMes sages.Add( unManagedi dsbizmgmtm issuserdom ainname, " The user's domain na me was une xpectedly missing.") | |||||
| 885 | ErrorMes sages.Add( unManagedi dsbizmgmtm issbusines sname, "Th e business name was unexpected ly missing .") | |||||
| 886 | ErrorMes sages.Add( unManagedi dsxmlinval idread, "A field tha t is not v alid for r ead was sp ecified") | |||||
| 887 | ErrorMes sages.Add( unManagedi dsxmlinval idfield, " An invalid value was passed in for a fie ld") | |||||
| 888 | ErrorMes sages.Add( unManagedi dsxmlinval identityat tributes, "Invalid a ttributes" ) | |||||
| 889 | ErrorMes sages.Add( unManagedi dsxmlunexp ected, "An unexpecte d error ha s occurred ") | |||||
| 890 | ErrorMes sages.Add( unManagedi dsxmlparse error, "A parse erro r was enco untered in the XML") | |||||
| 891 | ErrorMes sages.Add( unManagedi dsxmlinval idcollecti onname, "T he collect ion name s pecified i s incorrec t") | |||||
| 892 | ErrorMes sages.Add( unManagedi dsxmlinval idupdate, "A field t hat is not valid for update wa s specifie d") | |||||
| 893 | ErrorMes sages.Add( unManagedi dsxmlinval idcreate, "A field t hat is not valid for create wa s specifie d") | |||||
| 894 | ErrorMes sages.Add( unManagedi dsxmlinval identityna me, "The e ntity name specified is incorr ect") | |||||
| 895 | ErrorMes sages.Add( unManagedi dsnotesnoa ttachment, "The spec ified note has no at tachments. ") | |||||
| 896 | ErrorMes sages.Add( unManagedi dsnotesloo pbeingcrea ted, "Crea ting this parental a ssociation would cre ate a loop in the an notation h ierarchy." ) | |||||
| 897 | ErrorMes sages.Add( unManagedi dsnotesloo pexists, " A loop exi sts in the annotatio n hierarch y.") | |||||
| 898 | ErrorMes sages.Add( unManagedi dsnotesalr eadyattach ed, "The s pecified n ote is alr eady attac hed to an object.") | |||||
| 899 | ErrorMes sages.Add( unManagedi dsnotesnot edoesnotex ist, "The specified note does not exist. ") | |||||
| 900 | ErrorMes sages.Add( Duplicated Privilege, "Privileg e {0} is d uplicated. ") | |||||
| 901 | ErrorMes sages.Add( MemberHasA lreadyBeen Contacted, "This mar keting lis t member w as not con tacted, be cause the member has previousl y received this comm unication. ") | |||||
| 902 | ErrorMes sages.Add( TeamInWron gBusiness, "The team belongs t o a differ ent busine ss unit th an the rol e.") | |||||
| 903 | ErrorMes sages.Add( unManagedi dsrolesdel etenonpare ntrole, "C annot dele te a role that is in herited fr om a paren t business .") | |||||
| 904 | ErrorMes sages.Add( InvalidPri vilegeDept h, "Invali d privileg e depth.") | |||||
| 905 | ErrorMes sages.Add( unManagedi dsrolesinv alidrolena me, "The r ole name i s invalid. ") | |||||
| 906 | ErrorMes sages.Add( UserInWron gBusiness, "The user belongs t o a differ ent busine ss unit th an the rol e.") | |||||
| 907 | ErrorMes sages.Add( unManagedi dsrolesmis sprivid, " The privil ege ID was unexpecte dly missin g.") | |||||
| 908 | ErrorMes sages.Add( unManagedi dsrolesmis srolename, "The role name was unexpected ly missing .") | |||||
| 909 | ErrorMes sages.Add( unManagedi dsrolesmis sbusinessi d, "The ro le's busin ess unit I D was unex pectedly m issing.") | |||||
| 910 | ErrorMes sages.Add( unManagedi dsrolesmis sroleid, " The role I D was unex pectedly m issing.") | |||||
| 911 | ErrorMes sages.Add( unManagedi dsrolesinv alidtempla teid, "Inv alid role template I D.") | |||||
| 912 | ErrorMes sages.Add( RoleAlread yExists, " A role wit h the spec ified name already e xists.") | |||||
| 913 | ErrorMes sages.Add( unManagedi dsrolesrol edoesnotex ist, "The specified role does not exist. ") | |||||
| 914 | ErrorMes sages.Add( unManagedi dsrolesinv alidroleid , "Invalid role ID." ) | |||||
| 915 | ErrorMes sages.Add( unManagedi dsrolesinv alidroleda ta, "The r ole data i s invalid. ") | |||||
| 916 | ErrorMes sages.Add( QueryBuild erNoEntity Key, "The specified entitykey was not fo und.") | |||||
| 917 | ErrorMes sages.Add( QueryBuild erInvalidA ttributeVa lue, "The attribute value prov ided is in valid.") | |||||
| 918 | ErrorMes sages.Add( QueryBuild erSerializ ationInval idIsQuickF indFilter, "The only valid val ues for is quickfindf ields attr ibute are 'true', 'f alse', '1' , and '0'. ") | |||||
| 919 | ErrorMes sages.Add( QueryBuild erAttribut eCannotBeG roupByAndA ggregate, "An attrib ute can ei ther be an aggregate or a Grou p By but n ot both") | |||||
| 920 | ErrorMes sages.Add( SqlArithme ticOverflo wError, "A SQL arith metic over flow error occurred" ) | |||||
| 921 | ErrorMes sages.Add( QueryBuild erInvalidD ateGroupin g, "An inv alid value was speci fied for d ategroupin g.") | |||||
| 922 | ErrorMes sages.Add( QueryBuild erAliasReq uiredForAg gregateOrd erBy, "An alias is r equired fo r an order clause fo r an aggre gate Query .") | |||||
| 923 | ErrorMes sages.Add( QueryBuild erAttribut eRequiredF orNonAggre gateOrderB y, "An att ribute is required f or an orde r clause f or a non-a ggregate Q uery.") | |||||
| 924 | ErrorMes sages.Add( QueryBuild erAliasNot AllowedFor NonAggrega teOrderBy, "An alias cannot be specified for an or der clause for a non -aggregate Query. Us e an attri bute.") | |||||
| 925 | ErrorMes sages.Add( QueryBuild erAttribut eNotAllowe dForAggreg ateOrderBy , "An attr ibute cann ot be spec ified for an order c lause for an aggrega te Query. Use an ali as.") | |||||
| 926 | ErrorMes sages.Add( QueryBuild erDuplicat eAlias, "F etchXML sh ould have unique ali ases.") | |||||
| 927 | ErrorMes sages.Add( QueryBuild erInvalidA ggregateAt tribute, " Aggregate {0} is not supported for attri bute of ty pe {1}.") | |||||
| 928 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid GroupBy, " The only v alid value s for grou pby attrib ute are 't rue', 'fal se', '1', and '0'.") | |||||
| 929 | ErrorMes sages.Add( QueryBuild erNoAttrsD istinctCon flict, "Th e no-attrs tag canno t be used in conjuct ion with D istinct se t to true. ") | |||||
| 930 | ErrorMes sages.Add( QueryBuild erInvalidP agingCooki e, "Invali d page num ber in pag ing cookie .") | |||||
| 931 | ErrorMes sages.Add( QueryBuild erPagingOr derBy, "Or der by col umns do no t match th ose in pag ing cookie .") | |||||
| 932 | ErrorMes sages.Add( QueryBuild erEntities DontMatch, "The enti ty name sp ecified in fetchxml does not m atch the e ntity name specified in the En tity or Qu ery Expres sion.") | |||||
| 933 | ErrorMes sages.Add( QueryBuild erLinkNode ForOrderNo tFound, "C onverting from Query to Entity Expression failed. L ink Node f or order w as not fou nd.") | |||||
| 934 | ErrorMes sages.Add( QueryBuild erDeserial izeNoDocEl emXml, "Do cument Ele ment can't be null." ) | |||||
| 935 | ErrorMes sages.Add( QueryBuild erDeserial izeEmptyXm l, "Xml St ring can't be null." ) | |||||
| 936 | ErrorMes sages.Add( QueryBuild erElementN otFound, " A required element w as not spe cified.") | |||||
| 937 | ErrorMes sages.Add( QueryBuild erInvalidF ilterType, "Unsuppor ted filter type. Val id values are 'and', or 'or'." ) | |||||
| 938 | ErrorMes sages.Add( QueryBuild erInvalidJ oinOperato r, "Unsupp orted join operator. ") | |||||
| 939 | ErrorMes sages.Add( QueryBuild erInvalidC onditionOp erator, "U nsupported condition operator. ") | |||||
| 940 | ErrorMes sages.Add( QueryBuild erInvalidO rderType, "A valid o rder type must be se t in the o rder befor e calling this metho d.") | |||||
| 941 | ErrorMes sages.Add( QueryBuild erAttribut eNotFound, "A requir ed attribu te was not specified .") | |||||
| 942 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid UtcOffset, "The utc- offset att ribute is not suppor ted for de serializat ion.") | |||||
| 943 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid Node, "The element n ode encoun tered is i nvalid.") | |||||
| 944 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid GetMinActi veRowVersi on, "The o nly valid values for GetMinAct iveRowVers ion attrib ute are 't rue', 'fal se', '1', and '0'.") | |||||
| 945 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid Aggregate, "An error occurred while proc essing Agg regates in Query") | |||||
| 946 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid Descending , "The onl y valid va lues for d escending attribute are 'true' , 'false', '1', and '0'.") | |||||
| 947 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid NoLock, "T he only va lid values for no-lo ck attribu te are 'tr ue', 'fals e', '1', a nd '0'.") | |||||
| 948 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid LinkType, "The only valid valu es for lin k-type att ribute are 'natural' , 'inner', and 'oute r'.") | |||||
| 949 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid Mapping, " The only v alid value s for mapp ing are 'l ogical' or 'internal ' which is deprecate d.") | |||||
| 950 | ErrorMes sages.Add( QueryBuild erDeserial izeInvalid Distinct, "The only valid valu es for dis tinct attr ibute are 'true', 'f alse', '1' , and '0'. ") | |||||
| 951 | ErrorMes sages.Add( QueryBuild erSerialze LinkTopCri teria, "Fe tch does n ot support where cla use with c onditions from linke ntity.") | |||||
| 952 | ErrorMes sages.Add( QueryBuild erColumnSe tVersionMi ssing, "Th e specifie d columnse t version is invalid .") | |||||
| 953 | ErrorMes sages.Add( QueryBuild erInvalidC olumnSetVe rsion, "Th e specifie d columnse t version is invalid .") | |||||
| 954 | ErrorMes sages.Add( QueryBuild erAttribut ePairMisma tch, "Attr ibuteFrom and Attrib uteTo must be either both spec ified or b oth omitte d.") | |||||
| 955 | ErrorMes sages.Add( QueryBuild erByAttrib uteNonEmpt y, "QueryB yAttribute must spec ify a non- empty attr ibute arra y.") | |||||
| 956 | ErrorMes sages.Add( QueryBuild erByAttrib uteMismatc h, "QueryB yAttribute must spec ify a non- empty valu e array wi th the sam e number o f elements as in the attribute s array.") | |||||
| 957 | ErrorMes sages.Add( QueryBuild erMultiple IntersectE ntities, " More than one inters ect entity exists be tween the two entiti es specifi ed.") | |||||
| 958 | ErrorMes sages.Add( QueryBuild erReportVi ew_Does_No t_Exist, " A report v iew does n ot exist f or the spe cified ent ity.") | |||||
| 959 | ErrorMes sages.Add( QueryBuild erValue_Gr eaterThanZ ero, "A va lue greate r than zer o must be specified. ") | |||||
| 960 | ErrorMes sages.Add( QueryBuild erNoAlias, "No alias for the g iven entit y in the c ondition w as found." ) | |||||
| 961 | ErrorMes sages.Add( QueryBuild erAlias_Do es_Not_Exi st, "The s pecified a lias for t he given e ntity in t he conditi on does no t exist.") | |||||
| 962 | ErrorMes sages.Add( QueryBuild erInvalid_ Alias, "In valid alia s for aggr egate oper ation.") | |||||
| 963 | ErrorMes sages.Add( QueryBuild erInvalid_ Value, "In valid valu e specifie d for type .") | |||||
| 964 | ErrorMes sages.Add( QueryBuild erAttribut e_With_Agg regate, "A ttributes can not be returned when aggre gate opera tion is sp ecified.") | |||||
| 965 | ErrorMes sages.Add( QueryBuild erBad_Cond ition, "In correct fi lter condi tion or co nditions." ) | |||||
| 966 | ErrorMes sages.Add( QueryBuild erNoAttrib ute, "The specified attribute does not e xist on th is entity. ") | |||||
| 967 | ErrorMes sages.Add( QueryBuild erNoEntity , "The spe cified ent ity was no t found.") | |||||
| 968 | ErrorMes sages.Add( QueryBuild erUnexpect ed, "An un expected e rror occur red.") | |||||
| 969 | ErrorMes sages.Add( QueryBuild erInvalidU pdate, "An attempt w as made to update a non-update able field .") | |||||
| 970 | ErrorMes sages.Add( QueryBuild erInvalidL ogicalOper ator, "Uns upported l ogical ope rator: {0} . Accepte d values a re ('and', 'or').") | |||||
| 971 | ErrorMes sages.Add( unManagedi dsmetadata norelation ship, "The relations hip does n ot exist") | |||||
| 972 | ErrorMes sages.Add( MetadataNo Mapping, " The mappin g between specified entities d oes not ex ist") | |||||
| 973 | ErrorMes sages.Add( MetadataNo tSerializa ble, "The given meta data entit y is not s erializabl e") | |||||
| 974 | ErrorMes sages.Add( unManagedi dsmetadata noentity, "The speci fied entit y does not exist") | |||||
| 975 | ErrorMes sages.Add( unManagedi dscommunic ationsnose nderaddres s, "The se nder does not have a n email ad dress on t he party r ecord") | |||||
| 976 | ErrorMes sages.Add( unManagedi dscommunic ationstemp lateinvali dtemplate, "The temp late body is invalid ") | |||||
| 977 | ErrorMes sages.Add( unManagedi dscommunic ationsnopa rticipatio nmask, "Pa rticipatio n type is missing fr om an acti vity") | |||||
| 978 | ErrorMes sages.Add( unManagedi dscommunic ationsnore cipients, "At least one system user or q ueue in th e organiza tion must be a recip ient") | |||||
| 979 | ErrorMes sages.Add( EmailRecip ientNotSpe cified, "T he e-mail must have at least o ne recipie nt before it can be sent") | |||||
| 980 | ErrorMes sages.Add( unManagedi dscommunic ationsnose nder, "No email addr ess was sp ecified, a nd the cal ling user does not h ave an ema il address set") | |||||
| 981 | ErrorMes sages.Add( unManagedi dscommunic ationsbads ender, "Mo re than on e sender s pecified") | |||||
| 982 | ErrorMes sages.Add( unManagedi dscommunic ationsnopa rtyaddress , "Object address no t found on party or party is m arked as n on-emailab le") | |||||
| 983 | ErrorMes sages.Add( unManagedi dsjournali ngmissingi ncidentid, "Incident Id missed .") | |||||
| 984 | ErrorMes sages.Add( unManagedi dsjournali ngmissingc ontactid, "Contact I d missed." ) | |||||
| 985 | ErrorMes sages.Add( unManagedi dsjournali ngmissingo pportunity id, "Oppor tunity Id missed.") | |||||
| 986 | ErrorMes sages.Add( unManagedi dsjournali ngmissinga ccountid, "Account I d missed." ) | |||||
| 987 | ErrorMes sages.Add( unManagedi dsjournali ngmissingl eadid, "Le ad Id miss ed.") | |||||
| 988 | ErrorMes sages.Add( unManagedi dsjournali ngmissinge venttype, "Event typ e missed." ) | |||||
| 989 | ErrorMes sages.Add( unManagedi dsjournali nginvalide venttype, "Invalid e vent type. ") | |||||
| 990 | ErrorMes sages.Add( unManagedi dsjournali ngmissinge ventdirect ion, "Even t directio n code mis sed.") | |||||
| 991 | ErrorMes sages.Add( unManagedi dsjournali ngunsuppor tedobjectt ype, "Unsu pported ty pe of obje cts passed in operat ion.") | |||||
| 992 | ErrorMes sages.Add( SdkEntityD oesNotSupp ortMessage , "The met hod being invoked do es not sup port provi ded entity type.") | |||||
| 993 | ErrorMes sages.Add( Opportunit yAlreadyIn OpenState, "The oppo rtunity is already i n the open state.") | |||||
| 994 | ErrorMes sages.Add( LeadAlread yInClosedS tate, "The lead is a lready clo sed.") | |||||
| 995 | ErrorMes sages.Add( LeadAlread yInOpenSta te, "The l ead is alr eady in th e open sta te.") | |||||
| 996 | ErrorMes sages.Add( CustomerIs Inactive, "An inacti ve custome r cannot b e set as t he parent of an obje ct.") | |||||
| 997 | ErrorMes sages.Add( Opportunit yCannotBeC losed, "Th e opportun ity cannot be closed .") | |||||
| 998 | ErrorMes sages.Add( Opportunit yIsAlready Closed, "T he opportu nity is al ready clos ed.") | |||||
| 999 | ErrorMes sages.Add( unManagedi dscustomer addresstyp einvalid, "Invalid c ustomer ad dress type .") | |||||
| 1000 | ErrorMes sages.Add( unManagedi dsleadnota ssignedtoc aller, "Th e lead is not being assigned t o the call er for acc eptance.") | |||||
| 1001 | ErrorMes sages.Add( unManagedi dscontacth aschildopp ortunities , "The Con tact has c hild oppor tunities." ) | |||||
| 1002 | ErrorMes sages.Add( unManagedi dsaccounth aschildopp ortunities , "The Acc ount has c hild oppor tunities." ) | |||||
| 1003 | ErrorMes sages.Add( unManagedi dsleadonea ccount, "A lead can be associa ted with o nly one ac count.") | |||||
| 1004 | ErrorMes sages.Add( unManagedi dsopportun ityorphan, "Removing this asso ciation wi ll make th e opportun ity an orp han.") | |||||
| 1005 | ErrorMes sages.Add( unManagedi dsopportun ityoneacco unt, "An o pportunity can be as sociated w ith only o ne account .") | |||||
| 1006 | ErrorMes sages.Add( unManagedi dsleaduser cannotreje ct, "The u ser does n ot have th e privileg e to rejec t a lead, so he cann ot be assi gned the l ead for ac ceptance." ) | |||||
| 1007 | ErrorMes sages.Add( unManagedi dsleadnota ssigned, " The lead h as not bee n assigned .") | |||||
| 1008 | ErrorMes sages.Add( unManagedi dsleadnopa rent, "The lead does not have a parent." ) | |||||
| 1009 | ErrorMes sages.Add( ContactLoo pBeingCrea ted, "Crea ting this parental a ssociation would cre ate a loop in Contac ts hierarc hy.") | |||||
| 1010 | ErrorMes sages.Add( ContactLoo pExists, " Loop exist s in the c ontacts hi erarchy.") | |||||
| 1011 | ErrorMes sages.Add( PresentPar entAccount AndParentC ontact, "Y ou can eit her specif y a contac ts parent contact or its accou nt, but no t both.") | |||||
| 1012 | ErrorMes sages.Add( AccountLoo pBeingCrea ted, "Crea ting this parental a ssociation would cre ate a loop in Accoun ts hierarc hy.") | |||||
| 1013 | ErrorMes sages.Add( AccountLoo pExists, " Loop exist s in the a ccounts hi erarchy.") | |||||
| 1014 | ErrorMes sages.Add( unManagedi dsopportun itymissing parent, "T he parent of the opp ortunity i s missing. ") | |||||
| 1015 | ErrorMes sages.Add( unManagedi dsopportun ityinvalid parent, "T he parent of an oppo rtunity mu st be an a ccount or contact.") | |||||
| 1016 | ErrorMes sages.Add( ContactDoe sNotExist, "Contact does not e xist.") | |||||
| 1017 | ErrorMes sages.Add( AccountDoe sNotExist, "Account does not e xist.") | |||||
| 1018 | ErrorMes sages.Add( unManagedi dsleaddoes notexist, "Lead does not exist .") | |||||
| 1019 | ErrorMes sages.Add( unManagedi dsopportun itydoesnot exist, "Op portunity does not e xist.") | |||||
| 1020 | ErrorMes sages.Add( ReportDoes NotExist, "Report do es not exi st. Report Id:{0}") | |||||
| 1021 | ErrorMes sages.Add( ReportLoop BeingCreat ed, "Creat ing this p arental as sociation would crea te a loop in Reports hierarchy .") | |||||
| 1022 | ErrorMes sages.Add( ReportLoop Exists, "L oop exists in the re ports hier archy.") | |||||
| 1023 | ErrorMes sages.Add( ParentRepo rtLinksToS ameNameChi ld, "Paren t report a lready lin ks to anot her report with the same name. ") | |||||
| 1024 | ErrorMes sages.Add( DuplicateR eportVisib ility, "A ReportVisi bility wit h the same ReportId and Visibi lityCode a lready exi sts. Dupli cates are not allowe d.") | |||||
| 1025 | ErrorMes sages.Add( ReportRend erError, " An error o ccurred du ring repor t renderin g.") | |||||
| 1026 | ErrorMes sages.Add( SubReportD oesNotExis t, "Subrep ort does n ot exist. ReportId:{ 0}") | |||||
| 1027 | ErrorMes sages.Add( SrsDataCon nectorNotI nstalled, "MSCRM Dat a Connecto r Not Inst alled") | |||||
| 1028 | ErrorMes sages.Add( InvalidCus tomReporti ngWizardXm l, "Invali d wizard x ml") | |||||
| 1029 | ErrorMes sages.Add( UpdateNonC ustomRepor tFromTempl ate, "Cann ot update a report f rom a temp late if th e report w as not cre ated from a template ") | |||||
| 1030 | ErrorMes sages.Add( SnapshotRe portNotRea dy, "The s elected re port is no t ready fo r viewing. The repor t is still being cre ated or a report sna pshot is n ot availab le. Report Id:{0}") | |||||
| 1031 | ErrorMes sages.Add( ExistingEx ternalRepo rt, "The r eport coul d not be p ublished f or externa l use beca use a repo rt of the same name already ex ists. Dele te that re port in SQ L Server R eporting S ervices or rename th is report, and try a gain.") | |||||
| 1032 | ErrorMes sages.Add( ParentRepo rtNotSuppo rted, "Par ent report is not su pported fo r the type of report specified . Only SQL Reporting Services reports ca n have par ent report s.") | |||||
| 1033 | ErrorMes sages.Add( ParentRepo rtDoesNotR eferenceCh ild, "Spec ified pare nt report does not r eference t he current one. Only SQL Repor ting Servi ces report s can have parent re ports.") | |||||
| 1034 | ErrorMes sages.Add( MultiplePa rentReport sFound, "M ore than o ne report link found . Each rep ort can ha ve only on e parent." ) | |||||
| 1035 | ErrorMes sages.Add( ReportingS ervicesRep ortExpecte d, "The re port is no t a Report ing Servic es report. ") | |||||
| 1036 | ErrorMes sages.Add( InvalidTra nsformatio nParameter , "A param eter for t he transfo rmation is either mi ssing or i nvalid.") | |||||
| 1037 | ErrorMes sages.Add( ReflexiveE ntityParen tOrChildDo esNotExist , "Either the parent or child entity doe s not exis t") | |||||
| 1038 | ErrorMes sages.Add( EntityLoop BeingCreat ed, "Creat ing this p arental as sociation would crea te a loop in this en tity hiera rchy.") | |||||
| 1039 | ErrorMes sages.Add( EntityLoop Exists, "L oop exists in this e ntity hier archy.") | |||||
| 1040 | ErrorMes sages.Add( Unsupporte dProcessCo de, "The p rocess cod e is not s upported o n this ent ity.") | |||||
| 1041 | ErrorMes sages.Add( NoOutputTr ansformati onParamete rMappingFo und, "Ther e is no ou tput trans formation parameter mapping de fined. A t ransformat ion mappin g must hav e atleast one output transform ation para meter mapp ing.") | |||||
| 1042 | ErrorMes sages.Add( RequiredCo lumnsNotFo undInImpor tFile, "On e or more source col umns used in the tra nsformatio n do not e xist in th e source f ile.") | |||||
| 1043 | ErrorMes sages.Add( InvalidTra nsformatio nParameter Mapping, " The transf ormation p arameter m apping def ined is in valid. Che ck that th e target a ttribute n ame exists .") | |||||
| 1044 | ErrorMes sages.Add( UnmappedTr ansformati onOutputDa taFound, " One or mor e outputs returned b y the tran sformation is not ma pped to ta rget field s.") | |||||
| 1045 | ErrorMes sages.Add( InvalidTra nsformatio nParameter DataType, "The data type of on e or more of the tra nsformatio n paramete rs is unsu pported.") | |||||
| 1046 | ErrorMes sages.Add( ArrayMappi ngFoundFor SingletonP arameter, "An array transforma tion param eter mappi ng is defi ned for a single par ameter.") | |||||
| 1047 | ErrorMes sages.Add( SingletonM appingFoun dForArrayP arameter, "A single transforma tion param eter mappi ng is defi ned for an array par ameter.") | |||||
| 1048 | ErrorMes sages.Add( Incomplete Transforma tionParame terMapping sFound, "O ne or more mandatory transform ation para meters do not have m appings de fined for them.") | |||||
| 1049 | ErrorMes sages.Add( InvalidTra nsformatio nParameter Mappings, "One or mo re transfo rmation pa rameter ma ppings are invalid o r do not m atch the t ransformat ion parame ter descri ption.") | |||||
| 1050 | ErrorMes sages.Add( GenericTra nsformatio nInvocatio nError, "T he transfo rmation re turned inv alid data. ") | |||||
| 1051 | ErrorMes sages.Add( InvalidTra nsformatio nType, "Th e specifie d transfor mation typ e is not s upported." ) | |||||
| 1052 | ErrorMes sages.Add( UnableToLo adTransfor mationType , "Unable to load th e transfor mation typ e.") | |||||
| 1053 | ErrorMes sages.Add( UnableToLo adTransfor mationAsse mbly, "Una ble to loa d the tran sformation assembly. ") | |||||
| 1054 | ErrorMes sages.Add( InvalidCol umnMapping , "ColumnM apping is Invalid. C heck that the target attribute exists.") | |||||
| 1055 | ErrorMes sages.Add( CannotModi fyOldDataF romImport, "The corr esponding record in Microsoft Dynamics C RM has mor e recent d ata, so th is record was ignore d.") | |||||
| 1056 | ErrorMes sages.Add( ImportFile TooLargeTo Upload, "T he import file is to o large to upload.") | |||||
| 1057 | ErrorMes sages.Add( InvalidImp ortFileCon tent, "The content o f the impo rt file is not valid . You must select a text file. ") | |||||
| 1058 | ErrorMes sages.Add( EmptyRecor d, "The re cord is em pty") | |||||
| 1059 | ErrorMes sages.Add( LongParseR ow, "The r ow is too long to im port") | |||||
| 1060 | ErrorMes sages.Add( ParseMustB eCalledBef oreTransfo rm, "Canno t call tra nsform bef ore parse. ") | |||||
| 1061 | ErrorMes sages.Add( HeaderValu eDoesNotMa tchAttribu teDisplayL abel, "The column he ading does not match the attri bute displ ay label." ) | |||||
| 1062 | ErrorMes sages.Add( InvalidTar getEntity, "The spec ified targ et record type does not exist. ") | |||||
| 1063 | ErrorMes sages.Add( NoHeaderCo lumnFound, "A column heading i s missing. ") | |||||
| 1064 | ErrorMes sages.Add( ParsingMet adataNotFo und, "Data required to parse t he file, s uch as the data deli miter, fie ld delimit er, or col umn headin gs, was no t found.") | |||||
| 1065 | ErrorMes sages.Add( EmptyHeade rRow, "The first row of the fi le is empt y.") | |||||
| 1066 | ErrorMes sages.Add( EmptyConte nt, "The f ile is emp ty.") | |||||
| 1067 | ErrorMes sages.Add( InvalidIsF irstRowHea derForUseS ystemMap, "The first row of th e file doe s not cont ain column headings. ") | |||||
| 1068 | ErrorMes sages.Add( InvalidGui d, "The gl obally uni que identi fier (GUID ) in this row is inv alid") | |||||
| 1069 | ErrorMes sages.Add( GuidNotPre sent, "The required globally u nique iden tifier (GU ID) in thi s row is n ot present ") | |||||
| 1070 | ErrorMes sages.Add( OwnerValue NotMapped, "The owne r value is not mappe d") | |||||
| 1071 | ErrorMes sages.Add( PicklistVa lueNotMapp ed, "The r ecord coul d not be p rocessed a s the Opti on set val ue could n ot be mapp ed.") | |||||
| 1072 | ErrorMes sages.Add( ErrorInDel ete, "The Microsoft Dynamics C RM record could not be deleted ") | |||||
| 1073 | ErrorMes sages.Add( ErrorIncre ate, "The Microsoft Dynamics C RM record could not be created ") | |||||
| 1074 | ErrorMes sages.Add( ErrorInUpd ate, "The Microsoft Dynamics C RM record could not be updated ") | |||||
| 1075 | ErrorMes sages.Add( ErrorInSet State, "Th e status o r status r eason of t he Microso ft Dynamic s CRM reco rd could n ot be set" ) | |||||
| 1076 | ErrorMes sages.Add( InvalidDat aFormat, " The source data is n ot in the required f ormat") | |||||
| 1077 | ErrorMes sages.Add( InvalidFor matForData Delimiter, "Mismatch ed data de limiter: o nly one de limiter wa s found.") | |||||
| 1078 | ErrorMes sages.Add( CRMUserDoe sNotExist, "No Micro soft Dynam ics CRM us er exists with the s pecified d omain name and user ID") | |||||
| 1079 | ErrorMes sages.Add( LookupNotF ound, "The lookup re ference co uld not be resolved" ) | |||||
| 1080 | ErrorMes sages.Add( DuplicateL ookupFound , "A dupli cate looku p referenc e was foun d") | |||||
| 1081 | ErrorMes sages.Add( InvalidImp ortFileDat a, "The da ta is not in the req uired form at") | |||||
| 1082 | ErrorMes sages.Add( InvalidXml SSContent, "The data file can’ t be impor ted becaus e it conta ins invali d entity d ata or it’ s in the w rong forma t. Make su re that th e file con tains corr ect data a nd that it ’s in the XML Spread sheet 2003 format, a nd then tr y uploadin g again.") | |||||
| 1083 | ErrorMes sages.Add( InvalidImp ortFilePar seData, "F ield and d ata delimi ters for t his file a re not spe cified.") | |||||
| 1084 | ErrorMes sages.Add( InvalidVal ueForFileT ype, "The file type is invalid .") | |||||
| 1085 | ErrorMes sages.Add( EmptyImpor tFileRow, "Empty row .") | |||||
| 1086 | ErrorMes sages.Add( ErrorInPar seRow, "Th e row coul d not be p arsed. Thi s is typic ally cause d by a row that is t oo long.") | |||||
| 1087 | ErrorMes sages.Add( DataColumn sNumberMis match, "Th e number o f fields d iffers fro m the numb er of colu mn heading s.") | |||||
| 1088 | ErrorMes sages.Add( InvalidHea derColumn, "The colu mn heading contains an invalid combinati on of data delimiter s.") | |||||
| 1089 | ErrorMes sages.Add( OwnerMappi ngExistsWi thSourceSy stemUserNa me, "The d ata map al ready cont ains this owner mapp ing.") | |||||
| 1090 | ErrorMes sages.Add( PickListMa ppingExist sWithSourc eValue, "T he data ma p already contains t his list v alue mappi ng.") | |||||
| 1091 | ErrorMes sages.Add( InvalidVal ueForDataD elimiter, "The data delimiter is invalid .") | |||||
| 1092 | ErrorMes sages.Add( InvalidVal ueForField Delimiter, "The fiel d delimite r is inval id.") | |||||
| 1093 | ErrorMes sages.Add( PickListMa ppingExist sForTarget Value, "Th is list va lue is map ped more t han once. Remove any duplicate mappings, and then import thi s data map again.") | |||||
| 1094 | ErrorMes sages.Add( MappingExi stsForTarg etAttribut e, "This a ttribute i s mapped m ore than o nce. Remov e any dupl icate mapp ings, and then impor t this dat a map agai n.") | |||||
| 1095 | ErrorMes sages.Add( SourceEnti tyMappedTo MultipleTa rgets, "Th is source entity is mapped to more than one Micros oft Dynami cs CRM ent ity. Remov e any dupl icate mapp ings, and then impor t this dat a map agai n.") | |||||
| 1096 | ErrorMes sages.Add( AttributeN otOfTypePi cklist, "T his attrib ute is not mapped to a drop-do wn list, B oolean, or state/sta tus attrib ute. Howev er, you ha ve include d a ListVa lueMap ele ment for i t. Fix th is inconsi stency, an d then imp ort this d ata map ag ain.") | |||||
| 1097 | ErrorMes sages.Add( AttributeN otOfTypeRe ference, " This attri bute is no t mapped a s a refere nce attrib ute. Howev er, you ha ve include d a Refere nceMap for it. Fix this incon sistency, and then i mport this data map again.") | |||||
| 1098 | ErrorMes sages.Add( TargetEnti tyNotFound , "The fil e specifie s an entit y that doe s not exis t in Micro soft Dynam ics CRM.") | |||||
| 1099 | ErrorMes sages.Add( TargetAttr ibuteNotFo und, "The file speci fies an at tribute th at does no t exist in Microsoft Dynamics CRM.") | |||||
| 1100 | ErrorMes sages.Add( PicklistVa lueNotFoun d, "The fi le specifi es a list value that does not exist in M icrosoft D ynamics CR M.") | |||||
| 1101 | ErrorMes sages.Add( TargetAttr ibuteInval idForMap, "This attr ibute is n ot valid f or mapping .") | |||||
| 1102 | ErrorMes sages.Add( TargetEnti tyInvalidF orMap, "Th e file spe cifies an entity tha t is not v alid for d ata migrat ion.") | |||||
| 1103 | ErrorMes sages.Add( InvalidFil eBadCharac ters, "The file coul d not be u ploaded be cause it c ontains in valid char acter(s)") | |||||
| 1104 | ErrorMes sages.Add( ErrorsInIm portFiles, "Invalid File(s) fo r Import") | |||||
| 1105 | ErrorMes sages.Add( InvalidOpe rationWhen ListIsNotA ctive, "Li st is not active. Ca nnot perfo rm this op eration.") | |||||
| 1106 | ErrorMes sages.Add( InvalidOpe rationWhen PartyIsNot Active, "T he party i s not acti ve. Cannot perform t his operat ion.") | |||||
| 1107 | ErrorMes sages.Add( AsyncOpera tionSuspen dedOrLocke d, ">A bac kground jo b associat ed with th is import is either suspended or locked. In order to delete this impor t, in the Workplace, click Imp orts, open the impor t, click S ystem Jobs , and resu me any sus pended job s.") | |||||
| 1108 | ErrorMes sages.Add( DuplicateH eaderColum n, "A dupl icate colu mn heading exists.") | |||||
| 1109 | ErrorMes sages.Add( EmptyHeade rColumn, " The column heading c annot be e mpty.") | |||||
| 1110 | ErrorMes sages.Add( InvalidCol umnNumber, "The colu mn number specified in the dat a map does not exist .") | |||||
| 1111 | ErrorMes sages.Add( TransformM ustBeCalle dBeforeImp ort, "Cann ot call im port befor e transfor m.") | |||||
| 1112 | ErrorMes sages.Add( OperationC anBeCalled OnlyOnce, "The speci fied actio n can be d one only o ne time.") | |||||
| 1113 | ErrorMes sages.Add( DuplicateR ecordsFoun d, "A reco rd was not created o r updated because a duplicate of the cur rent recor d already exists.") | |||||
| 1114 | ErrorMes sages.Add( CampaignAc tivityClos ed, "This Campaign A ctivity is closed or canceled. Campaign activities cannot be distribut ed after t hey have b een closed or cancel ed.") | |||||
| 1115 | ErrorMes sages.Add( Unexpected ErrorInMai lMerge, "T here was a n unexpect ed error d uring mail merge.") | |||||
| 1116 | ErrorMes sages.Add( UserCancel ledMailMer ge, "The m ail merge operation was cancel led by the user.") | |||||
| 1117 | ErrorMes sages.Add( FilteredDu etoMissing EmailAddre ss, "This customer i s filtered due to mi ssing emai l address. ") | |||||
| 1118 | ErrorMes sages.Add( CannotDele teAsBackgr oundOperat ionInProgr ess, "This record is currently being use d by Micro soft Dynam ics CRM an d cannot b e deleted. Try again later. If the prob lem persis ts, contac t your sys tem admini strator.") | |||||
| 1119 | ErrorMes sages.Add( FilteredDu etoInactiv eState, "T his custom er is filt ered due t o inactive state.") | |||||
| 1120 | ErrorMes sages.Add( MissingBOW FRules, "B ulk Operat ion relate d workflow rules are missing." ) | |||||
| 1121 | ErrorMes sages.Add( AsyncOpera tionPostpo ned, "This operation has been postponed because it failed fo r more tha n {0} time s in {1} m inutes") | |||||
| 1122 | ErrorMes sages.Add( CannotSpec ifyOwnerFo rActivityP ropagation , "Cannot specify ow ner on act ivity for distributi on") | |||||
| 1123 | ErrorMes sages.Add( CampaignAc tivityAlre adyPropaga ted, "This campaign activity h as been di stributed already. C ampaign ac tivities c annot be d istributed more than one time. ") | |||||
| 1124 | ErrorMes sages.Add( FilteredDu etoAntiSpa m, "This c ustomer is filtered due to Ant iSpam sett ings.") | |||||
| 1125 | ErrorMes sages.Add( TemplateTy peNotSuppo rtedForUns ubscribeAc knowledgem ent, "This template type is no t supporte d for unsu bscribe ac knowledgem ent.") | |||||
| 1126 | ErrorMes sages.Add( ErrorInImp ortConfig, "Cannot p rocess wit h Bulk Imp ort as Imp ort Config uration ha s some err ors.") | |||||
| 1127 | ErrorMes sages.Add( ImportConf igNotSpeci fied, "Can not proces s with Bul k Import a s Import C onfigurati on not spe cified.") | |||||
| 1128 | ErrorMes sages.Add( InvalidAct ivityType, "An inval id object type was s pecified f or distrib uting acti vities.") | |||||
| 1129 | ErrorMes sages.Add( Unsupporte dParameter , "A param eter speci fied is no t supporte d by the B ulk Operat ion") | |||||
| 1130 | ErrorMes sages.Add( MissingPar ameter, "A required parameter is missing for the B ulk Operat ion") | |||||
| 1131 | ErrorMes sages.Add( CannotSpec ifyCommuni cationAttr ibuteOnAct ivityForPr opagation, "Cannot s pecify com munication attribute on activi ty for dis tribution" ) | |||||
| 1132 | ErrorMes sages.Add( CannotSpec ifyRecipie ntForActiv ityPropaga tion, "Can not specif y a recipi ent for ac tivity dis tribution. ") | |||||
| 1133 | ErrorMes sages.Add( CannotSpec ifyAttende eForAppoin tmentPropa gation, "C annot spec ify an att endee for appointmen t distribu tion.") | |||||
| 1134 | ErrorMes sages.Add( CannotSpec ifySenderF orActivity Propagatio n, "Cannot specify a sender fo r appointm ent distri bution") | |||||
| 1135 | ErrorMes sages.Add( CannotSpec ifyOrganiz erForAppoi ntmentProp agation, " Cannot spe cify an or ganizer fo r appointm ent distri bution") | |||||
| 1136 | ErrorMes sages.Add( InvalidReg ardingObje ctTypeCode , "The reg arding Obj ect Type C ode is not valid for the Bulk Operation. ") | |||||
| 1137 | ErrorMes sages.Add( Unspecifie dActivityX mlForCampa ignActivit yPropagate , "Must sp ecify an A ctivity Xm l for Camp aignActivi ty Execute /Distribut e") | |||||
| 1138 | ErrorMes sages.Add( MoneySizeE xceeded, " Supplied v alue excee ded the MI N/MAX valu e of Money Type fiel d.") | |||||
| 1139 | ErrorMes sages.Add( ExtraParty Informatio n, "Extra party info rmation sh ould not b e provided for this operation. ") | |||||
| 1140 | ErrorMes sages.Add( NotSupport ed, "This action is not suppor ted.") | |||||
| 1141 | ErrorMes sages.Add( InvalidOpe rationForC losedOrCan celledCamp aignActivi ty, "Can n ot add ite ms to clos ed (cancel led) campa ignactivit y.") | |||||
| 1142 | ErrorMes sages.Add( InvalidEma ilTemplate , "Must sp ecify a va lid Templa te Id") | |||||
| 1143 | ErrorMes sages.Add( CannotCrea teResponse ForTemplat e, "Campai gnResponse can not b e created for Templa te Campaig n.") | |||||
| 1144 | ErrorMes sages.Add( CannotProp agateCamap aignActivi tyForTempl ate, "Cann ot execute (distribu te) a Camp aignActivi ty for a t emplate Ca mpaign.") | |||||
| 1145 | ErrorMes sages.Add( InvalidCha nnelForCam paignActiv ityPropaga te, "Canno t distribu te activit ies for ca mpaign act ivities of the speci fied chann el type.") | |||||
| 1146 | ErrorMes sages.Add( InvalidAct ivityTypeF orCampaign ActivityPr opagate, " Must speci fy a valid Communica tionActivi ty") | |||||
| 1147 | ErrorMes sages.Add( ObjectNotR elatedToCa mpaign, "S pecified O bject not related to the paren t Campaign ") | |||||
| 1148 | ErrorMes sages.Add( CannotRela teObjectTy peToCampai gnActivity , "Specifi ed Object Type not s upported") | |||||
| 1149 | ErrorMes sages.Add( CannotUpda teCampaign ForCampaig nResponse, "Parent c ampaign is not updat able.") | |||||
| 1150 | ErrorMes sages.Add( CannotUpda teCampaign ForCampaig nActivity, "Parent c ampaign is not updat able.") | |||||
| 1151 | ErrorMes sages.Add( CampaignNo tSpecified ForCampaig nResponse, "Regardin gObjectId is a requi red field. ") | |||||
| 1152 | ErrorMes sages.Add( CampaignNo tSpecified ForCampaig nActivity, "Regardin gObjectId is a requi red field. ") | |||||
| 1153 | ErrorMes sages.Add( CannotRela teObjectTy peToCampai gn, "Speci fied Objec t Type not supported ") | |||||
| 1154 | ErrorMes sages.Add( CannotCopy Incompatib leListType , "Cannot copy lists of differ ent types. ") | |||||
| 1155 | ErrorMes sages.Add( InvalidAct ivityTypeF orList, "C annot crea te activit ies of the specified list type .") | |||||
| 1156 | ErrorMes sages.Add( CannotAsso ciateInact iveItemToC ampaign, " Cannot ass ociate an inactive i tem to a C ampaign.") | |||||
| 1157 | ErrorMes sages.Add( InvalidFet chXml, "Ma lformed Fe tchXml.") | |||||
| 1158 | ErrorMes sages.Add( InvalidOpe rationWhen ListLocked , "List is Locked. C annot perf orm this a ction.") | |||||
| 1159 | ErrorMes sages.Add( Unsupporte dListMembe rType, "Un supported list membe r type.") | |||||
| 1160 | ErrorMes sages.Add( InvalidPri maryKey, " Invalid pr imary key. ") | |||||
| 1161 | ErrorMes sages.Add( IsvAborted , "ISV cod e aborted the operat ion.") | |||||
| 1162 | ErrorMes sages.Add( CannotAssi gnOutlookF ilters, "C annot assi gn outlook filters") | |||||
| 1163 | ErrorMes sages.Add( CannotCrea teOutlookF ilters, "C annot crea te outlook filters") | |||||
| 1164 | ErrorMes sages.Add( CannotGran tAccessToO utlookFilt ers, "Cann ot grant a ccess to o utlook fil ters") | |||||
| 1165 | ErrorMes sages.Add( CannotModi fyAccessTo OutlookFil ters, "Can not modify access fo r outlook filters") | |||||
| 1166 | ErrorMes sages.Add( CannotRevo keAccessTo OutlookFil ters, "Can not revoke access fo r outlook filters") | |||||
| 1167 | ErrorMes sages.Add( CannotGran tAccessToO fflineFilt ers, "Cann ot grant a ccess to o ffline fil ters") | |||||
| 1168 | ErrorMes sages.Add( CannotModi fyAccessTo OfflineFil ters, "Can not modify access fo r offline filters") | |||||
| 1169 | ErrorMes sages.Add( CannotRevo keAccessTo OfflineFil ters, "Can not revoke access fo r offline filters") | |||||
| 1170 | ErrorMes sages.Add( DuplicateO utlookAppo intment, " The Appoin tment bein g promoted from Outl ook is alr eady track ed in CRM" ) | |||||
| 1171 | ErrorMes sages.Add( Appointmen tScheduleN otSet, "Sc heduled En d and Sche duled Star t must be set for Ap pointments in order to sync wi th Outlook .") | |||||
| 1172 | ErrorMes sages.Add( PrivilegeC reateIsDis abledForOr ganization , "Privile ge Create is disable d for orga nization." ) | |||||
| 1173 | ErrorMes sages.Add( Unauthoriz edAccess, "Attempted to perfor m an unaut horized op eration.") | |||||
| 1174 | ErrorMes sages.Add( InvalidCha ractersInF ield, "The field '{0 }' contain s one or m ore invali d characte rs.") | |||||
| 1175 | ErrorMes sages.Add( CannotChan geStateOfN onpublicVi ew, "Only public vie ws can be deactivate d and acti vated.") | |||||
| 1176 | ErrorMes sages.Add( CannotDeac tivateDefa ultView, " Default vi ews cannot be deacti vated.") | |||||
| 1177 | ErrorMes sages.Add( CannotSetI nactiveVie wAsDefault , "Inactiv e views ca nnot be se t as defau lt view.") | |||||
| 1178 | ErrorMes sages.Add( CannotExce edFilterLi mit, "Cann ot exceed synchroniz ation filt er limit." ) | |||||
| 1179 | ErrorMes sages.Add( CannotHave MultipleDe faultFilte rTemplates , "Cannot have multi ple defaul t synchron ization te mplates fo r a single entity.") | |||||
| 1180 | ErrorMes sages.Add( CrmConstra intParsing Error, "Cr m constrai nt parsing error occ urred.") | |||||
| 1181 | ErrorMes sages.Add( CrmConstra intEvaluat ionError, "Crm const raint eval uation err or occurre d.") | |||||
| 1182 | ErrorMes sages.Add( CrmExpress ionEvaluat ionError, "Crm expre ssion eval uation err or occurre d.") | |||||
| 1183 | ErrorMes sages.Add( CrmExpress ionParamet ersParsing Error, "Cr m expressi on paramet ers parsin g error oc curred.") | |||||
| 1184 | ErrorMes sages.Add( CrmExpress ionBodyPar singError, "Crm expr ession bod y parsing error occu rred.") | |||||
| 1185 | ErrorMes sages.Add( CrmExpress ionParsing Error, "Cr m expressi on parsing error occ urred.") | |||||
| 1186 | ErrorMes sages.Add( CrmMalform edExpressi onError, " Crm malfor med expres sion error occurred. ") | |||||
| 1187 | ErrorMes sages.Add( CalloutExc eption, "C allout Exc eption occ urred.") | |||||
| 1188 | ErrorMes sages.Add( DateTimeFo rmatFailed , "Failed to produce a formatt ed datetim e value.") | |||||
| 1189 | ErrorMes sages.Add( NumberForm atFailed, "Failed to produce a formatted numeric v alue.") | |||||
| 1190 | ErrorMes sages.Add( InvalidRes tore, "Res toreCaller must be c alled afte r SwitchTo SystemUser .") | |||||
| 1191 | ErrorMes sages.Add( InvalidCal ler, "Cann ot switch ExecutionC ontext to system use r without setting Ca ller first .") | |||||
| 1192 | ErrorMes sages.Add( CrmSecurit yError, "A failure o ccurred in CrmSecuri ty.") | |||||
| 1193 | ErrorMes sages.Add( Transactio nAborted, "Transacti on Aborted .") | |||||
| 1194 | ErrorMes sages.Add( CannotBind ToSession, "Cannot b ind to ano ther sessi on, sessio n already bound.") | |||||
| 1195 | ErrorMes sages.Add( SessionTok enUnavaila ble, "Sess ion token is not ava ilable unl ess there is a trans action in place.") | |||||
| 1196 | ErrorMes sages.Add( Transactio nNotCommit ed, "Trans action not committed .") | |||||
| 1197 | ErrorMes sages.Add( Transactio nNotStarte d, "Transa ction not started.") | |||||
| 1198 | ErrorMes sages.Add( MultipleCh ildPicklis t, "Crm In ternal Exc eption: Pi cklists wi th more th an one chi ldAttribut e are not supported. ") | |||||
| 1199 | ErrorMes sages.Add( InvalidSin gletonResu lts, "Crm Internal E xception: Singleton Retrieve Q uery shoul d not retu rn more th an 1 recor d.") | |||||
| 1200 | ErrorMes sages.Add( FailedToLo adAssembly , "Failed to load as sembly") | |||||
| 1201 | ErrorMes sages.Add( CrmQueryEx pressionNo tInitializ ed, "The Q ueryExpres sion has n ot been in itialized. Please us e the cons tructor th at takes i n the enti ty name to create a correctly initialize d instance ") | |||||
| 1202 | ErrorMes sages.Add( InvalidReg istryKey, "Invalid r egistry ke y specifie d.") | |||||
| 1203 | ErrorMes sages.Add( InvalidPri v, "Invali d privileg e type.") | |||||
| 1204 | ErrorMes sages.Add( MetadataNo tFound, "M etadata no t found.") | |||||
| 1205 | ErrorMes sages.Add( InvalidEnt ityClassEx ception, " Invalid en tity class .") | |||||
| 1206 | ErrorMes sages.Add( InvalidXml EntityName Exception, "Invalid Xml entity name.") | |||||
| 1207 | ErrorMes sages.Add( InvalidXml Collection NameExcept ion, "Inva lid Xml co llection n ame.") | |||||
| 1208 | ErrorMes sages.Add( InvalidRec urrenceRul e, "Error in Recurre ncePattern Factory.") | |||||
| 1209 | ErrorMes sages.Add( CrmImperso nationErro r, "Error occurred i n the Crm AutoReimpe rsonator." ) | |||||
| 1210 | ErrorMes sages.Add( ServiceIns tantiation Failed, "I nstantiati on of an E ntity fail ed.") | |||||
| 1211 | ErrorMes sages.Add( EntityInst antiationF ailed, "In stantiatio n of an En tity insta nce Servic e failed." ) | |||||
| 1212 | ErrorMes sages.Add( FormTransi tionError, "The impo rt has fai led becaus e the syst em cannot transition the entit y form {0} from unma naged to m anaged. Ad d at least one full (root) com ponent to the manage d solution , and then try to im port it ag ain.") | |||||
| 1213 | ErrorMes sages.Add( UserTimeCo nvertExcep tion, "Fai led to con vert user time zone informatio n.") | |||||
| 1214 | ErrorMes sages.Add( UserTimeZo neExceptio n, "Failed to retrie ve user ti me zone in formation. ") | |||||
| 1215 | ErrorMes sages.Add( InvalidCon nectionStr ing, "The connection string no t found or invalid." ) | |||||
| 1216 | ErrorMes sages.Add( OpenCrmDBC onnection, "Db Conne ction is O pen, when it should be Closed. ") | |||||
| 1217 | ErrorMes sages.Add( Unpopulate dPrimaryKe y, "Primar y Key must be popula ted for ca lls to pla tform on r ich client in offlin e mode.") | |||||
| 1218 | ErrorMes sages.Add( InvalidVer sion, "Unh andled Ver sion misma tch found. ") | |||||
| 1219 | ErrorMes sages.Add( InvalidOpe ration, "I nvalid Ope ration per formed.") | |||||
| 1220 | ErrorMes sages.Add( InvalidMet adata, "In valid Meta data.") | |||||
| 1221 | ErrorMes sages.Add( InvalidDat eTime, "Th e date-tim e format i s invalid, or value is outside the suppo rted range .") | |||||
| 1222 | ErrorMes sages.Add( unManagedi dscannotde faultpriva teview, "P rivate vie ws cannot be default .") | |||||
| 1223 | ErrorMes sages.Add( DuplicateR ecord, "Op eration fa iled due t o a SQL in tegrity vi olation.") | |||||
| 1224 | ErrorMes sages.Add( unManagedi dsnorelati onship, "N o relation ship exist s between the object s specifie d.") | |||||
| 1225 | ErrorMes sages.Add( MissingQue ryType, "T he query t ype is mis sing.") | |||||
| 1226 | ErrorMes sages.Add( InvalidRol lupType, " The rollup type is i nvalid.") | |||||
| 1227 | ErrorMes sages.Add( InvalidSta te, "The o bject is n ot in a va lid state to perform this oper ation.") | |||||
| 1228 | ErrorMes sages.Add( unManagedi dsviewisno tsharable, "The view is not sh arable.") | |||||
| 1229 | ErrorMes sages.Add( PrincipalP rivilegeDe nied, "Tar get user o r team doe s not hold required privileges .") | |||||
| 1230 | ErrorMes sages.Add( CannotUpda teObjectBe causeItIsI nactive, " The object cannot be updated b ecause it is inactiv e.") | |||||
| 1231 | ErrorMes sages.Add( CannotDele teCannedVi ew, "Syste m-defined views cann ot be dele ted.") | |||||
| 1232 | ErrorMes sages.Add( CannotUpda teBecauseI tIsReadOnl y, "The ob ject canno t be updat ed because it is rea d-only.") | |||||
| 1233 | ErrorMes sages.Add( CaseAlread yResolved, "This cas e has alre ady been r esolved. C lose and r eopen the case recor d to see t he updates .") | |||||
| 1234 | ErrorMes sages.Add( InvalidCus tomer, "Th e customer is invali d.") | |||||
| 1235 | ErrorMes sages.Add( unManagedi dsdataouto frange, "D ata out of range") | |||||
| 1236 | ErrorMes sages.Add( unManagedi dsownernot enabled, " The specif ied owner has been d isabled.") | |||||
| 1237 | ErrorMes sages.Add( BusinessMa nagementOb jectAlread yExists, " An object with the s pecified n ame alread y exists." ) | |||||
| 1238 | ErrorMes sages.Add( InvalidOwn erID, "The owner ID is invalid or missin g.") | |||||
| 1239 | ErrorMes sages.Add( CannotDele teAsItIsRe adOnly, "T he object cannot be deleted be cause it i s read-onl y.") | |||||
| 1240 | ErrorMes sages.Add( CannotDele teDueToAss ociation, "The objec t you trie d to delet e is assoc iated with another o bject and cannot be deleted.") | |||||
| 1241 | ErrorMes sages.Add( unManagedi dsanonymou senabled, "The logge d-in user was not fo und in the Active Di rectory.") | |||||
| 1242 | ErrorMes sages.Add( unManagedi dsusernote nabled, "T he specifi ed user is either di sabled or is not a m ember of a ny busines s unit.") | |||||
| 1243 | ErrorMes sages.Add( BusinessNo tEnabled, "The speci fied busin ess unit i s disabled .") | |||||
| 1244 | ErrorMes sages.Add( CannotAssi gnToDisabl edBusiness , "The spe cified bus iness unit cannot be assigned to because it is dis abled.") | |||||
| 1245 | ErrorMes sages.Add( IsvUnExpec ted, "An u nexpected error occu rred from ISV code." ) | |||||
| 1246 | ErrorMes sages.Add( OnlyOwnerC anRevoke, "Only the owner of a n object c an revoke the owner' s access t o that obj ect.") | |||||
| 1247 | ErrorMes sages.Add( unManagedi dsoutofmem ory, "Out of memory. ") | |||||
| 1248 | ErrorMes sages.Add( unManagedi dscannotas signtobusi ness, "Can not assign an object to a merc hant.") | |||||
| 1249 | ErrorMes sages.Add( PrivilegeD enied, "Th e user doe s not hold the neces sary privi leges.") | |||||
| 1250 | ErrorMes sages.Add( InvalidObj ectTypes, "Invalid o bject type .") | |||||
| 1251 | ErrorMes sages.Add( unManagedi dscannotgr antorrevok eaccesstob usiness, " Cannot gra nt or revo ke access rights to a merchant .") | |||||
| 1252 | ErrorMes sages.Add( unManagedi dsinvalidu seridorbus inessidoru sersbusine ssinvalid, "One of t he followi ng occurre d: invalid user id, invalid bu siness id or the use r does not belong to the busin ess.") | |||||
| 1253 | ErrorMes sages.Add( unManagedi dspresentu seridandte amid, "Bot h the user id and te am id are present. O nly one sh ould be pr esent.") | |||||
| 1254 | ErrorMes sages.Add( MissingUse rId, "The user id or the team id is miss ing.") | |||||
| 1255 | ErrorMes sages.Add( MissingBus inessId, " The busine ss id is m issing or invalid.") | |||||
| 1256 | ErrorMes sages.Add( NotImpleme nted, "The requested functiona lity is no t yet impl emented.") | |||||
| 1257 | ErrorMes sages.Add( InvalidPoi nter, "The object is disposed. ") | |||||
| 1258 | ErrorMes sages.Add( ObjectDoes NotExist, "The speci fied objec t was not found.") | |||||
| 1259 | ErrorMes sages.Add( UnExpected , "An unex pected err or occurre d.") | |||||
| 1260 | ErrorMes sages.Add( MissingOwn er, "Item does not h ave an own er.") | |||||
| 1261 | ErrorMes sages.Add( CannotShar eWithOwner , "An item cannot be shared wi th the own ing user." ) | |||||
| 1262 | ErrorMes sages.Add( unManagedi dsinvalidv isibilitym odificatio naccess, " User does not have a ccess to m odify the visibility of this i tem.") | |||||
| 1263 | ErrorMes sages.Add( unManagedi dsinvalido wninguser, "Item doe s not have an owning user.") | |||||
| 1264 | ErrorMes sages.Add( unManagedi dsinvalida ssociation , "Invalid associati on.") | |||||
| 1265 | ErrorMes sages.Add( InvalidAss igneeId, " Invalid as signee id. ") | |||||
| 1266 | ErrorMes sages.Add( unManagedi dsfailurei nittoken, "Failure i n obtainin g user tok en.") | |||||
| 1267 | ErrorMes sages.Add( unManagedi dsinvalidv isibility, "Invalid visibility .") | |||||
| 1268 | ErrorMes sages.Add( InvalidAcc essRights, "Invalid access rig hts.") | |||||
| 1269 | ErrorMes sages.Add( InvalidSha ree, "Inva lid share id.") | |||||
| 1270 | ErrorMes sages.Add( unManagedi dsinvalidi temid, "In valid item id.") | |||||
| 1271 | ErrorMes sages.Add( unManagedi dsinvalido rgid, "Inv alid organ ization id .") | |||||
| 1272 | ErrorMes sages.Add( unManagedi dsinvalidb usinessid, "Invalid business i d.") | |||||
| 1273 | ErrorMes sages.Add( unManagedi dsinvalidt eamid, "In valid team id.") | |||||
| 1274 | ErrorMes sages.Add( unManagedi dsinvalidu serid, "Th e user id is invalid or missin g.") | |||||
| 1275 | ErrorMes sages.Add( InvalidPar entId, "Th e parent i d is inval id or miss ing.") | |||||
| 1276 | ErrorMes sages.Add( InvalidPar ent, "The parent obj ect is inv alid or mi ssing.") | |||||
| 1277 | ErrorMes sages.Add( InvalidUse rAuth, "Us er does no t have the privilege to act on behalf an other user .") | |||||
| 1278 | ErrorMes sages.Add( InvalidArg ument, "In valid argu ment.") | |||||
| 1279 | ErrorMes sages.Add( EmptyXml, "Empty XML .") | |||||
| 1280 | ErrorMes sages.Add( InvalidXml , "Invalid XML.") | |||||
| 1281 | ErrorMes sages.Add( RequiredFi eldMissing , "Require d field mi ssing.") | |||||
| 1282 | ErrorMes sages.Add( SearchText LenExceede d, "Search Text Leng th Exceede d.") | |||||
| 1283 | ErrorMes sages.Add( CannotAssi gnOfflineF ilters, "C annot assi gn offline filters") | |||||
| 1284 | ErrorMes sages.Add( ArticleIsP ublished, "The artic le cannot be updated or delete d because it is in p ublished s tate") | |||||
| 1285 | ErrorMes sages.Add( InvalidArt icleTempla teState, " The articl e template state is undefined" ) | |||||
| 1286 | ErrorMes sages.Add( InvalidArt icleStateT ransition, "This art icle state transitio n is inval id because of the cu rrent stat e of the a rticle") | |||||
| 1287 | ErrorMes sages.Add( InvalidArt icleState, "The arti cle state is undefin ed") | |||||
| 1288 | ErrorMes sages.Add( NullKBArti cleTemplat eId, "The kbarticlet emplateid cannot be NULL") | |||||
| 1289 | ErrorMes sages.Add( NullArticl eTemplateS tructureXm l, "The ar ticle temp late struc turexml ca nnot be NU LL") | |||||
| 1290 | ErrorMes sages.Add( NullArticl eTemplateF ormatXml, "The artic le templat e formatxm l cannot b e NULL") | |||||
| 1291 | ErrorMes sages.Add( NullArticl eXml, "The article x ml cannot be NULL") | |||||
| 1292 | ErrorMes sages.Add( InvalidCon tractDetai lId, "The Contract d etail id i s invalid" ) | |||||
| 1293 | ErrorMes sages.Add( InvalidTot alPrice, " The total price is i nvalid") | |||||
| 1294 | ErrorMes sages.Add( InvalidTot alDiscount , "The tot al discoun t is inval id") | |||||
| 1295 | ErrorMes sages.Add( InvalidNet Price, "Th e net pric e is inval id") | |||||
| 1296 | ErrorMes sages.Add( InvalidAll otmentsRem aining, "T he allotme nts remain ing is inv alid") | |||||
| 1297 | ErrorMes sages.Add( InvalidAll otmentsUse d, "The al lotments u sed is inv alid") | |||||
| 1298 | ErrorMes sages.Add( InvalidAll otmentsTot al, "The t otal allot ments is i nvalid") | |||||
| 1299 | ErrorMes sages.Add( InvalidAll otmentsCal c, "Allotm ents: rema ining + us ed != tota l") | |||||
| 1300 | ErrorMes sages.Add( CannotRout eToSameQue ue, "The q ueue item cannot be routed to the same q ueue") | |||||
| 1301 | ErrorMes sages.Add( CannotAddS ingleQueue EnabledEnt ityToQueue , "The ent ity record cannot be added to the queue as it alre ady exists in other queue.") | |||||
| 1302 | ErrorMes sages.Add( CannotUpda teDeactiva tedQueueIt em, "This item is de activated. To work w ith this i tem, react ivate it a nd then tr y again.") | |||||
| 1303 | ErrorMes sages.Add( CannotCrea teQueueIte mInactiveO bject, "De activated object can not be add ed to queu e.") | |||||
| 1304 | ErrorMes sages.Add( Insufficie ntPrivileg eToQueueOw ner, "The owner of t his queue does not h ave suffic ient privi leges to w ork with t he queue." ) | |||||
| 1305 | ErrorMes sages.Add( NoPrivileg eToWorker, "You cann ot add ite ms to an i nactive qu eue. Selec t another queue and try again. ") | |||||
| 1306 | ErrorMes sages.Add( CannotAddQ ueueItemsT oInactiveQ ueue, "The selected user does not have s ufficient permission s to work on items i n this que ue.") | |||||
| 1307 | ErrorMes sages.Add( EmailAlrea dyExistsIn Destinatio nQueue, "Y ou cannot add this e -mail to t he selecte d queue. A queue ite m for this e-mail al ready exis ts in the queue. You can delet e the item from the queue, and then try again.") | |||||
| 1308 | ErrorMes sages.Add( CouldNotFi ndQueueIte mInQueue, "Could not find any queue item associate d with the Target in the speci fied Sourc eQueueId. Either the SourceQue ueId or Ta rget is in valid or t he queue i tem does n ot exist." ) | |||||
| 1309 | ErrorMes sages.Add( MultipleQu eueItemsFo und, "This item occu rs in more than one queue and cannot be routed fro m this lis t. Locate the item i n a queue and try to route the item agai n.") | |||||
| 1310 | ErrorMes sages.Add( ActiveQueu eItemAlrea dyExists, "An active queue ite m already exists for the given object. C annot crea te more th an one act ive queue item for t his object .") | |||||
| 1311 | ErrorMes sages.Add( CannotRout eInactiveQ ueueItem, "You can't route a q ueue item that has b een deacti vated.") | |||||
| 1312 | ErrorMes sages.Add( QueueIdNot Present, " You must e nter the t arget queu e. Provide a valid v alue in th e Queue fi eld and tr y again.") | |||||
| 1313 | ErrorMes sages.Add( QueueItemN otPresent, "You must enter the name of t he record that you w ould like to put in the queue. Provide a valid val ue in the Queue Item field and try again .") | |||||
| 1314 | ErrorMes sages.Add( CannotUpda tePrivateO rWIPQueue, "The priv ate or WIP Bin queue is not al lowed to b e updated or deleted ") | |||||
| 1315 | ErrorMes sages.Add( CannotFind UserQueue, "Cannot f ind user q ueue") | |||||
| 1316 | ErrorMes sages.Add( CannotFind ObjectInQu eue, "The object was not found in the gi ven queue" ) | |||||
| 1317 | ErrorMes sages.Add( CannotRout eToQueue, "Cannot ro ute to Wor k in progr ess queue" ) | |||||
| 1318 | ErrorMes sages.Add( RouteTypeU nsupported , "The rou te type is unsupport ed") | |||||
| 1319 | ErrorMes sages.Add( UserIdOrQu eueNotSet, "Primary User Id or Destinati on Queue T ype code n ot set") | |||||
| 1320 | ErrorMes sages.Add( RoutingNot Allowed, " This objec t type can not be ro uted.") | |||||
| 1321 | ErrorMes sages.Add( CannotUpda teMetricOn ChildGoal, "You cann ot update metric on a child go al.") | |||||
| 1322 | ErrorMes sages.Add( CannotUpda teGoalPeri odInfoChil dGoal, "Yo u cannot u pdate goal period re lated attr ibutes on a child go al.") | |||||
| 1323 | ErrorMes sages.Add( CannotUpda teMetricOn GoalWithCh ildren, "Y ou cannot update met ric on a g oal which has associ ated child goals.") | |||||
| 1324 | ErrorMes sages.Add( FiscalPeri odGoalMiss ingInfo, " For a goal of fiscal period ty pe, the fi scal perio d attribut e must be set.") | |||||
| 1325 | ErrorMes sages.Add( CustomPeri odGoalHavi ngExtraInf o, "For a goal of cu stom perio d type, fi scal year and fiscal period at tributes m ust be lef t blank.") | |||||
| 1326 | ErrorMes sages.Add( ParentChil dMetricIdD iffers, "T he metrici d of child goal shou ld be same as the pa rent goal. ") | |||||
| 1327 | ErrorMes sages.Add( ParentChil dPeriodAtt ributesDif fer, "The period set tings of c hild goal should be same as th e parent g oal.") | |||||
| 1328 | ErrorMes sages.Add( CustomPeri odGoalMiss ingInfo, " For a goal of custom period ty pe, goalst artdate an d goalendd ate attrib utes must have data. ") | |||||
| 1329 | ErrorMes sages.Add( GoalMissin gPeriodTyp eInfo, "Go al Period Type needs to be spe cified whe n creating a goal. T his field cannot be null.") | |||||
| 1330 | ErrorMes sages.Add( Participat ingQueryEn tityMismat ch, "The e ntitytype of partici pating que ry should be the sam e as the e ntity spec ified in f etchxml.") | |||||
| 1331 | ErrorMes sages.Add( CannotUpda teGoalPeri odInfoClos edGoal, "Y ou cannot change the time peri od of this goal beca use there are one or more clos ed subordi nate goals .") | |||||
| 1332 | ErrorMes sages.Add( CannotUpda teRollupFi elds, "You cannot wr ite on rol lup fields if isover ride is no t set to t rue in you r create/u pdate requ est.") | |||||
| 1333 | ErrorMes sages.Add( CannotDele teMetricWi thGoals, " This goal metric is being used by one or more goal s and cann ot be dele ted.") | |||||
| 1334 | ErrorMes sages.Add( CannotUpda teRollupAt tributeWit hClosedGoa ls, "The c hanges mad e to the r oll-up fie ld definit ion cannot be saved because th e related goal metri c is being used by o ne or more closed go als.") | |||||
| 1335 | ErrorMes sages.Add( MetricName AlreadyExi sts, "A go al metric with the s ame name a lready exi sts. Speci fy a diffe rent name, and try a gain.") | |||||
| 1336 | ErrorMes sages.Add( CannotUpda teMetricWi thGoals, " The change s made to this recor d cannot b e saved be cause this goal metr ic is bein g used by one or mor e goals.") | |||||
| 1337 | ErrorMes sages.Add( CannotCrea teUpdateSo urceAttrib ute, "Sour ce Attribu te Not Val id For Cre ate/Update if Metric Type is C ount.") | |||||
| 1338 | ErrorMes sages.Add( InvalidDat eAttribute , "Date At tribute sp ecified is not an at tribute of Source En tity.") | |||||
| 1339 | ErrorMes sages.Add( InvalidSou rceEntityA ttribute, "Attribute {0} is no t an attri bute of En tity {1}." ) | |||||
| 1340 | ErrorMes sages.Add( GoalAttrib uteAlready Mapped, "T he Metric Detail for Specified Goal Attr ibute alre ady exists .") | |||||
| 1341 | ErrorMes sages.Add( InvalidSou rceAttribu teType, "S ource Attr ibute Type does not match the Amount Dat a Type spe cified.") | |||||
| 1342 | ErrorMes sages.Add( MaxLimitFo rRollupAtt ribute, "O nly three metric det ails per m etric can be created .") | |||||
| 1343 | ErrorMes sages.Add( InvalidGoa lAttribute , "Goal At tribute do es not mat ch the spe cified met ric type." ) | |||||
| 1344 | ErrorMes sages.Add( CannotUpda teParentAn dDependent s, "Cannot update me tric or pe riod attri butes when parent is being upd ated.") | |||||
| 1345 | ErrorMes sages.Add( UserDoesNo tHaveSendA sAllowed, "User does not have send-as pr ivilege") | |||||
| 1346 | ErrorMes sages.Add( CannotUpda teQuoteCur rency, "Th e currency cannot be changed b ecause thi s quote ha s Products associate d with it. If you wa nt to chan ge the cur rency plea se delete all of the Products and then c hange the currency o r create a new quote with the appropriat e currency .") | |||||
| 1347 | ErrorMes sages.Add( UserDoesNo tHaveSendA sForQueue, "You do n ot have su fficient p rivileges to send e- mail as th e selected queue. Co ntact your system ad ministrato r for assi stance.") | |||||
| 1348 | ErrorMes sages.Add( InvalidSou rceStateVa lue, "The source sta te specifi ed for the entity is invalid." ) | |||||
| 1349 | ErrorMes sages.Add( InvalidSou rceStatusV alue, "The source st atus speci fied for t he entity is invalid .") | |||||
| 1350 | ErrorMes sages.Add( InvalidEnt ityForDate Attribute, "Entity F or Date At tribute ca n be eithe r source e ntity or i ts parent. ") | |||||
| 1351 | ErrorMes sages.Add( InvalidEnt ityForRoll up, "The e ntity {0} is not a v alid entit y for roll up.") | |||||
| 1352 | ErrorMes sages.Add( InvalidFis calPeriod, "The fisc al period {0} does n ot fall in the permi tted range of fiscal periods a s per orga nization's fiscal se ttings.") | |||||
| 1353 | ErrorMes sages.Add( unManagedc hildentity isnotchild , "The chi ld entity supplied i s not a ch ild.") | |||||
| 1354 | ErrorMes sages.Add( unManagedm issingpare ntentity, "The paren t entity c ould not b e located. ") | |||||
| 1355 | ErrorMes sages.Add( unManagedu nablegetex ecutioncon text, "Fai led to ret rieve exec ution cont ext (TLS). ") | |||||
| 1356 | ErrorMes sages.Add( unManagedp endingtrxe xists, "A pending tr ansaction already ex ists.") | |||||
| 1357 | ErrorMes sages.Add( unManagedi nvalidtrxc ountforcom mit, "The transactio n count wa s expected to be 1 i n order to commit.") | |||||
| 1358 | ErrorMes sages.Add( unManagedi nvalidtrxc ountforrol lback, "Th e transact ion count was expect ed to be 1 in order to rollbac k.") | |||||
| 1359 | ErrorMes sages.Add( unManagedu nableswitc huserconte xt, "Canno t set to a different user cont ext.") | |||||
| 1360 | ErrorMes sages.Add( unManagedm issingdata access, "T he data ac cess could not be re trieved fr om the Exe cutionCont ext.") | |||||
| 1361 | ErrorMes sages.Add( unManagedi nvalidchar acterdataf oraggregat e, "Charac ter data i s not vali d when cle aring an a ggregate." ) | |||||
| 1362 | ErrorMes sages.Add( unManagedt rxinteroph andlerset, "The TrxI nteropHand ler has al ready been set.") | |||||
| 1363 | ErrorMes sages.Add( unManagedi nvalidbina ryfield, " The platfo rm cannot handle bin ary fields .") | |||||
| 1364 | ErrorMes sages.Add( unManagedi nvaludidis patchfield , "The pla tform cann ot handle idispatch fields.") | |||||
| 1365 | ErrorMes sages.Add( unManagedi nvaliddbda tefield, " The platfo rm cannot handle dbd ate fields .") | |||||
| 1366 | ErrorMes sages.Add( unManagedi nvalddbtim efield, "T he platfor m cannot h andle dbti me fields. ") | |||||
| 1367 | ErrorMes sages.Add( unManagedi nvalidfiel dtype, "Th e platform cannot ha ndle the s pecified f ield type. ") | |||||
| 1368 | ErrorMes sages.Add( unManagedi nvalidstre amfield, " The platfo rm cannot handle str eam fields .") | |||||
| 1369 | ErrorMes sages.Add( unManagedi nvalidpara metertypef orparamete rizedquery , "A param eterized q uery is no t supporte d for the supplied p arameter t ype.") | |||||
| 1370 | ErrorMes sages.Add( unManagedi nvaliddyna micparamet eraccessor , "SetPara m failed p rocessing the Dynami cParameter Accessor p arameter." ) | |||||
| 1371 | ErrorMes sages.Add( unManagedu nablegetse ssiontoken notrx, "Un able to re trieve the session t oken as th ere are no pending t ransaction s.") | |||||
| 1372 | ErrorMes sages.Add( unManagedu nablegetse ssiontoken , "Unable to retriev e the sess ion token. ") | |||||
| 1373 | ErrorMes sages.Add( unManagedi nvalidsecu rityprinci pal, "The security p rincipal i s invalid or missing .") | |||||
| 1374 | ErrorMes sages.Add( unManagedm issingprev iousownert ype, "Unab le to dete rmine the previous o wner's typ e.") | |||||
| 1375 | ErrorMes sages.Add( unManagedi nvalidpriv ilegeid, " The privil ege id is invalid or missing." ) | |||||
| 1376 | ErrorMes sages.Add( unManagedi nvalidpriv ilegeuserg roup, "The privilege user grou p id is in valid or m issing.") | |||||
| 1377 | ErrorMes sages.Add( unManagedu nexpectedp ropertytyp e, "Unexpe cted type for the pr operty.") | |||||
| 1378 | ErrorMes sages.Add( unManagedm issingaddr essentity, "The addr ess entity could not be found. ") | |||||
| 1379 | ErrorMes sages.Add( unManagede rroradding filtertoqu eryplan, " An error o ccurred ad ding a fil ter to the query pla n.") | |||||
| 1380 | ErrorMes sages.Add( unManagedm issingrefe rencesfrom relationsh ip, "Unabl e to acces s a relati onship in an entity' s Referenc esFrom col lection.") | |||||
| 1381 | ErrorMes sages.Add( unManagedm issingrefe rencingatt ribute, "T he relatio nship's Re ferencingA ttribute i s missing or invalid .") | |||||
| 1382 | ErrorMes sages.Add( unManagedi nvalidoper ator, "The operator provided i s not vali d.") | |||||
| 1383 | ErrorMes sages.Add( unManagedu nabletoacc essquerypl anfilter, "Unable to access a filter in the query plan.") | |||||
| 1384 | ErrorMes sages.Add( unManagedm issingattr ibuteforta g, "An exp ected attr ibute was not found for the ta g specifie d.") | |||||
| 1385 | ErrorMes sages.Add( unManagede rrorproces singfilter nodes, "An unexpecte d error oc curred pro cessing th e filter n odes.") | |||||
| 1386 | ErrorMes sages.Add( unManagedu nabletoloc ateconditi onfilter, "Unexpecte d error lo cating the filter fo r the cond ition.") | |||||
| 1387 | ErrorMes sages.Add( unManagedi nvalidpage value, "Th e page val ue is inva lid or mis sing.") | |||||
| 1388 | ErrorMes sages.Add( unManagedi nvalidcoun tvalue, "T he count v alue is in valid or m issing.") | |||||
| 1389 | ErrorMes sages.Add( unManagedi nvalidvers ionvalue, "The versi on value i s invalid or missing .") | |||||
| 1390 | ErrorMes sages.Add( unManagedi nvalidvalu ettagoutsi deconditio ntag, "A i nvalid val ue tag was found out side of it 's conditi on tag.") | |||||
| 1391 | ErrorMes sages.Add( unManagedi nvalidorga nizationid , "The org anizationi d is missi ng or inva lid.") | |||||
| 1392 | ErrorMes sages.Add( unManagedi nvalidowni nguser, "T he owningu ser is mis ing or inv alid.") | |||||
| 1393 | ErrorMes sages.Add( unManagedi nvalidowni ngbusiness unitorbusi nessunitid , "The own ingbusines sunit or b usinessuni tid is mis sing or in valid.") | |||||
| 1394 | ErrorMes sages.Add( unManagedi nvalidpriv ilegeedept h, "Invali d privileg e depth fo r user.") | |||||
| 1395 | ErrorMes sages.Add( unManagedi nvalidlink objects, " Invalid li nk entity, link to a ttribute, or link fr om attribu te.") | |||||
| 1396 | ErrorMes sages.Add( unManagedp artylistat tributenot supported, "Attribut es of type partylist are not s upported." ) | |||||
| 1397 | ErrorMes sages.Add( unManagedi nvalidargu mentsforco ndition, " An invalid number of arguments was suppl ied to a c ondition." ) | |||||
| 1398 | ErrorMes sages.Add( unManagedu nknownaggr egateopera tion, "An unknown ag gregate op eration wa s supplied .") | |||||
| 1399 | ErrorMes sages.Add( unManagedm issingpare ntattribut eonentity, "The pare nt attribu te was not found on the expect ed entity. ") | |||||
| 1400 | ErrorMes sages.Add( unManagedi nvalidproc esschildof condition, "ProcessC hildOfCond ition was called wit h non-chil d-of condi tion.") | |||||
| 1401 | ErrorMes sages.Add( unManagedu nexpectedr imarykey, "Primary k ey attribu te was not as expect ed.") | |||||
| 1402 | ErrorMes sages.Add( unManagedm issinglink entity, "U nexpected error loca ting link entity.") | |||||
| 1403 | ErrorMes sages.Add( unManagedi nvalidproc essliterna lcondition , "Process LiteralCon dition is only valid for use w ith Rollup queries." ) | |||||
| 1404 | ErrorMes sages.Add( unManagede mptyproces sliteralco ndition, " No data sp ecified fo r ProcessL iteralCond ition.") | |||||
| 1405 | ErrorMes sages.Add( unManagedu nusablevar iantdata, "Variant s upplied co ntains dat a in an un usable for mat.") | |||||
| 1406 | ErrorMes sages.Add( unManagedf ieldnotval idatedbypl atform, "A field was not valid ated by th e platform .") | |||||
| 1407 | ErrorMes sages.Add( unManagedm issingfilt erattribut e, "Missin g filter a ttribute." ) | |||||
| 1408 | ErrorMes sages.Add( unManagedi nvalidequa lityoperan d, "Only Q B_LITERAL is support ed for equ ality oper and.") | |||||
| 1409 | ErrorMes sages.Add( unManagedf ilterindex outofrange , "The fil ter index is out of range.") | |||||
| 1410 | ErrorMes sages.Add( unManagede ntityisnot intersect, "The enti ty is not an interse ct entity. ") | |||||
| 1411 | ErrorMes sages.Add( unManagedc ihldofcond itionforof filefilter s, "Child- of conditi on is only allowed o n offline filters.") | |||||
| 1412 | ErrorMes sages.Add( unManagedi nvalidowni ngbusiness unit, "The owningbus inessunit is missing or invali d.") | |||||
| 1413 | ErrorMes sages.Add( unManagedi nvalidbusi nessunitid , "The bus inessuniti d is missi ng or inva lid.") | |||||
| 1414 | ErrorMes sages.Add( unManagedm orethanone sortattrib ute, "More than one sort attri butes were defined." ) | |||||
| 1415 | ErrorMes sages.Add( unManagedu nabletoacc essquerypl an, "Unabl e to acces s the quer y plan.") | |||||
| 1416 | ErrorMes sages.Add( unManagedp arentattri butenotfou nd, "The p arent attr ibute was not found for the ch ild attrib ute.") | |||||
| 1417 | ErrorMes sages.Add( unManagedi nvalidtlsm ananger, " Failed to retrieve T LS Manager .") | |||||
| 1418 | ErrorMes sages.Add( unManagedi nvalidesca pedxml, "E scaped xml size not as expecte d.") | |||||
| 1419 | ErrorMes sages.Add( unManagedu nabletoret rieveprivi leges, "Fa iled to re trieve pri vileges.") | |||||
| 1420 | ErrorMes sages.Add( unManagedp roxycreati onfailed, "Cannot cr eate an in stance of managed pr oxy.") | |||||
| 1421 | ErrorMes sages.Add( unManagedi nvalidprin cipal, "Th e principa l id is mi ssing or i nvalid.") | |||||
| 1422 | ErrorMes sages.Add( RestrictIn heritedRol e, "Inheri ted roles cannot be modified." ) | |||||
| 1423 | ErrorMes sages.Add( unManagedi dsfetchbet weentext, "between, not-betwee n, in, and not-in op erators ar e not allo wed on att ributes of type text or ntext. ") | |||||
| 1424 | ErrorMes sages.Add( unManagedi dscantdisa ble, "The user canno t be disab led becaus e they hav e workflow rules run ning under their con text.") | |||||
| 1425 | ErrorMes sages.Add( CascadeInv alidLinkTy peTransiti on, "Inval id link ty pe for sys tem entity cascading actions." ) | |||||
| 1426 | ErrorMes sages.Add( InvalidOrg OwnedCasca deLinkType , "Cascade User-Owne d is not a valid cas cade link type for o rg-owned e ntity rela tionships. ") | |||||
| 1427 | ErrorMes sages.Add( CallerCann otChangeOw nDomainNam e, "The ca ller canno t change t heir own d omain name ") | |||||
| 1428 | ErrorMes sages.Add( AsyncOpera tionInvali dStateChan ge, "The t arget stat e could no t be set b ecause the state tra nsition is not valid .") | |||||
| 1429 | ErrorMes sages.Add( AsyncOpera tionInvali dStateChan geUnexpect ed, "The t arget stat e could no t be set b ecause the state was changed b y another process.") | |||||
| 1430 | ErrorMes sages.Add( AsyncOpera tionMissin gId, "The AsyncOpera tionId is required t o do the u pdate.") | |||||
| 1431 | ErrorMes sages.Add( AsyncOpera tionInvali dStateChan geToComple te, "The t arget stat e could no t be set t o complete because t he state t ransition is not val id.") | |||||
| 1432 | ErrorMes sages.Add( AsyncOpera tionInvali dStateChan geToReady, "The targ et state c ould not b e set to r eady becau se the sta te transit ion is not valid.") | |||||
| 1433 | ErrorMes sages.Add( AsyncOpera tionInvali dStateChan geToSuspen ded, "The target sta te could n ot be set to suspend ed because the state transitio n is not v alid.") | |||||
| 1434 | ErrorMes sages.Add( AsyncOpera tionCannot UpdateNonr ecurring, "Cannot up date recur rence patt ern for a job that i s not recu rring.") | |||||
| 1435 | ErrorMes sages.Add( AsyncOpera tionCannot UpdateRecu rring, "Ca nnot updat e recurren ce pattern for a job type that is not su pported.") | |||||
| 1436 | ErrorMes sages.Add( AsyncOpera tionCannot DeleteUnle ssComplete d, "Cannot delete as ync operat ion unless it is in Completed state.") | |||||
| 1437 | ErrorMes sages.Add( SdkInvalid MessagePro pertyName, "Message property n ame '{0}' is not val id on mess age {1}.") | |||||
| 1438 | ErrorMes sages.Add( PluginAsse mblyMustHa vePublicKe yToken, "P ublic asse mbly must have publi c key toke n.") | |||||
| 1439 | ErrorMes sages.Add( SdkMessage InvalidIma geTypeRegi stration, "Message { 0} does no t support this image type.") | |||||
| 1440 | ErrorMes sages.Add( SdkMessage DoesNotSup portPostIm ageRegistr ation, "Pr eEvent ste p registra tion does not suppor t Post Ima ge.") | |||||
| 1441 | ErrorMes sages.Add( CannotDese rializeReq uest, "The SDK reque st could n ot be dese rialized." ) | |||||
| 1442 | ErrorMes sages.Add( InvalidPlu ginRegistr ationConfi guration, "The plug- in assembl y registra tion confi guration i s invalid. ") | |||||
| 1443 | ErrorMes sages.Add( SandboxCli entPluginT imeout, "T he plug-in execution failed be cause the operation has timed- out at the Sandbox C lient.") | |||||
| 1444 | ErrorMes sages.Add( SandboxHos tPluginTim eout, "The plug-in e xecution f ailed beca use the op eration ha s timed-ou t at the S andbox Hos t.") | |||||
| 1445 | ErrorMes sages.Add( SandboxWor kerPluginT imeout, "T he plug-in execution failed be cause the operation has timed- out at the Sandbox W orker.") | |||||
| 1446 | ErrorMes sages.Add( SandboxSdk ListenerSt artFailed, "The plug -in execut ion failed because t he Sandbox Client en countered an error d uring init ialization .") | |||||
| 1447 | ErrorMes sages.Add( ServiceBus PostFailed , "The ser vice bus p ost failed .") | |||||
| 1448 | ErrorMes sages.Add( ServiceBus IssuerNotF ound, "Can not find s ervice int egration i ssuer info rmation.") | |||||
| 1449 | ErrorMes sages.Add( ServiceBus IssuerCert ificateErr or, "Servi ce integra tion issue r certific ate error. ") | |||||
| 1450 | ErrorMes sages.Add( ServiceBus ExtendedTo kenFailed, "Failed t o retrieve the addit ional toke n for serv ice bus po st.") | |||||
| 1451 | ErrorMes sages.Add( ServiceBus PostPostpo ned, "Serv ice bus po st is bein g postpone d.") | |||||
| 1452 | ErrorMes sages.Add( ServiceBus PostDisabl ed, "Servi ce bus pos t is disab led for th e organiza tion.") | |||||
| 1453 | ErrorMes sages.Add( SdkMessage NotSupport edOnServer , "The mes sage reque sted is no t supporte d on the s erver.") | |||||
| 1454 | ErrorMes sages.Add( SdkMessage NotSupport edOnClient , "The mes sage reque sted is no t supporte d on the c lient.") | |||||
| 1455 | ErrorMes sages.Add( SdkCorrela tionTokenD epthTooHig h, "This w orkflow jo b was canc eled becau se the wor kflow that started i t included an infini te loop. C orrect the workflow logic and try again. For infor mation abo ut workflo w logic, s ee Help.") | |||||
| 1456 | ErrorMes sages.Add( OnlyStepIn Predefined StagesCanB eModified, "Invalid plug-in re gistration stage. St eps can on ly be modi fied in st ages Befor eMainOpera tionOutsid eTransacti on, Before MainOperat ionInsideT ransaction , AfterMai nOperation InsideTran saction an d AfterMai nOperation OutsideTra nsaction." ) | |||||
| 1457 | ErrorMes sages.Add( OnlyStepIn ServerOnly CanHaveSec ureConfigu ration, "O nly SdkMes sageProces singStep w ith Server Only suppo rted deplo yment can have secur e configur ation.") | |||||
| 1458 | ErrorMes sages.Add( OnlyStepOu tsideTrans actionCanC reateCrmSe rvice, "On ly SdkMess ageProcess ingStep in parent pi peline and in stages outside t ransaction can creat e CrmServi ce to prev ent deadlo ck.") | |||||
| 1459 | ErrorMes sages.Add( SdkCustomP rocessingS tepIsNotAl lowed, "Cu stom SdkMe ssageProce ssingStep is not all owed on th e specifie d message and entity .") | |||||
| 1460 | ErrorMes sages.Add( SdkEntityO fflineQueu ePlaybackI sNotAllowe d, "Entity '{0}' is not allowe d in offli ne queue p layback.") | |||||
| 1461 | ErrorMes sages.Add( SdkMessage DoesNotSup portImageR egistratio n, "Messag e '{0}' do es not sup port image registrat ion.") | |||||
| 1462 | ErrorMes sages.Add( RequestLen gthTooLarg e, "Reques t message length is too large. ") | |||||
| 1463 | ErrorMes sages.Add( SandboxWor kerNotAvai lable, "Th e plug-in execution failed bec ause no Sa ndbox Work er process es are cur rently ava ilable. Pl ease try a gain.") | |||||
| 1464 | ErrorMes sages.Add( SandboxHos tNotAvaila ble, "The plug-in ex ecution fa iled becau se no Sand box Hosts are curren tly availa ble. Pleas e check th at you hav e a Sandbo x server c onfigured and that i t is runni ng.") | |||||
| 1465 | ErrorMes sages.Add( PluginAsse mblyConten tSizeExcee ded, """Th e assembly content s ize '{0} b ytes' has exceeded t he maximum value all owed for i solated pl ug-ins '{1 } bytes'." "") | |||||
| 1466 | ErrorMes sages.Add( UnableToLo adPluginTy pe, "Unabl e to load plug-in ty pe.") | |||||
| 1467 | ErrorMes sages.Add( UnableToLo adPluginAs sembly, "U nable to l oad plug-i n assembly .") | |||||
| 1468 | ErrorMes sages.Add( InvalidPlu ginAssembl yContent, "Plug-in a ssembly do es not con tain the r equired ty pes or ass embly cont ent cannot be update d.") | |||||
| 1469 | ErrorMes sages.Add( InvalidPlu ginTypeImp lementatio n, "Plug-i n type mus t implemen t exactly one of the following classes o r interfac es: Micros oft.Crm.Sd k.IPlugin, Microsoft .Xrm.Sdk.I Plugin, Sy stem.Activ ities.Acti vity and S ystem.Work flow.Compo nentModel. Activity." ) | |||||
| 1470 | ErrorMes sages.Add( InvalidPlu ginAssembl yVersion, "Plug-in a ssembly fu llnames mu st be uniq ue (ignori ng the ver sion build and revis ion number ).") | |||||
| 1471 | ErrorMes sages.Add( PluginType MustBeUniq ue, "Multi ple plug-i n types fr om the sam e assembly and with the same t ypename ar e not allo wed.") | |||||
| 1472 | ErrorMes sages.Add( InvalidAss emblySourc eType, "Th e given pl ugin assem bly source type is n ot support ed for iso lated plug in assembl ies.") | |||||
| 1473 | ErrorMes sages.Add( InvalidAss emblyProce ssorArchit ecture, "T he given p lugin asse mbly was b uilt with an unsuppo rted targe t platform and canno t be loade d.") | |||||
| 1474 | ErrorMes sages.Add( CyclicRefe rencesNotS upported, "The input contains a cyclic r eference, which is n ot support ed.") | |||||
| 1475 | ErrorMes sages.Add( InvalidQue ry, "The q uery speci fied for t his operat ion is inv alid") | |||||
| 1476 | ErrorMes sages.Add( SandboxWor kerPluginE xecuteTime out, "Didn ’t receive a respons e from the {0} plug- in within the 2:20-m inute limi t.") | |||||
| 1477 | ErrorMes sages.Add( ServiceBus EndpointNo tConfigure d, "Config uration of required credential s must be completed before mes sages can be sent.") | |||||
| 1478 | ErrorMes sages.Add( InvalidEma ilAddressF ormat, "In valid e-ma il address . For more informati on, contac t your sys tem admini strator.") | |||||
| 1479 | ErrorMes sages.Add( ContractIn validDisco unt, "Disc ount canno t be great er than to tal price. ") | |||||
| 1480 | ErrorMes sages.Add( InvalidLan guageCode, "The spec ified lang uage code is not val id for thi s organiza tion.") | |||||
| 1481 | ErrorMes sages.Add( ConfigNull PrimaryKey , "Primary Key canno t be nulla ble.") | |||||
| 1482 | ErrorMes sages.Add( ConfigMiss ingDescrip tion, "Des cription m ust be spe cified.") | |||||
| 1483 | ErrorMes sages.Add( AttributeD oesNotSupp ortLocaliz edLabels, "The speci fied attri bute does not suppor t localize d labels." ) | |||||
| 1484 | ErrorMes sages.Add( NoLanguage Provisione d, "There is no lang uage provi sioned for this orga nization." ) | |||||
| 1485 | ErrorMes sages.Add( CannotImpo rtNullStri ngsForBase Language, "The base language t ranslation string pr esent in w orksheet { 0}, row {1 }, column {2} is nul l.") | |||||
| 1486 | ErrorMes sages.Add( CannotUpda teNonCusto mizableStr ing, "The translatio n string p resent in worksheet {0}, row { 1}, column {2} is no t customiz able.") | |||||
| 1487 | ErrorMes sages.Add( InvalidOrg anizationI d, "The Or ganization ID presen t in the t ranslation s file doe s not matc h the curr ent Organi zation ID. ") | |||||
| 1488 | ErrorMes sages.Add( InvalidTra nslationsF ile, "The translatio ns file is invalid o r does not confirm t o the requ ired schem a.") | |||||
| 1489 | ErrorMes sages.Add( MetadataRe cordNotDel etable, "T he metadat a record b eing delet ed cannot be deleted by the en d user") | |||||
| 1490 | ErrorMes sages.Add( InvalidImp ortJobTemp lateFile, "The Impor tJobTempla te.xml fil e is inval id.") | |||||
| 1491 | ErrorMes sages.Add( InvalidImp ortJobId, "The reque sted impor tjob does not exist. ") | |||||
| 1492 | ErrorMes sages.Add( MissingCrm Authentica tionToken, "CrmAuthe nticationT oken is mi ssing.") | |||||
| 1493 | ErrorMes sages.Add( Integrated Authentica tionIsNotA llowed, "I ntegrated authentica tion is no t allowed. ") | |||||
| 1494 | ErrorMes sages.Add( RequestIsN otAuthenti cated, "Re quest is n ot authent icated.") | |||||
| 1495 | ErrorMes sages.Add( AsyncOpera tionTypeIs NotRecogni zed, "The operation type of th e async op eration wa s not reco gnized.") | |||||
| 1496 | ErrorMes sages.Add( FailedToDe serializeA syncOperat ionData, " Failed to deserializ e async op eration da ta.") | |||||
| 1497 | ErrorMes sages.Add( UserSettin gsOverMaxP agingLimit , "Paging limit over maximum c onfigured value.") | |||||
| 1498 | ErrorMes sages.Add( AsyncNetwo rkError, " An error o ccurred wh ile access ing the ne twork.") | |||||
| 1499 | ErrorMes sages.Add( AsyncCommu nicationEr ror, "A co mmunicatio n error oc curred whi le process ing the as ync operat ion.") | |||||
| 1500 | ErrorMes sages.Add( MissingCrm Authentica tionTokenO rganizatio nName, "Or ganization Name must be specif ied in Crm Authentica tionToken. ") | |||||
| 1501 | ErrorMes sages.Add( SdkNotEnou ghPrivileg eToSetCall erOriginTo ken, "Call er does no t have eno ugh privil ege to set CallerOri ginToken t o the spec ified valu e.") | |||||
| 1502 | ErrorMes sages.Add( OverRetrie valUpperLi mitWithout PagingCook ie, "Over upper limi t of recor ds that ca n be reque sted witho ut a pagin g cookie. A paging c ookie is r equired wh en retriev ing a high page numb er.") | |||||
| 1503 | ErrorMes sages.Add( InvalidAll otmentsOve rage, "All otment ove rage is in valid.") | |||||
| 1504 | ErrorMes sages.Add( TooManyCon ditionsInQ uery, "Num ber of con ditions in query exc eeded maxi mum limit. ") | |||||
| 1505 | ErrorMes sages.Add( TooManyLin kEntitiesI nQuery, "N umber of l ink entiti es in quer y exceeded maximum l imit.") | |||||
| 1506 | ErrorMes sages.Add( TooManyCon ditionPara metersInQu ery, "Numb er of para meters in a conditio n exceeded maximum l imit.") | |||||
| 1507 | ErrorMes sages.Add( InvalidOne ToManyRela tionshipFo rRelatedEn titiesQuer y, "An inv alid OneTo ManyRelati onship has been spec ified for RelatedEnt itiesQuery . Referenc ed Entity {0} should be the sa me as prim ary entity {1}") | |||||
| 1508 | ErrorMes sages.Add( PicklistVa lueNotUniq ue, "The p icklist va lue alread y exists. Picklist values mus t be uniqu e.") | |||||
| 1509 | ErrorMes sages.Add( UnableToLo gOnUserFro mUserNameA ndPassword , "The spe cified use r name and password can not lo gon.") | |||||
| 1510 | ErrorMes sages.Add( PicklistVa lueOutOfRa nge, "The picklist v alue is ou t of the r ange.") | |||||
| 1511 | ErrorMes sages.Add( WrongNumbe rOfBoolean Options, " Boolean at tributes m ust have e xactly two option va lues.") | |||||
| 1512 | ErrorMes sages.Add( BooleanOpt ionOutOfRa nge, "Bool ean attrib ute option s must hav e a value of either 0 or 1.") | |||||
| 1513 | ErrorMes sages.Add( CannotAddN ewBooleanV alue, "You cannot ad d an optio n to a Boo lean attri bute.") | |||||
| 1514 | ErrorMes sages.Add( CannotAddN ewStateVal ue, "You c annot add state opti ons to a S tate attri bute.") | |||||
| 1515 | ErrorMes sages.Add( NoMoreCust omOptionVa luesExist, "All avai lable cust om option values hav e been use d.") | |||||
| 1516 | ErrorMes sages.Add( InsertOpti onValueInv alidType, "You can a dd option values onl y to pickl ist and st atus attri butes.") | |||||
| 1517 | ErrorMes sages.Add( NewStatusR equiresAss ociatedSta te, "The n ew status option mus t have an associated state val ue.") | |||||
| 1518 | ErrorMes sages.Add( NewStatusH asInvalidS tate, "The state val ue that wa s provided for this new status option do es not exi st.") | |||||
| 1519 | ErrorMes sages.Add( CannotDele teEnumOpti onsFromAtt ributeType , "You can delete op tions only from pick list and s tatus attr ibutes.") | |||||
| 1520 | ErrorMes sages.Add( OptionReor derArrayIn correctLen gth, "The array of o ption valu es that we re provide d for reor dering doe s not matc h the numb er of opti ons for th e attribut e.") | |||||
| 1521 | ErrorMes sages.Add( ValueMissi ngInOption OrderArray , "The opt ions array is missin g a value. ") | |||||
| 1522 | ErrorMes sages.Add( NavPaneOrd erValueNot Allowed, " The provid ed nav pan e order va lue is not allowed") | |||||
| 1523 | ErrorMes sages.Add( EntityRela tionshipRo leCustomLa belsMissin g, "Custom labels mu st be prov ided if an entity re lationship role has a display option of UseCustomL abels") | |||||
| 1524 | ErrorMes sages.Add( NavPaneNot Customizab le, "The n av pane pr operties f or this re lationship are not c ustomizabl e") | |||||
| 1525 | ErrorMes sages.Add( EntityRela tionshipSc hemaNameRe quired, "E ntity rela tionships require a name") | |||||
| 1526 | ErrorMes sages.Add( EntityRela tionshipSc hemaNameNo tUnique, " A relation ship with the specif ied name a lready exi sts. Pleas e specify a unique n ame.") | |||||
| 1527 | ErrorMes sages.Add( CustomRefl exiveRelat ionshipNot AllowedFor Entity, "T his entity is not va lid for a custom ref lexive rel ationship" ) | |||||
| 1528 | ErrorMes sages.Add( EntityCann otBeChildI nCustomRel ationship, "This ent ity is eit her not va lid as a c hild in a custom par ental rela tionship o r is alrea dy a child in a pare ntal relat ionship") | |||||
| 1529 | ErrorMes sages.Add( Referenced EntityHasL ogicalPrim aryNameFie ld, "This entity has a primary field tha t is logic al and the refore can not be the reference d entity i n a one-to -many rela tionship") | |||||
| 1530 | ErrorMes sages.Add( IntegerVal ueOutOfRan ge, "A val idation er ror occurr ed. An int eger provi ded is out side of th e allowed values for this attr ibute.") | |||||
| 1531 | ErrorMes sages.Add( DecimalVal ueOutOfRan ge, "A val idation er ror occurr ed. A deci mal value provided i s outside of the all owed value s for this attribute .") | |||||
| 1532 | ErrorMes sages.Add( StringLeng thTooLong, "A valida tion error occurred. A string value prov ided is to o long.") | |||||
| 1533 | ErrorMes sages.Add( EntityCann otParticip ateInEntit yAssociati on, "This entity can not partic ipate in a n entity a ssociation ") | |||||
| 1534 | ErrorMes sages.Add( DataMigrat ionManager UnknownPro blem, "The Data Migr ation Mana ger encoun tered an u nknown pro blem and c annot cont inue. To t ry again, restart th e Data Mig ration Man ager.") | |||||
| 1535 | ErrorMes sages.Add( ImportOper ationChild Failure, " One or mor e of the I mport Chil d Jobs Fai led") | |||||
| 1536 | ErrorMes sages.Add( AttributeD eprecated, """Attrib ute '{0}' on entity '{1}' is d eprecated. """) | |||||
| 1537 | ErrorMes sages.Add( DataMigrat ionManager MandatoryU pdatesNotI nstalled, "First-tim e configur ation of t he Data Mi gration Ma nager has been cance led. You w ill not be able to u se the Dat a Migratio n Manager until conf iguration is complet ed.") | |||||
| 1538 | ErrorMes sages.Add( Referenced EntityMust HaveLookup View, "Ref erenced en tities of a relation ship must have a loo kup view") | |||||
| 1539 | ErrorMes sages.Add( Referencin gEntityMus tHaveAssoc iationView , "Referen cing entit ies of a r elationshi p must hav e an assoc iation vie w") | |||||
| 1540 | ErrorMes sages.Add( CouldNotOb tainLockOn Resource, "Database resource l ock could not be obt ained") | |||||
| 1541 | ErrorMes sages.Add( SourceAttr ibuteHeade rTooBig, " Column hea ders must be 160 or fewer char acters. Fi x the colu mn headers , and then run Data Migration Manager ag ain.") | |||||
| 1542 | ErrorMes sages.Add( CannotDele teDefaultS tatusOptio n, "Defaul t Status o ptions can not be del eted.") | |||||
| 1543 | ErrorMes sages.Add( CannotFind DomainAcco unt, "Inva lid domain account") | |||||
| 1544 | ErrorMes sages.Add( CannotUpda teAppDefau ltValueFor StateAttri bute, "The default v alue for a status (s tatecode) attribute cannot be updated.") | |||||
| 1545 | ErrorMes sages.Add( CannotUpda teAppDefau ltValueFor StatusAttr ibute, "Th e default value for a status r eason (sta tuscode) a ttribute i s not used . The defa ult status reason is set in th e associat ed status (statecode ) attribut e option." ) | |||||
| 1546 | ErrorMes sages.Add( InvalidOpt ionSetSche maName, "A n OptionSe t with the specified name alre ady exists . Please s pecify a u nique name .") | |||||
| 1547 | ErrorMes sages.Add( Referencin gEntityCan notBeSolut ionAware, "Referenci ng entitie s in a rel ationship cannot be a componen t in a sol ution.") | |||||
| 1548 | ErrorMes sages.Add( ErrorInFie ldWidthInc rease, "An error occ urred whil e increasi ng the fie ld width." ) | |||||
| 1549 | ErrorMes sages.Add( ExpiredVer sionStamp, "Version stamp asso ciated wit h the clie nt has exp ired. Plea se perform a full sy nc.") | |||||
| 1550 | ErrorMes sages.Add( AsyncOpera tionCannot Cancel, "T his system job canno t be cance led.") | |||||
| 1551 | ErrorMes sages.Add( AsyncOpera tionCannot Pause, "Th is system job cannot be paused .") | |||||
| 1552 | ErrorMes sages.Add( CannotDele teOrCancel SystemJobs , "You can 't cancel or delete this syste m job beca use it's r equired by the syste m. You can only paus e, resume, or postpo ne this jo b.") | |||||
| 1553 | ErrorMes sages.Add( WorkflowCo mpileFailu re, "An er ror has oc curred dur ing compil ation of t he workflo w.") | |||||
| 1554 | ErrorMes sages.Add( UpdatePubl ishedWorkf lowDefinit ion, "Cann ot update a publishe d workflow definitio n.") | |||||
| 1555 | ErrorMes sages.Add( UpdateWork flowActiva tion, "Can not update a workflo w activati on.") | |||||
| 1556 | ErrorMes sages.Add( DeleteWork flowActiva tion, "Can not delete a workflo w activati on.") | |||||
| 1557 | ErrorMes sages.Add( DeleteWork flowActiva tionWorkfl owDependen cy, "Canno t delete a workflow dependency associate d with a w orkflow ac tivation." ) | |||||
| 1558 | ErrorMes sages.Add( DeletePubl ishedWorkf lowDefinit ionWorkflo wDependenc y, "Cannot delete a workflow d ependency for a publ ished work flow defin ition.") | |||||
| 1559 | ErrorMes sages.Add( UpdateWork flowActiva tionWorkfl owDependen cy, "Canno t update a workflow dependency associate d with a w orkflow ac tivation." ) | |||||
| 1560 | ErrorMes sages.Add( UpdatePubl ishedWorkf lowDefinit ionWorkflo wDependenc y, "Cannot update a workflow d ependency for a publ ished work flow defin ition.") | |||||
| 1561 | ErrorMes sages.Add( CreateWork flowActiva tionWorkfl owDependen cy, "Canno t create a workflow dependency associate d with a w orkflow ac tivation." ) | |||||
| 1562 | ErrorMes sages.Add( CreatePubl ishedWorkf lowDefinit ionWorkflo wDependenc y, "Cannot create a workflow d ependency for a publ ished work flow defin ition.") | |||||
| 1563 | ErrorMes sages.Add( WorkflowPu blishedByN onOwner, " The workfl ow cannot be publish ed or unpu blished by someone w ho is not its owner. ") | |||||
| 1564 | ErrorMes sages.Add( PublishedW orkflowOwn ershipChan ge, "A pub lished wor kflow can only be as signed to the caller .") | |||||
| 1565 | ErrorMes sages.Add( OnlyWorkfl owDefiniti onOrTempla teCanBePub lished, "O nly workfl ow definit ion or dra ft workflo w template can be pu blished.") | |||||
| 1566 | ErrorMes sages.Add( OnlyWorkfl owDefiniti onOrTempla teCanBeUnp ublished, "Only work flow defin ition or w orkflow te mplate can be unpubl ished.") | |||||
| 1567 | ErrorMes sages.Add( DeleteWork flowActive Definition , "Cannot delete an active wor kflow defi nition.") | |||||
| 1568 | ErrorMes sages.Add( WorkflowCo nditionInc orrectUnar yOperatorF ormation, "Incorrect formation of unary operator." ) | |||||
| 1569 | ErrorMes sages.Add( WorkflowCo nditionInc orrectBina ryOperator Formation, "Incorrec t formatio n of binar y operator .") | |||||
| 1570 | ErrorMes sages.Add( WorkflowCo nditionOpe ratorNotSu pported, " Condition operator n ot support ed for spe cified typ e.") | |||||
| 1571 | ErrorMes sages.Add( WorkflowCo nditionTyp eNotSuppor t, "Invali d type spe cified on condition. ") | |||||
| 1572 | ErrorMes sages.Add( WorkflowVa lidationFa ilure, "Va lidation f ailed on t he specifi ed workflo w.") | |||||
| 1573 | ErrorMes sages.Add( PublishedW orkflowLim itForSkuRe ached, "Th is workflo w cannot b e publishe d because your organ ization ha s reached its limit for the nu mber of wo rkflows th at can be published at the sam e time. (T here is no limit on the number of draft workflows. ) You can publish th is workflo w by unpub lishing a different workflow, or by upgr ading your license t o a licens e that sup ports more workflows .") | |||||
| 1574 | ErrorMes sages.Add( NoPrivileg eToPublish Workflow, "User does not have sufficient privilege s to publi sh workflo ws.") | |||||
| 1575 | ErrorMes sages.Add( WorkflowSy stemPaused , "Workflo w should b e paused b y system." ) | |||||
| 1576 | ErrorMes sages.Add( WorkflowPu blishNoAct ivationPar ameters, " Automatic workflow c annot be p ublished i f no activ ation para meters hav e been spe cified.") | |||||
| 1577 | ErrorMes sages.Add( CreateWork flowDepend encyForPub lishedTemp late, "Can not create a workflo w dependen cy for a p ublished w orkflow te mplate.") | |||||
| 1578 | ErrorMes sages.Add( DeleteActi veWorkflow TemplateDe pendency, "Cannot de lete workf low depend ency from a publishe d workflow template .") | |||||
| 1579 | ErrorMes sages.Add( UpdatePubl ishedWorkf lowTemplat e, "Cannot update a published workflow t emplate.") | |||||
| 1580 | ErrorMes sages.Add( DeleteWork flowActive Template, "Cannot de lete an ac tive workf low templa te.") | |||||
| 1581 | ErrorMes sages.Add( CustomActi vityInvali d, "Invali d custom a ctivity.") | |||||
| 1582 | ErrorMes sages.Add( PrimaryEnt ityInvalid , "Invalid primary e ntity.") | |||||
| 1583 | ErrorMes sages.Add( CannotDese rializeWor kflowInsta nce, "Work flow insta nce cannot be deseri alized. A possible r eason for this failu re is a wo rkflow ref erencing a custom ac tivity tha t has been unregiste red.") | |||||
| 1584 | ErrorMes sages.Add( CannotDese rializeXam lWorkflow, "Xaml rep resenting workflow c annot be d eserialize d into a D ynamicActi vity.") | |||||
| 1585 | ErrorMes sages.Add( CannotDele teCustomEn tityUsedIn Workflow, "Cannot de lete entit y because it is used in a work flow.") | |||||
| 1586 | ErrorMes sages.Add( BulkMailOp erationFai led, "The bulk e-mai l job comp leted with {0} failu res. The f ailures mi ght be cau sed by mis sing e-mai l addresse s or becau se you do not have p ermission to send e- mail. To f ind record s with mis sing e-mai l addresse s, use Adv anced Find . If you n eed increa sed e-mail permissio ns, contac t your sys tem admini strator.") | |||||
| 1587 | ErrorMes sages.Add( WorkflowEx pressionOp eratorNotS upported, "Expressio n operator not suppo rted for s pecified t ype.") | |||||
| 1588 | ErrorMes sages.Add( ChildWorkf lowNotFoun d, "This w orkflow ca nnot run b ecause one or more c hild workf lows it us es have no t been pub lished or have been deleted. P lease chec k the chil d workflow s and try running th is workflo w again.") | |||||
| 1589 | ErrorMes sages.Add( CannotDele teAttribut eUsedInWor kflow, "Th is attribu te cannot be deleted because i t is used in one or more workf lows. Canc el any sys tem jobs f or workflo ws that us e this att ribute, th en delete or modify any workfl ows that u se the att ribute, an d then try to delete the attri bute again .") | |||||
| 1590 | ErrorMes sages.Add( CannotLoca teRecordFo rWorkflowA ctivity, " A record r equired by this work flow job c ould not b e found.") | |||||
| 1591 | ErrorMes sages.Add( PublishWor kflowWhile ActingOnBe halfOfAnot herUserErr or, "Publi shing Work flows whil e acting o n behalf o f another user is no t allowed. ") | |||||
| 1592 | ErrorMes sages.Add( CannotDisa bleInterne tMarketing User, "You cannot di sable the Internet M arketing P artner use r. This us er does no t consume a user lic ense and i s not char ged to you r organiza tion.") | |||||
| 1593 | ErrorMes sages.Add( CannotSetW indowsLive IdForInter netMarketi ngUser, "Y ou cannot change the Windows L ive ID for the Inter net Market ing Partne r user. Th is user do es not con sume a use r license and is not charged t o your org anization. ") | |||||
| 1594 | ErrorMes sages.Add( CannotChan geAccessMo deForInter netMarketi ngUser, "I nternet Ma rketing Us er is a sy stem user. You canno t change i ts access mode.") | |||||
| 1595 | ErrorMes sages.Add( CannotChan geInvitati onStatusFo rInternetM arketingUs er, "Inter net Market ing User i s a system user. You cannot ch ange its i nvitation status.") | |||||
| 1596 | ErrorMes sages.Add( UIDataGene rationFail ed, "There was an er ror genera ting the U IData from XAML.") | |||||
| 1597 | ErrorMes sages.Add( WorkflowRe ferencesIn validActiv ity, "The workflow d efinition contains a step that reference s and inva lid custom activity. Remove th e invalid references and try a gain.") | |||||
| 1598 | ErrorMes sages.Add( PublishWor kflowWhile Impersonat ingError, "Publishin g Workflow s while im personatin g another user is no t allowed. ") | |||||
| 1599 | ErrorMes sages.Add( ExchangeAu todiscover Error, "Au todiscover could not find the Exchange W eb Service s URL for the specif ied mailbo x. Verify that the m ailbox add ress and t he credent ials provi ded are co rrect and that Autod iscover is enabled a nd has bee n configur ed correct ly.") | |||||
| 1600 | ErrorMes sages.Add( NonCrmUIWo rkflowsNot Supported, "This wor kflow cann ot be crea ted, updat ed or publ ished beca use it was created o utside the Microsoft Dynamics CRM Web ap plication. Your orga nization d oes not al low this t ype of wor kflow.") | |||||
| 1601 | ErrorMes sages.Add( NotEnoughP rivilegesF orXamlWork flows, "No t enough p rivileges to complet e the oper ation. Onl y the depl oyment adm inistrator can creat e or updat e workflow s that are created o utside the Microsoft Dynamics CRM Web ap plication. ") | |||||
| 1602 | ErrorMes sages.Add( WorkflowAu tomaticall yDeactivat ed, "The o riginal wo rkflow def inition ha s been dea ctivated a nd replace d.") | |||||
| 1603 | ErrorMes sages.Add( StepAutoma ticallyDis abled, "Th e original sdkmessag eprocessin gstep has been disab led and re placed.") | |||||
| 1604 | ErrorMes sages.Add( NonCrmUIIn teractiveW orkflowNot Supported, "This int eractive w orkflow ca nnot be cr eated, upd ated or pu blished be cause it w as created outside t he Microso ft Dynamic s CRM Web applicatio n.") | |||||
| 1605 | ErrorMes sages.Add( WorkflowAc tivityNotS upported, "This work flow canno t be creat ed, update d or publi shed becau se it's re ferring un supported workflow s tep.") | |||||
| 1606 | ErrorMes sages.Add( ExecuteNot OnDemandWo rkflow, "W orkflow mu st be mark ed as on-d emand or c hild workf low.") | |||||
| 1607 | ErrorMes sages.Add( ExecuteUnp ublishedWo rkflow, "W orkflow mu st be in P ublished s tate.") | |||||
| 1608 | ErrorMes sages.Add( ChildWorkf lowParamet erMismatch , "This wo rkflow can not run be cause argu ments prov ided by pa rent workf low does n ot match w ith the sp ecified pa rameters i n linked c hild workf low. Check the child workflow reference in parent workflow a nd try run ning this workflow a gain.") | |||||
| 1609 | ErrorMes sages.Add( InvalidPro cessStateD ata, "Proc essState i s not vali d for give n ProcessS ession ins tance.") | |||||
| 1610 | ErrorMes sages.Add( OutOfScope Slug, "The data requ ired to di splay the next dialo g page can not be fou nd. To res olve this issue, con tact the d ialog owne r or the s ystem admi nistrator. ") | |||||
| 1611 | ErrorMes sages.Add( CustomWork flowActivi tiesNotSup ported, "C ustom Work flow Activ ities are not enable d.") | |||||
| 1612 | ErrorMes sages.Add( CustomOper ationNotAc tivated, " Process ac tion assoc iated with this proc ess is not activated .") | |||||
| 1613 | ErrorMes sages.Add( CrmSqlGove rnorDataba seRequestD enied, "Th e server i s busy and the reque st was not completed . Try agai n later.") | |||||
| 1614 | ErrorMes sages.Add( InvalidAut hTicket, " The ticket specified for authe ntication didn't pas s validati on") | |||||
| 1615 | ErrorMes sages.Add( ExpiredAut hTicket, " The ticket specified for authe ntication is expired ") | |||||
| 1616 | ErrorMes sages.Add( BadAuthTic ket, "The ticket spe cified for authentic ation is i nvalid") | |||||
| 1617 | ErrorMes sages.Add( Insufficie ntAuthTick et, "The t icket spec ified for authentica tion didn' t meet pol icy") | |||||
| 1618 | ErrorMes sages.Add( Organizati onDisabled , "The CRM organizat ion you ar e attempti ng to acce ss is curr ently disa bled. Ple ase contac t your sys tem admini strator") | |||||
| 1619 | ErrorMes sages.Add( TamperedAu thTicket, "The ticke t specifie d for auth entication has been tampered w ith or inv alidated." ) | |||||
| 1620 | ErrorMes sages.Add( ExpiredKey , "The key specified to comput e a hash v alue is ex pired, onl y active k eys are va lid. Expi red Key : {0}.") | |||||
| 1621 | ErrorMes sages.Add( ScaleGroup Disabled, "The speci fied scale group is d isabled. A ccess to o rganizatio ns in this scalegrou p are not allowed.") | |||||
| 1622 | ErrorMes sages.Add( SupportLog OnExpired, "Support login is e xpired") | |||||
| 1623 | ErrorMes sages.Add( InvalidPar tnerSoluti onCustomiz ationProvi der, "Inva lid partne r solution customiza tion provi der type") | |||||
| 1624 | ErrorMes sages.Add( MultiplePa rtnerSecur ityRoleWit hSameInfor mation, "M ore than o ne securit y role fou nd for par tner user" ) | |||||
| 1625 | ErrorMes sages.Add( MultiplePa rtnerUserW ithSameInf ormation, "More than one partn er user fo und with s ame inform ation") | |||||
| 1626 | ErrorMes sages.Add( MultipleRo otBusiness Unit, "Mor e than one root busi ness unit found") | |||||
| 1627 | ErrorMes sages.Add( CannotDele tePartnerW ithPartner Solutions, "Can not delete par tner as on e or more solutions are associ ated with it") | |||||
| 1628 | ErrorMes sages.Add( CannotDele tePartnerS olutionWit hOrganizat ions, "Can not delet e partner solution a s one or m ore organi zations ar e associat ed with it ") | |||||
| 1629 | ErrorMes sages.Add( CannotProv isionPartn erSolution , "Can not provision partner s olution as it is eit her alread y provisio ned or goi ng through provision ing.") | |||||
| 1630 | ErrorMes sages.Add( CannotActO nBehalfOfA notherUser , "User do es not hav e the priv ilege to a ct on beha lf another user.") | |||||
| 1631 | ErrorMes sages.Add( SystemUser Disabled, "The syste m user was disabled therefore the ticket expired." ) | |||||
| 1632 | ErrorMes sages.Add( UserDoesNo tHaveAdmin OnlyModePe rmissions, "User doe s not have required privileges (or role membership ) to acces s the org when it is in Admin Only mode. ") | |||||
| 1633 | ErrorMes sages.Add( PluginDoes NotImpleme ntCorrectI nterface, "The plug- in specifi ed does no t implemen t the requ ired inter face Micro soft.Xrm.S dk.IPlugin or Micros oft.Crm.Sd k.IPlugin. ") | |||||
| 1634 | ErrorMes sages.Add( CannotCrea tePluginIn stance, "C an not cre ate instan ce of a pl ug-in. Ver ify that p lug-in typ e is not d efined as abstract a nd it has a public c onstructor supported by CRM SD K.") | |||||
| 1635 | ErrorMes sages.Add( CrmLiveGen ericError, "An error has occur red while processing your requ est.") | |||||
| 1636 | ErrorMes sages.Add( CrmLiveOrg anizationP rovisionin gFailed, " An error h as occurre d when pro visioning the organi zation.") | |||||
| 1637 | ErrorMes sages.Add( CrmLiveMis singActive DirectoryG roup, "The specified Active Di rectory Gr oup does n ot exist." ) | |||||
| 1638 | ErrorMes sages.Add( CrmLiveInt ernalProvi sioningErr or, "An un expected e rror happe ned in the provision ing system .") | |||||
| 1639 | ErrorMes sages.Add( CrmLiveQue ueItemDoes NotExist, "The speci fied queue item does not exist in the qu eue. It ma y have bee n deleted or its ID may not ha ve been sp ecified co rrectly") | |||||
| 1640 | ErrorMes sages.Add( CrmLiveInv alidSetupP arameter, "The param eter to CR M Online S etup is in correct or not speci fied.") | |||||
| 1641 | ErrorMes sages.Add( CrmLiveMul tipleWitne ssServersI nScaleGrou p, "The Sc aleGroup h as multipl e witness servers sp ecified. T here shoul d be only 1 witness server in a scale gr oup.") | |||||
| 1642 | ErrorMes sages.Add( CrmLiveMis singServer RolesInSca leGroup, " The scaleg roup is mi ssing some required server rol es. 1 Witn ess Server and 2 Sql Servers a re require d for Prov isioning." ) | |||||
| 1643 | ErrorMes sages.Add( CrmLiveSer verCannotH aveWitness AndDataSer verRoles, "A server cannot hav e both Wit ness and D ata Server Roles.") | |||||
| 1644 | ErrorMes sages.Add( IsNotLiveT oSendInvit ation, "Th is functio nality is not suppor ted, its o nly availa ble for On line solut ion.") | |||||
| 1645 | ErrorMes sages.Add( MissingOrg anizationF riendlyNam e, "Cannot install C RM without an organi zation fri endly name .") | |||||
| 1646 | ErrorMes sages.Add( MissingOrg anizationU niqueName, "Cannot i nstall CRM without a n organiza tion uniqu e name.") | |||||
| 1647 | ErrorMes sages.Add( OfferingCa tegoryAndT okenNull, "Offer cat egory and Billing To ken are bo th missing , but at l east one i s required .") | |||||
| 1648 | ErrorMes sages.Add( OfferingId NotSupport ed, "This version do es not sup port searc h for offe ring id.") | |||||
| 1649 | ErrorMes sages.Add( Organizati onTakenByY ou, "The o rganizatio n {0} is a lready pur chased by you.") | |||||
| 1650 | ErrorMes sages.Add( Organizati onTakenByS omeoneElse , "The org anization {0} is alr eady purch ased by an other cust omer.") | |||||
| 1651 | ErrorMes sages.Add( InvalidTem plate, "Th e Invitati on Email t emplate is not valid ") | |||||
| 1652 | ErrorMes sages.Add( InvalidUse rQuota, "Y ou have re ached the maximum nu mber of us er quota") | |||||
| 1653 | ErrorMes sages.Add( InvalidRol e, "You ha ve not ass igned role s to this user") | |||||
| 1654 | ErrorMes sages.Add( ErrorGener atingInvit ation, "So me Interna l error oc curred in generating invitatio n token, P lease try again late r") | |||||
| 1655 | ErrorMes sages.Add( CrmLiveOrg anizationU pgradeFail ed, "Upgra de Of Crm Organizati on Failed. ") | |||||
| 1656 | ErrorMes sages.Add( UnableToSe ndEmail, " Some Inter nal error occurred i n sending invitation , Please t ry again l ater") | |||||
| 1657 | ErrorMes sages.Add( InvalidEma il, "Email generated from the template i s not vali d") | |||||
| 1658 | ErrorMes sages.Add( VersionMis match, "Un supported version - This is {0 } version {1}, but v ersion {2} was reque sted.") | |||||
| 1659 | ErrorMes sages.Add( MissingPar ameterToMe thod, "Mis sing param eter {0} t o method { 1}") | |||||
| 1660 | ErrorMes sages.Add( InvalidVal ueForCount ryCode, "A ccount Cou ntry/Regio n code mus t not be { 0}") | |||||
| 1661 | ErrorMes sages.Add( InvalidVal ueForCurre ncy, "Acco unt curren cy code mu st not be {0}") | |||||
| 1662 | ErrorMes sages.Add( InvalidVal ueForLocal e, "Accoun t locale c ode must n ot be {0}" ) | |||||
| 1663 | ErrorMes sages.Add( CrmLiveSup portOrgani zationExis tsInScaleG roup, "Onl y one supp ort organi zation is allowed in a scalegr oup.") | |||||
| 1664 | ErrorMes sages.Add( CrmLiveMon itoringOrg anizationE xistsInSca leGroup, " Only one m onitoring organizati on is allo wed in a s calegroup. ") | |||||
| 1665 | ErrorMes sages.Add( InvalidUse rLicenseCo unt, "Cann ot purchas e {0} user licenses for the Of fering {1} .") | |||||
| 1666 | ErrorMes sages.Add( MissingCol umn, "The property b ag is miss ing an ent ry for {0} .") | |||||
| 1667 | ErrorMes sages.Add( InvalidRes ourceType, "The requ ested acti on is not valid for resource t ype {0}.") | |||||
| 1668 | ErrorMes sages.Add( InvalidMin imumResour ceLimit, " The resour ce type {0 } cannot h ave a mini mum limit of {1}.") | |||||
| 1669 | ErrorMes sages.Add( InvalidMax imumResour ceLimit, " The resour ce type {0 } cannot h ave a maxi mum limit of {1}.") | |||||
| 1670 | ErrorMes sages.Add( Conflictin gProvision Types, "Th e service component {0} has co nflicting provision types.") | |||||
| 1671 | ErrorMes sages.Add( InvalidAmo untProvide d, "The se rvice comp onent {0} cannot hav e a provid e {1} of r esource ty pe {2}.") | |||||
| 1672 | ErrorMes sages.Add( CrmLiveOrg anizationD eleteFaile d, "An err or has occ urred when deleting the organi zation.") | |||||
| 1673 | ErrorMes sages.Add( OnlyDisabl edOrganiza tionCanBeD eleted, "C an not del ete enable d organiza tion. Orga nization m ust be dis abled befo re it can be deleted .") | |||||
| 1674 | ErrorMes sages.Add( CrmLiveOrg anizationD etailsNotF ound, "Una ble to fin d organiza tion detai ls.") | |||||
| 1675 | ErrorMes sages.Add( CrmLiveOrg anizationF riendlyNam eTooShort, "The orga nization n ame provid ed is too short.") | |||||
| 1676 | ErrorMes sages.Add( CrmLiveOrg anizationF riendlyNam eTooLong, "The organ ization na me provide d is too l ong.") | |||||
| 1677 | ErrorMes sages.Add( CrmLiveOrg anizationU niqueNameT ooShort, " The unique name prov ided is to o short.") | |||||
| 1678 | ErrorMes sages.Add( CrmLiveOrg anizationU niqueNameT ooLong, "T he unique name provi ded is too long.") | |||||
| 1679 | ErrorMes sages.Add( CrmLiveOrg anizationU niqueNameI nvalid, "T he unique name provi ded is not valid.") | |||||
| 1680 | ErrorMes sages.Add( CrmLiveOrg anizationU niqueNameR eserved, " The unique name is a lready res erved.") | |||||
| 1681 | ErrorMes sages.Add( ValueParsi ngError, " Error pars ing parame ter {0} of type {1} with value {2}") | |||||
| 1682 | ErrorMes sages.Add( InvalidGra nularityVa lue, "The Granularit y column v alue is in correct. E ach rule p art must b e a name-v alue pair separated by an equa l sign (=) . For exam ple: FREQ= Minutes;IN TERVAL=15" ) | |||||
| 1683 | ErrorMes sages.Add( CrmLiveInv alidQueueI temSchedul e, "The Qu eueItem ha s an inval id schedul e of start time {0} and end ti me {1}.") | |||||
| 1684 | ErrorMes sages.Add( CrmLiveQue ueItemTime InPast, "A QueueItem cannot be scheduled to start or end in the past." ) | |||||
| 1685 | ErrorMes sages.Add( CrmLiveUnk nownSku, " This Sku s pecified i s not vali d.") | |||||
| 1686 | ErrorMes sages.Add( ExceedCust omEntityQu ota, "The custom ent ity limit has been r eached.") | |||||
| 1687 | ErrorMes sages.Add( ImportWill ExceedCust omEntityQu ota, "This import pr ocess is t rying to i mport {0} new custom entities. This woul d exceed t he custom entity lim its for th is organiz ation.") | |||||
| 1688 | ErrorMes sages.Add( Organizati onMigratio nUnderway, "Organiza tion migra tion is al ready unde rway.") | |||||
| 1689 | ErrorMes sages.Add( CrmLiveInv oicingAcco untIdMissi ng, "Invoi cing Accou nt Number (SAP Id) c annot be e mpty for a n invoicin g sku.") | |||||
| 1690 | ErrorMes sages.Add( CrmLiveDup licateWind owsLiveId, "A user w ith this u sername al ready exis ts.") | |||||
| 1691 | ErrorMes sages.Add( CrmLiveDns DomainNotF ound, "Dom ain was no t found in the DNS t able.") | |||||
| 1692 | ErrorMes sages.Add( CrmLiveDns DomainAlre adyExists, "Domain a lready exi sts in the DNS table .") | |||||
| 1693 | ErrorMes sages.Add( InvalidInt eractiveUs erQuota, " You have r eached the maximum n umber of i nteractive /full user s.") | |||||
| 1694 | ErrorMes sages.Add( InvalidNon Interactiv eUserQuota , "You hav e reached the maximu m number o f non-inte ractive us ers/") | |||||
| 1695 | ErrorMes sages.Add( CrmLiveCan notFindExt ernalMessa geProvider , "Externa l Message Provider c ould not b e located for queue item type of: {0}.") | |||||
| 1696 | ErrorMes sages.Add( CrmLiveInv alidExtern alMessageD ata, "Exte rnal Messa ge Data ha s some inv alid data. Data: {0 } External Message: {1}") | |||||
| 1697 | ErrorMes sages.Add( CrmLiveOrg anizationE nableFaile d, "Enabli ng Organiz ation Fail ed.") | |||||
| 1698 | ErrorMes sages.Add( CrmLiveOrg anizationD isableFail ed, "Disab ling Organ ization Fa iled.") | |||||
| 1699 | ErrorMes sages.Add( CrmLiveAdd OnUnexpect edError, " There was an error c ontacting the billin g system. Your requ est cannot be proces sed at thi s time. N o changes have been made to yo ur account . Close t his wizard , and try again late r. If the problem p ersists, p lease cont act our sa les organi zation at 1-877-CRM- CHOICE (27 6-2464).") | |||||
| 1700 | ErrorMes sages.Add( CrmLiveAdd OnAddLicen seLimitRea ched, "You r subscrip tion has t he maximum number of user lice nses avail able. For additiona l licenses , please c ontact our sales org anization at 1-877-C RM-CHOICE (276-2464) .") | |||||
| 1701 | ErrorMes sages.Add( CrmLiveAdd OnAddStora geLimitRea ched, "You r subscrip tion has t he maximum amount of storage a vailable. For addit ional stor age, pleas e contact our sales organizati on at 1-87 7-CRM-CHOI CE (276-24 64).") | |||||
| 1702 | ErrorMes sages.Add( CrmLiveAdd OnRemoveSt orageLimit Reached, " Your organ ization ha s the mini mum amount of storag e allowed. You can remove onl y storage that has b een added to your or ganization , and is not being used.") | |||||
| 1703 | ErrorMes sages.Add( CrmLiveAdd OnOrgInNoU pdateMode, "Your cha nges canno t be proce ssed at th is time. Y our organi zation is currently being upda ted. No c hanges hav e been mad e to your account. Close this wizard, a nd try aga in later. If the pr oblem pers ists, plea se contact our sales organizat ion at 1-8 77-CRM-CHO ICE (276-2 464).") | |||||
| 1704 | ErrorMes sages.Add( CrmLiveUnk nownCatego ry, "This Category s pecified i s not vali d.") | |||||
| 1705 | ErrorMes sages.Add( CrmLiveInv alidInvoic ingAccount Number, "T his Invoic ing Accoun t Number i s not vali d because it contain s an inval id charact er.") | |||||
| 1706 | ErrorMes sages.Add( CrmLiveAdd OnDataChan ged, "Due to recent changes yo u have mad e to your account, t hese chang es cannot be made at this time . Close this wizar d, and try again lat er. If th e problem persists, please con tact our s ales organ ization at 1-877-CRM -CHOICE (2 76-2464)." ) | |||||
| 1707 | ErrorMes sages.Add( CrmLiveInv alidEmail, "Invalid email addr ess entere d.") | |||||
| 1708 | ErrorMes sages.Add( CrmLiveInv alidPhone, "Invalid phone numb er entered .") | |||||
| 1709 | ErrorMes sages.Add( CrmLiveInv alidZipCod e, "Invali d zip code entered." ) | |||||
| 1710 | ErrorMes sages.Add( InvalidAmo untFreeRes ourceLimit , "The res ource type {0} canno t have an amount fre e value of {1}.") | |||||
| 1711 | ErrorMes sages.Add( InvalidTok en, "The t oken is in valid.") | |||||
| 1712 | ErrorMes sages.Add( CrmLiveReg isterCusto mCodeDisab led, "Regi stration o f custom c ode featur e for this organizat ion is dis abled.") | |||||
| 1713 | ErrorMes sages.Add( CrmLiveExe cuteCustom CodeDisabl ed, "Execu tion of cu stom code feature fo r this org anization is disable d.") | |||||
| 1714 | ErrorMes sages.Add( CrmLiveInv alidTaxId, "Invalid TaxId ente red.") | |||||
| 1715 | ErrorMes sages.Add( Datacenter NotAvailab le, "This datacenter endpoint is not cur rently ava ilable for this orga nization." ) | |||||
| 1716 | ErrorMes sages.Add( ErrorConne ctingToDis coveryServ ice, "Erro r when try ing to con nect to cu stomer's d iscovery s ervice.") | |||||
| 1717 | ErrorMes sages.Add( OrgDoesNot ExistInDis coveryServ ice, "Orga nization n ot found i n customer 's discove ry service ") | |||||
| 1718 | ErrorMes sages.Add( ErrorConne ctingToOrg anizationS ervice, "E rror when trying to connect to customer' s organiza tion servi ce.") | |||||
| 1719 | ErrorMes sages.Add( UserIsNotS ystemAdmin InOrganiza tion, "Cur rent user is not a s ystem admi n in custo mer's orga nization") | |||||
| 1720 | ErrorMes sages.Add( MobileServ iceError, "Error com municating with mobi le service ") | |||||
| 1721 | ErrorMes sages.Add( LivePlatfo rmGeneralE mailError, "An Email Error Occ urred") | |||||
| 1722 | ErrorMes sages.Add( LivePlatfo rmEmailInv alidTo, "T he ""To"" parameter is blank o r null") | |||||
| 1723 | ErrorMes sages.Add( LivePlatfo rmEmailInv alidFrom, "The ""Fro m"" parame ter is bla nk or null ") | |||||
| 1724 | ErrorMes sages.Add( LivePlatfo rmEmailInv alidSubjec t, "The "" Subject"" parameter is blank o r null") | |||||
| 1725 | ErrorMes sages.Add( LivePlatfo rmEmailInv alidBody, "The ""Bod y"" parame ter is bla nk or null ") | |||||
| 1726 | ErrorMes sages.Add( BillingPar tnerCertif icate, "Co uld not de termine th e right Pa rtner cert ificate to use with Billing. Issuer: {0 } Subject : {1} Dis tinguished matches: [{2}] Nam e matches: [{3}] Al l valid ce rtificates : [{4}].") | |||||
| 1727 | ErrorMes sages.Add( BillingNoS ettingErro r, "No Bil ling appli cation con figuration setting [ {0}] was f ound.") | |||||
| 1728 | ErrorMes sages.Add( BillingTes tConnectio nError, "B illing is not availa ble: Call to IsServi ceAvailabl e returned 'False'." ) | |||||
| 1729 | ErrorMes sages.Add( BillingTes tConnectio nException , "Billing TestConne ction exce ption.") | |||||
| 1730 | ErrorMes sages.Add( BillingUse rPuidNullE rror, "Use r Puid is required, but is nul l.") | |||||
| 1731 | ErrorMes sages.Add( BillingUnm appedError Code, "Bil ling error code [{0} ] was thro wn with ex ception {1 }") | |||||
| 1732 | ErrorMes sages.Add( BillingUnk nownErrorC ode, "Bill ing error code [{0}] was throw n with exc eption {1} ") | |||||
| 1733 | ErrorMes sages.Add( BillingUnk nownExcept ion, "Bill ing error was thrown with exce ption {0}" ) | |||||
| 1734 | ErrorMes sages.Add( BillingRet rieveKeyEr ror, "Coul d not retr ieve Billi ng session key: ""{0 }""") | |||||
| 1735 | ErrorMes sages.Add( BDK_E_ADDR ESS_VALIDA TION_FAILU RE, "{0} ") | |||||
| 1736 | ErrorMes sages.Add( BDK_E_AGRE EMENT_ALRE ADY_SIGNED , "{0} ") | |||||
| 1737 | ErrorMes sages.Add( BDK_E_AUTH ORIZATION_ FAILED, "{ 0} ") | |||||
| 1738 | ErrorMes sages.Add( BDK_E_AVS_ FAILED, "{ 0} ") | |||||
| 1739 | ErrorMes sages.Add( BDK_E_BAD_ CITYNAME_L ENGTH, "{0 } ") | |||||
| 1740 | ErrorMes sages.Add( BDK_E_BAD_ STATECODE_ LENGTH, "{ 0} ") | |||||
| 1741 | ErrorMes sages.Add( BDK_E_BAD_ ZIPCODE_LE NGTH, "{0} ") | |||||
| 1742 | ErrorMes sages.Add( BDK_E_BADX ML, "{0} ") | |||||
| 1743 | ErrorMes sages.Add( BDK_E_BANN ED_PAYMENT _INSTRUMEN T, "{0} " ) | |||||
| 1744 | ErrorMes sages.Add( BDK_E_BANN EDPERSON, "{0} ") | |||||
| 1745 | ErrorMes sages.Add( BDK_E_CANN OT_EXCEED_ MAX_OWNERS HIP, "{0} ") | |||||
| 1746 | ErrorMes sages.Add( BDK_E_COUN TRY_CURREN CY_PI_MISM ATCH, "{0} ") | |||||
| 1747 | ErrorMes sages.Add( BDK_E_CRED IT_CARD_EX PIRED, "{0 } ") | |||||
| 1748 | ErrorMes sages.Add( BDK_E_DATE _EXPIRED, "{0} ") | |||||
| 1749 | ErrorMes sages.Add( BDK_E_ERRO R_COUNTRYC ODE_MISMAT CH, "{0} ") | |||||
| 1750 | ErrorMes sages.Add( BDK_E_ERRO R_COUNTRYC ODE_REQUIR ED, "{0} ") | |||||
| 1751 | ErrorMes sages.Add( BDK_E_EXTR A_REFERRAL _DATA, "{0 } ") | |||||
| 1752 | ErrorMes sages.Add( BDK_E_GUID _EXISTS, " {0} ") | |||||
| 1753 | ErrorMes sages.Add( BDK_E_INVA LID_ADDRES S_ID, "{0} ") | |||||
| 1754 | ErrorMes sages.Add( BDK_E_INVA LID_BILLAB LE_ACCOUNT _ID, "{0} The speci fied Billi ng account is invali d. Or, al though the objectID is of the correct ty pe, the ac count it i dentifies does not e xist in th e system." ) | |||||
| 1755 | ErrorMes sages.Add( BDK_E_INVA LID_BUF_SI ZE, "{0} ") | |||||
| 1756 | ErrorMes sages.Add( BDK_E_INVA LID_CATEGO RY_NAME, " {0} ") | |||||
| 1757 | ErrorMes sages.Add( BDK_E_INVA LID_COUNTR Y_CODE, "{ 0} ") | |||||
| 1758 | ErrorMes sages.Add( BDK_E_INVA LID_CURREN CY, "{0} ") | |||||
| 1759 | ErrorMes sages.Add( BDK_E_INVA LID_CUSTOM ER_TYPE, " {0} ") | |||||
| 1760 | ErrorMes sages.Add( BDK_E_INVA LID_DATE, "{0} ") | |||||
| 1761 | ErrorMes sages.Add( BDK_E_INVA LID_EMAIL_ ADDRESS, " {0} ") | |||||
| 1762 | ErrorMes sages.Add( BDK_E_INVA LID_FILTER , "{0} ") | |||||
| 1763 | ErrorMes sages.Add( BDK_E_INVA LID_GUID, "{0} ") | |||||
| 1764 | ErrorMes sages.Add( BDK_E_INVA LID_INPUT_ TO_TAXWARE _OR_VERAZI P, "{0} " ) | |||||
| 1765 | ErrorMes sages.Add( BDK_E_INVA LID_LOCALE , "{0} ") | |||||
| 1766 | ErrorMes sages.Add( BDK_E_INVA LID_OBJECT _ID, "{0} The Billi ng system cannot fin d the obje ct (e.g. a ccount or subscripti on or offe ring).") | |||||
| 1767 | ErrorMes sages.Add( BDK_E_INVA LID_OFFERI NG_GUID, " {0} ") | |||||
| 1768 | ErrorMes sages.Add( BDK_E_INVA LID_PAYMEN T_INSTRUME NT_STATUS, "{0} ") | |||||
| 1769 | ErrorMes sages.Add( BDK_E_INVA LID_PAYMEN T_METHOD_I D, "{0} " ) | |||||
| 1770 | ErrorMes sages.Add( BDK_E_INVA LID_PHONE_ TYPE, "{0} ") | |||||
| 1771 | ErrorMes sages.Add( BDK_E_INVA LID_POLICY _ID, "{0} ") | |||||
| 1772 | ErrorMes sages.Add( BDK_E_INVA LID_REFERR ALDATA_XML , "{0} ") | |||||
| 1773 | ErrorMes sages.Add( BDK_E_INVA LID_STATE_ FOR_COUNTR Y, "{0} " ) | |||||
| 1774 | ErrorMes sages.Add( BDK_E_INVA LID_SUBSCR IPTION_ID, "{0} The subscript ion id spe cified is invalid. Or, althou gh the obj ectID is o f correct type and a lso points to a vali d account in SCS, th e subscrip tion it id entifies d oes not ex ist in SCS .") | |||||
| 1775 | ErrorMes sages.Add( BDK_E_INVA LID_TAX_EX EMPT_TYPE, "{0} ") | |||||
| 1776 | ErrorMes sages.Add( BDK_E_MEG_ CONFLICT, "{0} ") | |||||
| 1777 | ErrorMes sages.Add( BDK_E_MULT IPLE_CITIE S_FOUND, " {0} ") | |||||
| 1778 | ErrorMes sages.Add( BDK_E_MULT IPLE_COUNT IES_FOUND, "{0} ") | |||||
| 1779 | ErrorMes sages.Add( BDK_E_NON_ ACTIVE_ACC OUNT, "{0} ") | |||||
| 1780 | ErrorMes sages.Add( BDK_E_NOPE RMISSION, "{0} The calling pa rtner does not have access to this metho d or when the reques ter does n ot have pe rmission t o search a gainst the supplied search PUI D.") | |||||
| 1781 | ErrorMes sages.Add( BDK_E_OBJE CT_ROLE_LI MIT_EXCEED ED, "{0} ") | |||||
| 1782 | ErrorMes sages.Add( BDK_E_OFFE RING_ACCOU NT_CURRENC Y_MISMATCH , "{0} ") | |||||
| 1783 | ErrorMes sages.Add( BDK_E_OFFE RING_COUNT RY_ACCOUNT _MISMATCH, "{0} ") | |||||
| 1784 | ErrorMes sages.Add( BDK_E_OFFE RING_NOT_P URCHASEABL E, "{0} " ) | |||||
| 1785 | ErrorMes sages.Add( BDK_E_OFFE RING_PAYME NT_INSTRUM ENT_MISMAT CH, "{0} ") | |||||
| 1786 | ErrorMes sages.Add( BDK_E_OFFE RING_REQUI RES_PI, "{ 0} ") | |||||
| 1787 | ErrorMes sages.Add( BDK_E_PART NERNOTINBI LLING, "{0 } ") | |||||
| 1788 | ErrorMes sages.Add( BDK_E_PAYM ENT_PROVID ER_CONNECT ION_FAILED , "{0} ") | |||||
| 1789 | ErrorMes sages.Add( BDK_E_PRIM ARY_PHONE_ REQUIRED, "{0} ") | |||||
| 1790 | ErrorMes sages.Add( BDK_E_POLI CY_DEAL_CO UNTRY_MISM ATCH, "{0} ") | |||||
| 1791 | ErrorMes sages.Add( BDK_E_PUID _ROLE_LIMI T_EXCEEDED , "{0} ") | |||||
| 1792 | ErrorMes sages.Add( BDK_E_RATI NG_FAILURE , "{0} ") | |||||
| 1793 | ErrorMes sages.Add( BDK_E_REQU IRED_FIELD _MISSING, "{0} ") | |||||
| 1794 | ErrorMes sages.Add( BDK_E_STAT E_CITY_INV ALID, "{0} ") | |||||
| 1795 | ErrorMes sages.Add( BDK_E_STAT E_INVALID, "{0} ") | |||||
| 1796 | ErrorMes sages.Add( BDK_E_STAT E_ZIP_CITY _INVALID, "{0} ") | |||||
| 1797 | ErrorMes sages.Add( BDK_E_STAT E_ZIP_CITY _INVALID2, "{0} ") | |||||
| 1798 | ErrorMes sages.Add( BDK_E_STAT E_ZIP_CITY _INVALID3, "{0} ") | |||||
| 1799 | ErrorMes sages.Add( BDK_E_STAT E_ZIP_CITY _INVALID4, "{0} ") | |||||
| 1800 | ErrorMes sages.Add( BDK_E_STAT E_ZIP_COVE RS_MULTIPL E_CITIES, "{0} ") | |||||
| 1801 | ErrorMes sages.Add( BDK_E_STAT E_ZIP_INVA LID, "{0} ") | |||||
| 1802 | ErrorMes sages.Add( BDK_E_TAXI D_EXPDATE, "{0} ") | |||||
| 1803 | ErrorMes sages.Add( BDK_E_TOKE N_BLACKLIS TED, "{0} ") | |||||
| 1804 | ErrorMes sages.Add( BDK_E_TOKE N_EXPIRED, "{0} ") | |||||
| 1805 | ErrorMes sages.Add( BDK_E_TOKE N_NOT_VALI D_FOR_OFFE RING, "{0} ") | |||||
| 1806 | ErrorMes sages.Add( BDK_E_TOKE N_RANGE_BL ACKLISTED, "{0} ") | |||||
| 1807 | ErrorMes sages.Add( BDK_E_TRAN S_BALANCE_ TO_PI_INVA LID, "{0} ") | |||||
| 1808 | ErrorMes sages.Add( BDK_E_UNKN OWN_SERVER _FAILURE, "{0} Unkn own server failure." ) | |||||
| 1809 | ErrorMes sages.Add( BDK_E_UNSU PPORTED_CH AR_EXIST, "{0} ") | |||||
| 1810 | ErrorMes sages.Add( BDK_E_VATI D_DOESNOTH AVEEXPDATE , "{0} ") | |||||
| 1811 | ErrorMes sages.Add( BDK_E_ZIP_ CITY_MISSI NG, "{0} ") | |||||
| 1812 | ErrorMes sages.Add( BDK_E_ZIP_ INVALID, " {0} Billi ng zip cod e error.") | |||||
| 1813 | ErrorMes sages.Add( BDK_E_ZIP_ INVALID_FO R_ENTERED_ STATE, "{0 } Billing zip code error.") | |||||
| 1814 | ErrorMes sages.Add( BDK_E_USAG E_COUNT_FO R_TOKEN_EX CEEDED, "{ 0} Billin g token is already s pent.") | |||||
| 1815 | ErrorMes sages.Add( MissingPar ameterToSt oredProced ure, "Miss ing parame ter to sto red proced ure: {0}" ) | |||||
| 1816 | ErrorMes sages.Add( SqlErrorIn StoredProc edure, "SQ L error {0 } occurred in stored procedure {1}") | |||||
| 1817 | ErrorMes sages.Add( StoredProc edureConte xt, "CRM e rror {0} i n {1}:{2}" ) | |||||
| 1818 | ErrorMes sages.Add( InvitingOr ganization NotFound, "{0} -- In viting org anization not found -- {1}") | |||||
| 1819 | ErrorMes sages.Add( InvitingUs erNotInOrg anization, "{0} -- I nviting us er is not in the inv iting orga nization - - {1}") | |||||
| 1820 | ErrorMes sages.Add( InvitedUse rAlreadyEx ists, "{0} -- Invite d user is already in an organi zation -- {1}") | |||||
| 1821 | ErrorMes sages.Add( InvitedUse rIsOrganiz ation, "{0 } -- The u ser {1} ha s authenti cation {2} and is al ready rela ted to org anization {3} with r elation id {4}") | |||||
| 1822 | ErrorMes sages.Add( Invitation NotFound, "{0} -- In vitation n ot found o r status i s not Open -- Token= {1} Puid={ 2} Id={3} Status={4} ") | |||||
| 1823 | ErrorMes sages.Add( InvitedUse rAlreadyAd ded, "{0} -- The crm user {1} is already added, bu t to organ ization {2 } instead of the inv iting orga nization { 3}") | |||||
| 1824 | ErrorMes sages.Add( Invitation WrongUserO rgRelation , "{0} -- The pre-cr eated user org relati on {1} is wrong. Au thenticati on {2} is already us ed by anot her user") | |||||
| 1825 | ErrorMes sages.Add( Invitation IsExpired, "{0} -- I nvitation is expired -- Token= {1} Puid={ 2} Id={3} Status={4} ") | |||||
| 1826 | ErrorMes sages.Add( Invitation IsAccepted , "{0} -- Invitation has alrea dy been ac cepted -- Token={1} Puid={2} I d={3} Stat us={4}") | |||||
| 1827 | ErrorMes sages.Add( Invitation IsRejected , "{0} -- Invitation has alrea dy been re jected by the new us er-- Token ={1} Puid= {2} Id={3} Status={4 }") | |||||
| 1828 | ErrorMes sages.Add( Invitation IsRevoked, "{0} -- I nvitation has been r evoked by the organi zation -- Token={1} Puid={2} I d={3} Stat us={4}") | |||||
| 1829 | ErrorMes sages.Add( InvitedUse rMultipleT imes, "The CRM user {0} has be en invited multiple times.") | |||||
| 1830 | ErrorMes sages.Add( Invitation StatusErro r, """The invitation has statu s {0}.""") | |||||
| 1831 | ErrorMes sages.Add( InvalidInv itationTok en, "The i nvitation token {0} is not cor rectly for matted.") | |||||
| 1832 | ErrorMes sages.Add( InvalidInv itationLiv eId, "A us er with th is e-mail address wa s not foun d. Sign in to Window s Live ID with the s ame e-mail address w here you r eceived th e invitati on. If yo u do not h ave a Wind ows Live I D, please create one using tha t e-mail a ddress.") | |||||
| 1833 | ErrorMes sages.Add( Invitation SendToSelf , "The inv itation ca nnot be se nt to your self.") | |||||
| 1834 | ErrorMes sages.Add( Invitation CannotBeRe set, "The invitation for the u ser cannot be reset. ") | |||||
| 1835 | ErrorMes sages.Add( UserDataNo tFound, "T he user da ta could n ot be foun d.") | |||||
| 1836 | ErrorMes sages.Add( CannotInvi teDisabled User, "An invitation cannot be sent to a disabled user") | |||||
| 1837 | ErrorMes sages.Add( Invitation BillingAdm inUnknown, "You are not a bill ing admini strator fo r this org anization and theref ore, you c annot send invitatio ns. You c an either contact yo ur billing administr ator and a sk him or her to sen d the invi tation, or the billi ng adminis trator can visit htt ps://billi ng.microso ft.com and make you a delegate billing a dministrat or. You ca n then sen d invitati ons.") | |||||
| 1838 | ErrorMes sages.Add( CannotRese tSysAdminI nvite, "An invitatio n cannot b e reset fo r a user i f they are the only user that has the Sy stem Admin istrator R ole.") | |||||
| 1839 | ErrorMes sages.Add( CannotSend InviteToDu plicateWin dowsLiveId , "An invi tation can not be sen t because there are multiple u sers with this WLID. ") | |||||
| 1840 | ErrorMes sages.Add( UserInvite Disabled, "Invitatio n cannot b e sent bec ause user invitation s are disa bled.") | |||||
| 1841 | ErrorMes sages.Add( Invitation Organizati onNotEnabl ed, "The o rganizatio n for the invitation is not en abled.") | |||||
| 1842 | ErrorMes sages.Add( ClientAuth SignedOut, "The user signed ou t.") | |||||
| 1843 | ErrorMes sages.Add( ClientAuth SyncIssue, "Synchron ization be tween proc esses fail ed.") | |||||
| 1844 | ErrorMes sages.Add( ClientAuth Canceled, "Authentic ation was canceled b y the user .") | |||||
| 1845 | ErrorMes sages.Add( ClientAuth NoConnecti vityOfflin e, "There is no conn ectivity w hen runnin g in offli ne mode.") | |||||
| 1846 | ErrorMes sages.Add( ClientAuth NoConnecti vity, "The re is no c onnectivit y.") | |||||
| 1847 | ErrorMes sages.Add( ClientAuth OfflineInv alidCaller Id, "Offli ne SDK cal ls must be made in t he offline user cont ext.") | |||||
| 1848 | ErrorMes sages.Add( Authentica teToServer BeforeRequ estingProx y, "Authen ticate to serverType : {0} befo re request ing a prox y.") | |||||
| 1849 | ErrorMes sages.Add( ConfigDBOb jectDoesNo tExist, "' {0}' with Value = ({ 1}) does n ot exist i n MSCRM_CO NFIG datab ase") | |||||
| 1850 | ErrorMes sages.Add( ConfigDBDu plicateRec ord, "Dupl icate '{0} ' with Val ue = ({1}) exists in MSCRM_CON FIG databa se") | |||||
| 1851 | ErrorMes sages.Add( ConfigDBCa nnotDelete ObjectDueS tate, "Can not delete '{0}' wit h Value = ({1}) in t his State = ({2}) fr om MSCRM_C ONFIG data base") | |||||
| 1852 | ErrorMes sages.Add( ConfigDBCa scadeDelet eNotAllowD elete, "Ca nnot delet e '{0}' wi th Value = ({1}) due to child '{2}' refe rences fro m MSCRM_CO NFIG datab ase") | |||||
| 1853 | ErrorMes sages.Add( MoveBothTo Primary, " Move opera tion would put both instances on the sam e server: Database = {0} Old Primary = {1} Old Secondary = {2} New Secondary = {3}") | |||||
| 1854 | ErrorMes sages.Add( MoveBothTo Secondary, "Move ope ration wou ld put bot h instance s on the s ame server : Databas e = {0} O ld Primary = {1} Ol d Secondar y = {2} N ew Seconda ry = {3}") | |||||
| 1855 | ErrorMes sages.Add( MoveOrgani zationFail edNotDisab led, "Move operation failed be cause orga nization { 0} is not disabled") | |||||
| 1856 | ErrorMes sages.Add( ConfigDBCa nnotUpdate ObjectDueS tate, "Can not update '{0}' wit h Value = ({1}) in t his State = ({2}) fr om MSCRM_C ONFIG data base") | |||||
| 1857 | ErrorMes sages.Add( LiveAdminU nknownObje ct, "Unkno wn adminis tration ta rget {0}") | |||||
| 1858 | ErrorMes sages.Add( LiveAdminU nknownComm and, "Unkn own admini stration c ommand {0} ") | |||||
| 1859 | ErrorMes sages.Add( OperationO rganizatio nNotFullyD isabled, " The {1} op eration fa iled becau se organiz ation {0} is not ful ly disable d yet. Us e FORCE to override" ) | |||||
| 1860 | ErrorMes sages.Add( ConfigDBCa nnotDelete DefaultOrg anization, "The defa ult {0} or ganization cannot be deleted f rom the MS CRM_CONFIG database. ") | |||||
| 1861 | ErrorMes sages.Add( LicenseNot EnoughToAc tivate, "T here are n ot enough licenses a vailable f or the num ber of use rs being a ctivated." ) | |||||
| 1862 | ErrorMes sages.Add( UserNotAss ignedRoles , "The use r has not been assig ned any ro les.") | |||||
| 1863 | ErrorMes sages.Add( TeamNotAss ignedRoles , "The tea m has not been assig ned any ro les.") | |||||
| 1864 | ErrorMes sages.Add( InvalidLic enseKey, " Invalid li cense key ({0}).") | |||||
| 1865 | ErrorMes sages.Add( NoLicenseI nConfigDB, "No licen se exists in MSCRM_C ONFIG data base.") | |||||
| 1866 | ErrorMes sages.Add( InvalidLic ensePid, " Invalid li cense. Inv alid PID ( Product Id ) ({0}).") | |||||
| 1867 | ErrorMes sages.Add( InvalidLic ensePidGen CannotLoad , "Invalid license. PidGen.dll cannot be loaded fr om this pa th {0}") | |||||
| 1868 | ErrorMes sages.Add( InvalidLic ensePidGen OtherError , "Invalid license. Cannot gen erate PID (Product I d) from Li cense key. PidGen er ror code ( {0}).") | |||||
| 1869 | ErrorMes sages.Add( InvalidLic enseCannot ReadMpcFil e, "Invali d license. MPC code cannot be read from MPC.txt fi le with th is path {0 }.") | |||||
| 1870 | ErrorMes sages.Add( InvalidLic enseMpcCod e, "Invali d license. Invalid M PC code ({ 0}).") | |||||
| 1871 | ErrorMes sages.Add( LicenseUpg radePathNo tAllowed, "Cannot up grade to s pecified l icense typ e.") | |||||
| 1872 | ErrorMes sages.Add( OrgsInacce ssible, "T he client access lic ense (CAL) results w ere not re turned bec ause one o r more org anizations in the de ployment c annot be a ccessed.") | |||||
| 1873 | ErrorMes sages.Add( UserNotAss ignedLicen se, "The u ser has no t been ass igned any License") | |||||
| 1874 | ErrorMes sages.Add( UserCannot EnableWith outLicense , "Cannot enable an unlicensed user") | |||||
| 1875 | ErrorMes sages.Add( LicenseCon figFileInv alid, "The provided configurat ion file { 0} has inv alid forma tting.") | |||||
| 1876 | ErrorMes sages.Add( LicenseTri alExpired, "The tria l installa tion of Mi crosoft Dy namics CRM has expir ed.") | |||||
| 1877 | ErrorMes sages.Add( LicenseReg istrationE xpired, "T he registr ation peri od for Mic rosoft Dyn amics CRM has expire d.") | |||||
| 1878 | ErrorMes sages.Add( LicenseTam pered, "Th e licensin g for this installat ion of Mic rosoft Dyn amics CRM has been t ampered wi th. The sy stem is un usable. Pl ease conta ct Microso ft Product Support S ervices.") | |||||
| 1879 | ErrorMes sages.Add( NonInterac tiveUserCa nnotAccess UI, "Non-i nteractive users can not access the web u ser interf ace. Conta ct your or ganization system ad ministrato r.") | |||||
| 1880 | ErrorMes sages.Add( InvalidOrg anizationU niqueName, "Invalid organizati on unique name ({0}) . Reason: ({1})") | |||||
| 1881 | ErrorMes sages.Add( InvalidOrg anizationF riendlyNam e, "Invali d organiza tion frien dly name ( {0}). Reas on: ({1})" ) | |||||
| 1882 | ErrorMes sages.Add( Organizati onNotConfi gured, "Or ganization is not co nfigured y et") | |||||
| 1883 | ErrorMes sages.Add( InvalidDev iceToConfi gureOrgani zation, "M obile devi ce cannot be used to configure d organiza tion") | |||||
| 1884 | ErrorMes sages.Add( InvalidBro wserToConf igureOrgan ization, " Browser no t compatib le to conf igure orga nization") | |||||
| 1885 | ErrorMes sages.Add( Deployment ServiceNot AllowSetTo ThisState, "Deployme nt Service for {0} a llows the state Enab led or Dis abled. Can not set st ate to {1} .") | |||||
| 1886 | ErrorMes sages.Add( Deployment ServiceNot AllowOpera tion, "Dep loyment Se rvice for {0} does n ot allow { 1} operati on.") | |||||
| 1887 | ErrorMes sages.Add( Deployment ServiceCan notChangeS tateForDep loymentSer vice, "You cannot ch ange the s tate of th is server because it contains the Deploy ment Servi ce server role.") | |||||
| 1888 | ErrorMes sages.Add( Deployment ServiceReq uestValida tionFailur e, "The De ployment S ervice can not proces s the requ est becaus e one or m ore valida tion check s failed." ) | |||||
| 1889 | ErrorMes sages.Add( Deployment ServiceOpe rationIden tifierNotF ound, "The Deploymen t Service could not find a def erred oper ation havi ng the spe cified ide ntifier.") | |||||
| 1890 | ErrorMes sages.Add( Deployment ServiceCan notDeleteO perationIn Progress, "The Deplo yment Serv ice cannot delete th e specifie d operatio n because it is curr ently in p rogress.") | |||||
| 1891 | ErrorMes sages.Add( ConfigureC laimsBefor eIfd, "You must conf igure clai ms-based a uthenticat ion before you can c onfigure a n Internet -facing de ployment." ) | |||||
| 1892 | ErrorMes sages.Add( EndUserNot ificationT ypeNotVali dForEmail, "Cannot s end Email for EndUse rNotificat ion Type: {0}.") | |||||
| 1893 | ErrorMes sages.Add( ClientUpda teAvailabl e, "There' s an updat e availabl e for CRM for Outloo k.") | |||||
| 1894 | ErrorMes sages.Add( InvalidRec urrenceRul eForBulkDe leteAndDup licateDete ction, "Bu lk Delete and Duplic ate Detect ion recurr ence must be specifi ed as dail y.") | |||||
| 1895 | ErrorMes sages.Add( InvalidRec urrenceInt erval, "To set recur rence, you must spec ify an int erval that is betwee n 1 and 36 5.") | |||||
| 1896 | ErrorMes sages.Add( InvalidRec urrenceInt ervalForRo llupJobs, "To set re currence, you must s pecify an interval t hat should be greate r than 1 h our.") | |||||
| 1897 | ErrorMes sages.Add( QueriesFor DifferentE ntities, " The Inner and Outer Queries mu st be for the same e ntity.") | |||||
| 1898 | ErrorMes sages.Add( AggregateI nnerQuery, "The Inne r Query mu st not be an aggrega te query." ) | |||||
| 1899 | ErrorMes sages.Add( InvalidDat aDescripti on, "The d ata descri ption for the visual ization is invalid." ) | |||||
| 1900 | ErrorMes sages.Add( NonPrimary EntityData Descriptio nFound, "T he data de scription for the vi sualizatio n is inval id .The da ta descrip tion for t he visuali zation can only have attribute s either f rom the pr imary enti ty of the view or th e linked e ntities.") | |||||
| 1901 | ErrorMes sages.Add( InvalidPre sentationD escription , "The pre sentation descriptio n is inval id.") | |||||
| 1902 | ErrorMes sages.Add( SeriesMeas ureCollect ionMismatc h, "Number of series for chart area and number of measure co llections for catego ry should be same.") | |||||
| 1903 | ErrorMes sages.Add( YValuesPer PointMeasu reMismatch , "Number of YValues PerPoint f or series and number of measur es for mea sure colle ction for category s hould be s ame.") | |||||
| 1904 | ErrorMes sages.Add( ChartAreaC ategoryMis match, "Nu mber of ch art areas and number of catego ries shoul d be same. ") | |||||
| 1905 | ErrorMes sages.Add( MultipleSu bcategorie sFound, "T he data XM L for the visualizat ion cannot contain m ore than t wo Group B y clauses. ") | |||||
| 1906 | ErrorMes sages.Add( MultipleMe asuresFoun d, "More t han one me asure is n ot support ed for cha rts with s ubcategory i.e. comp arison cha rts") | |||||
| 1907 | ErrorMes sages.Add( MultipleCh artAreasFo und, "Mult iple Chart Areas are not suppo rted.") | |||||
| 1908 | ErrorMes sages.Add( InvalidCat egory, "Ca tegory is invalid. A ll the mea sures in t he categor y either d o not have same prim ary group by or are a mix of a ggregate a nd non-agg regate dat a.") | |||||
| 1909 | ErrorMes sages.Add( InvalidMea sureCollec tion, "Mea sure colle ction is i nvalid. No t all the measures i n the meas ure collec tion have the same g roup bys." ) | |||||
| 1910 | ErrorMes sages.Add( DuplicateA liasFound, "Data Des cription i s invalid. Duplicate alias fou nd.") | |||||
| 1911 | ErrorMes sages.Add( EntityNotE nabledForC harts, "Ch arts are n ot enabled on the sp ecified pr imary enti ty type co de: {0}.") | |||||
| 1912 | ErrorMes sages.Add( InvalidPag eResponse, "Invalid Page Respo nse genera ted.") | |||||
| 1913 | ErrorMes sages.Add( Visualizat ionRenderi ngError, " An error o ccurred wh ile the ch art was re ndering") | |||||
| 1914 | ErrorMes sages.Add( InvalidGro upByAlias, "Data Des cription i s invalid. Same grou p by alias cannot be used for different attributes .") | |||||
| 1915 | ErrorMes sages.Add( MeasureDat aTypeInval id, "The D ata Descri ption for the visual ization is invalid. The attrib ute type f or one of the non ag gregate me asures is invalid. C orrect the Data Desc ription.") | |||||
| 1916 | ErrorMes sages.Add( NoDataForV isualizati on, "There is no dat a to creat e this vis ualization .") | |||||
| 1917 | ErrorMes sages.Add( Visualizat ionModuleN otFound, " No visuali zation mod ule found with the g iven name. ") | |||||
| 1918 | ErrorMes sages.Add( ImportVisu alizationD eletedErro r, "A save d query vi sualizatio n with id {0} is mar ked for de letion in the system . Please p ublish the customize d entity f irst and t hen import again.") | |||||
| 1919 | ErrorMes sages.Add( ImportVisu alizationE xistingErr or, "A sav ed query v isualizati on with id {0} alrea dy exists in the sys tem, and c annot be r esused by a new cust om entity. ") | |||||
| 1920 | ErrorMes sages.Add( Visualizat ionOtcNotF oundError, "Object t ype code i s not spec ified for the visual ization.") | |||||
| 1921 | ErrorMes sages.Add( InvalidDun dasPresent ationDescr iption, "T he present ation desc ription is not valid for dunda s chart.") | |||||
| 1922 | ErrorMes sages.Add( InvalidWeb ResourceFo rVisualiza tion, "The web resou rce type { 0} is not supported for visual izations." ) | |||||
| 1923 | ErrorMes sages.Add( ChartTypeN otSupporte dForCompar isonChart, "This cha rt type is not suppo rted for c omparison charts.") | |||||
| 1924 | ErrorMes sages.Add( InvalidFet chCollecti on, "The f etch colle ction for the visual ization is invalid." ) | |||||
| 1925 | ErrorMes sages.Add( CategoryDa taTypeInva lid, "The Data Descr iption for the visua lization i s invalid. The attri bute type for the gr oup by of one of the categorie s is inval id. Correc t the Data Descripti on.") | |||||
| 1926 | ErrorMes sages.Add( DuplicateG roupByFoun d, "Data D escription is invali d. Same at tribute ca nnot be us ed as a gr oup by mor e than onc e.") | |||||
| 1927 | ErrorMes sages.Add( MultipleMe asureColle ctionsFoun d, "More t han one me asure coll ection is not suppor ted for ch arts with subcategor y i.e. com parison ch arts") | |||||
| 1928 | ErrorMes sages.Add( InvalidGro upByColumn , "Group b y not allo wed on the attribute .") | |||||
| 1929 | ErrorMes sages.Add( InvalidFil terCriteri aForVisual ization, " The visual ization ca nnot be re ndered for the given filter cr iteria.") | |||||
| 1930 | ErrorMes sages.Add( CountSpeci fiedWithou tOrder, "T he Data De scription for the vi sualizatio n is inval id as it d oes not sp ecify an o rder node for the co unt attrib ute.") | |||||
| 1931 | ErrorMes sages.Add( NoPreviewF orCustomWe bResource, "This cha rt uses a custom Web resource. You canno t preview this chart .") | |||||
| 1932 | ErrorMes sages.Add( ChartTypeN otSupporte dForMultip leSeriesCh art, "Seri es of char t type {0} is not su pported fo r multi-se ries chart s.") | |||||
| 1933 | ErrorMes sages.Add( Insufficie ntColumnsI nSubQuery, "One or m ore column s required by the ou ter query are not av ailable fr om the sub -query.") | |||||
| 1934 | ErrorMes sages.Add( AggregateQ ueryRecord LimitExcee ded, "The maximum re cord limit is exceed ed. Reduce the numbe r of recor ds.") | |||||
| 1935 | ErrorMes sages.Add( RollupAggr egateQuery RecordLimi tExceeded, "Calculat ions can't be perfor med online because t he calcula tion limit of {0} re lated reco rds has be en reached .") | |||||
| 1936 | ErrorMes sages.Add( CurrencyFi eldMissing , "Record currency i s required to calcul ate rollup field of type curre ncy. Provi de a curre ncy and tr y again.") | |||||
| 1937 | ErrorMes sages.Add( QuickFindQ ueryRecord LimitExcee ded, "Quic kFindQuery RecordLimi t exceeded . Cannot p erform thi s operatio n.") | |||||
| 1938 | ErrorMes sages.Add( RollupFiel dNoWriteAc cess, "Use r does not have writ e permissi on on {0} record {1} with ID:{ 2} to calc ulate roll up field." ) | |||||
| 1939 | ErrorMes sages.Add( CannotAddO rActonBeha lfAnotherU serPrivile ge, "Act o n Behalf o f Another User privi lege canno t be added or remove d.") | |||||
| 1940 | ErrorMes sages.Add( HipNoSetti ngError, " No Hip app lication c onfigurati on setting [{0}] was found.") | |||||
| 1941 | ErrorMes sages.Add( HipInvalid Certificat e, "Invali d Certific ate for us ing HIP.") | |||||
| 1942 | ErrorMes sages.Add( NoSettingE rror, "No configdb c onfigurati on setting [{0}] was found.") | |||||
| 1943 | ErrorMes sages.Add( AppLockTim eout, "Tim eout expir ed before applock co uld be acq uired.") | |||||
| 1944 | ErrorMes sages.Add( InvalidRec urrencePat tern, "Inv alid recur rence patt ern.") | |||||
| 1945 | ErrorMes sages.Add( CreateRecu rrenceRule Failed, "C annot crea te the rec urrence ru le.") | |||||
| 1946 | ErrorMes sages.Add( PartialExp ansionSett ingLoadErr or, "Faile d to retri eve partia l expansio n settings from the configurat ion databa se.") | |||||
| 1947 | ErrorMes sages.Add( InvalidCrm DateTime, "Invalid C rmDateTime .") | |||||
| 1948 | ErrorMes sages.Add( InvalidApp ointmentIn stance, "I nvalid app ointment e ntity inst ance.") | |||||
| 1949 | ErrorMes sages.Add( InvalidSer iesId, "Se riesId is null or in valid.") | |||||
| 1950 | ErrorMes sages.Add( Appointmen tDeleted, "The appoi ntment ent ity instan ce is alre ady delete d.") | |||||
| 1951 | ErrorMes sages.Add( InvalidIns tanceTypeC ode, "Inva lid instan ce type co de.") | |||||
| 1952 | ErrorMes sages.Add( Overlappin gInstances , "Two ins tances of the series cannot ov erlap.") | |||||
| 1953 | ErrorMes sages.Add( InvalidSer iesIdOrigi nalStart, "Invalid s eriesid or original start date .") | |||||
| 1954 | ErrorMes sages.Add( ValidateNo tSupported , "Validat e method i s not supp orted for recurring appointmen t master." ) | |||||
| 1955 | ErrorMes sages.Add( RecurringS eriesCompl eted, "The series ha s invalid ExpansionS tateCode." ) | |||||
| 1956 | ErrorMes sages.Add( ExpansionR equestIsOu tsideExpan sionWindow , "The ser ies is alr eady expan ded for Cu tOffWindow .") | |||||
| 1957 | ErrorMes sages.Add( InvalidIns tanceEntit yName, "In valid inst ance entit y name.") | |||||
| 1958 | ErrorMes sages.Add( BookFirstI nstanceFai led, "Fail ed to book first ins tance.") | |||||
| 1959 | ErrorMes sages.Add( InvalidSer iesStatus, "Invalid series sta tus.") | |||||
| 1960 | ErrorMes sages.Add( Recurrence RuleUpdate Failure, " Cannot upd ate a rule that is a ttached to an existi ng rule ma ster. Upda te the rul e by using the paren t entity." ) | |||||
| 1961 | ErrorMes sages.Add( Recurrence RuleDelete Failure, " Cannot del ete a rule that is a ttached to an existi ng rule ma ster. Dele te the rul e by using the paren t entity." ) | |||||
| 1962 | ErrorMes sages.Add( EntityNotR ule, "The collection name is n ot a recur rence rule .") | |||||
| 1963 | ErrorMes sages.Add( RecurringS eriesMaste rIsLocked, "The recu rring seri es master record is locked by some other process." ) | |||||
| 1964 | ErrorMes sages.Add( UpdateRecu rrenceRule Failed, "F ailed to u pdate the recurrence rule. A c orrespondi ng recurre nce rule c annot be f ound.") | |||||
| 1965 | ErrorMes sages.Add( InstanceOu tsideEffec tiveRange, "Cannot p erform the operation . An insta nce is out side of se ries effec tive expan sion range .") | |||||
| 1966 | ErrorMes sages.Add( Recurrence CalendarTy peNotSuppo rted, "The calendar type is no t supporte d.") | |||||
| 1967 | ErrorMes sages.Add( Recurrence HasNoOccur rence, "Th e recurren ce pattern has no oc currences. ") | |||||
| 1968 | ErrorMes sages.Add( Recurrence StartDateT ooSmall, " The recurr ence patte rn start d ate is inv alid.") | |||||
| 1969 | ErrorMes sages.Add( Recurrence EndDateToo Big, "The recurrence pattern e nd date is invalid." ) | |||||
| 1970 | ErrorMes sages.Add( Occurrence CrossingBo undary, "T wo occurre nces canno t overlap. ") | |||||
| 1971 | ErrorMes sages.Add( Occurrence TimeSpanTo oBig, "Can not perfor m the oper ation. An instance i s outside of series effective expansion range.") | |||||
| 1972 | ErrorMes sages.Add( Occurrence SkipsOverF orward, "C annot resc hedule an occurrence of the re curring ap pointment if it skip s over a l ater occur rence of t he same ap pointment. ") | |||||
| 1973 | ErrorMes sages.Add( Occurrence SkipsOverB ackward, " Cannot res chedule an occurrenc e of the r ecurring a ppointment if it ski ps over an earlier o ccurrence of the sam e appointm ent.") | |||||
| 1974 | ErrorMes sages.Add( InvalidDay sInFebruar y, "Februa ry 29 can occur only when patt ern start date is in a leap ye ar.") | |||||
| 1975 | ErrorMes sages.Add( InvalidOcc urrenceNum ber, "The effective end date o f the seri es cannot be earlier than toda y. Select a valid oc currence n umber.") | |||||
| 1976 | ErrorMes sages.Add( InvalidNum berOfParti tions, "Yo u cannot d elete audi t data in the partit ions that are curren tly in use , or delet e the part itions tha t are crea ted for st oring futu re audit d ata.") | |||||
| 1977 | ErrorMes sages.Add( InvalidEle mentFound, "A dashbo ard Form X ML cannot contain el ement: {0} .") | |||||
| 1978 | ErrorMes sages.Add( MaximumCon trolsLimit Exceeded, "The dashb oard Form XML contai ns more th an the max imum allow ed number of control elements: {0}.") | |||||
| 1979 | ErrorMes sages.Add( UserViewsO rVisualiza tionsFound , "A syste m dashboar d cannot c ontain use r views an d visualiz ations.") | |||||
| 1980 | ErrorMes sages.Add( InvalidAtt ributeFoun d, "A dash board Form XML canno t contain attribute: {0}.") | |||||
| 1981 | ErrorMes sages.Add( MultipleFo rmElements Found, "A dashboard Form XML c an contain only one form eleme nt.") | |||||
| 1982 | ErrorMes sages.Add( NullDashbo ardName, " The name o f a dashbo ard cannot be null." ) | |||||
| 1983 | ErrorMes sages.Add( InvalidFor mType, "Th e type of the form m ust be set to {0} in the Form XML.") | |||||
| 1984 | ErrorMes sages.Add( InvalidCon trolClass, "The dash board Form XML canno t contain controls e lements wi th class i d: {0}.") | |||||
| 1985 | ErrorMes sages.Add( ImportDash boardDelet edError, " A dashboar d with the same id i s marked a s deleted in the sys tem. Pleas e first pu blish the system for m entity a nd import again.") | |||||
| 1986 | ErrorMes sages.Add( PersonalRe portFound, "A system dashboard cannot co ntain pers onal repor ts.") | |||||
| 1987 | ErrorMes sages.Add( ObjectAlre adyExists, "An objec t with id {0} alread y exists. Please cha nge the id and try a gain.") | |||||
| 1988 | ErrorMes sages.Add( EntityType SpecifiedF orDashboar d, "An ent ity type c annot be s pecified f or a dashb oard.") | |||||
| 1989 | ErrorMes sages.Add( Unrestrict edIFrameIn UserDashbo ard, "A us er dashboa rd Form XM L cannot h ave Securi ty = false .") | |||||
| 1990 | ErrorMes sages.Add( MultipleLa belsInUser Dashboard, "A user d ashboard c an have at most one label for a form ele ment.") | |||||
| 1991 | ErrorMes sages.Add( Unsupporte dDashboard InEditor, "The dashb oard could not be op ened.") | |||||
| 1992 | ErrorMes sages.Add( InvalidUrl Protocol, "The speci fied URL i s invalid. ") | |||||
| 1993 | ErrorMes sages.Add( CannotRemo veComponen tFromDefau ltSolution , "A Solut ion Compon ent cannot be remove d from the Default S olution.") | |||||
| 1994 | ErrorMes sages.Add( InvalidSol utionUniqu eName, "In valid char acter spec ified for solution u nique name . Only cha racters wi thin the r anges [A-Z ], [a-z], [0-9] or _ are allow ed. The fi rst charac ter may on ly be in t he ranges [A-Z], [a- z] or _.") | |||||
| 1995 | ErrorMes sages.Add( CannotUnde leteLabel, "Attempti ng to unde lete a lab el that is not marke d as delet e.") | |||||
| 1996 | ErrorMes sages.Add( ErrorReact ivatingCom ponentInst ance, "Aft er undelet ing a labe l, there i s no under lying labe l to react ivate.") | |||||
| 1997 | ErrorMes sages.Add( CannotDele teRestrict edSolution , "Attempt ing to del ete a rest ricted sol ution.") | |||||
| 1998 | ErrorMes sages.Add( CannotDele teRestrict edPublishe r, "Attemp ting to de lete a res tricted pu blisher.") | |||||
| 1999 | ErrorMes sages.Add( ImportRest rictedSolu tionError, "Solution ID provid ed is rest ricted and cannot be imported. ") | |||||
| 2000 | ErrorMes sages.Add( CannotSetS olutionSys temAttribu tes, "Syst em attribu tes ({0}) cannot be set outsid e of insta llation or upgrade." ) | |||||
| 2001 | ErrorMes sages.Add( CannotUpda teDefaultS olution, " Default so lution att ribute{0} {1} can on ly be set on install ation or u pgrade. T he value{0 } cannot b e modified .") | |||||
| 2002 | ErrorMes sages.Add( CannotUpda teRestrict edSolution , "Restric ted soluti on ({0}) c annot be u pdated.") | |||||
| 2003 | ErrorMes sages.Add( CannotAddW orkflowAct ivationToS olution, " Cannot add Workflow Activation to soluti on ") | |||||
| 2004 | ErrorMes sages.Add( CannotQuer yBaseTable WithAggreg ates, "Inv alid query on base t able. Agg regates ca nnot be in cluded in base table query.") | |||||
| 2005 | ErrorMes sages.Add( InvalidSta teTransiti on, "The { 0} (Id={1} ) entity o r componen t has atte mpted to t ransition from an in valid stat e: {2}.") | |||||
| 2006 | ErrorMes sages.Add( CannotUpda teUnpublis hedDeleteI nstance, " The compon ent that y ou are try ing to upd ate has be en deleted .") | |||||
| 2007 | ErrorMes sages.Add( Unsupporte dComponent Operation, "{0} is n ot recogni zed as a s upported o peration." ) | |||||
| 2008 | ErrorMes sages.Add( InvalidCre ateOnProte ctedCompon ent, "You cannot cre ate {0} {1 }. Creatio n cannot b e performe d when {0} is manage d.") | |||||
| 2009 | ErrorMes sages.Add( InvalidUpd ateOnProte ctedCompon ent, "You cannot upd ate {0} {1 }. Updates cannot be performed when {0} is managed .") | |||||
| 2010 | ErrorMes sages.Add( InvalidDel eteOnProte ctedCompon ent, "You cannot del ete {0} {1 }. Deletio n cannot b e performe d when {0} is manage d.") | |||||
| 2011 | ErrorMes sages.Add( InvalidPub lishOnProt ectedCompo nent, "You cannot pu blish {0} {1}. Publi sh cannot be perform ed when {0 } is manag ed.") | |||||
| 2012 | ErrorMes sages.Add( CannotAddN onCustomiz ableCompon ent, "The component {0} {1} ca nnot be ad ded to the solution because it is not cu stomizable ") | |||||
| 2013 | ErrorMes sages.Add( CannotOver writeActiv eComponent , "A manag ed solutio n cannot o verwrite t he {0} com ponent wit h Id={1} w hich has a n unmanage d base ins tance. Th e most lik ely scenar io for thi s error is that an u nmanaged s olution ha s installe d a new un managed {0 } componen t on the t arget syst em, and no w a manage d solution from the same publi sher is tr ying to in stall that same {0} component as managed . This wi ll cause a n invalid layering o f solution s on the t arget syst em and is not allowe d.") | |||||
| 2014 | ErrorMes sages.Add( CannotUpda teRestrict edPublishe r, "Restri cted publi sher ({0}) cannot be updated." ) | |||||
| 2015 | ErrorMes sages.Add( CannotAddS olutionCom ponentWith outRoots, "This item is not a valid solu tion compo nent. For more infor mation abo ut solutio n componen ts, see th e Microsof t Dynamics CRM SDK d ocumentati on.") | |||||
| 2016 | ErrorMes sages.Add( ComponentD efinitionD oesNotExis ts, "No co mponent de finition e xists for the compon ent type { 0}.") | |||||
| 2017 | ErrorMes sages.Add( Dependency AlreadyExi sts, "A {0 } dependen cy already exists be tween {1}( {2}) and { 3}({4}). Cannot als o create { 5} depende ncy.") | |||||
| 2018 | ErrorMes sages.Add( Dependency TableNotEm pty, "The dependency table mus t be empty for initi alization to complet e successf ully.") | |||||
| 2019 | ErrorMes sages.Add( InvalidPub lisherUniq ueName, "P ublisher u niquename is require d.") | |||||
| 2020 | ErrorMes sages.Add( CannotUnin stallWithD ependencie s, "Soluti on depende ncies exis t, cannot uninstall. ") | |||||
| 2021 | ErrorMes sages.Add( InvalidSol utionVersi on, "An in valid solu tion versi on was spe cified.") | |||||
| 2022 | ErrorMes sages.Add( CannotDele teInUseCom ponent, "T he {0}({1} ) componen t cannot b e deleted because it is refere nced by {2 } other co mponents. For a list of refere nced compo nents, use the Retri eveDepende nciesForDe leteReques t.") | |||||
| 2023 | ErrorMes sages.Add( CannotUnin stallRefer encedProte ctedSoluti on, "This solution c annot be u ninstalled because t he '{0}' w ith id '{1 }' is req uired by t he '{2}' s olution. U ninstall t he {2} sol ution and try again. ") | |||||
| 2024 | ErrorMes sages.Add( CannotRemo veComponen tFromSolut ion, "Cann ot find so lution com ponent {0} {1} in so lution {2} .") | |||||
| 2025 | ErrorMes sages.Add( Restricted SolutionNa me, "The s olution un ique name '{0}' is r estricted and can on ly be used by intern al solutio ns.") | |||||
| 2026 | ErrorMes sages.Add( SolutionUn iqueNameVi olation, " The soluti on unique name '{0}' is alread y being us ed and can not be use d again.") | |||||
| 2027 | ErrorMes sages.Add( CannotUpda teManagedS olution, " Cannot upd ate soluti on '{0}' b ecause it is a manag ed solutio n.") | |||||
| 2028 | ErrorMes sages.Add( Dependency TrackingCl osed, "Inv alid attem pt to proc ess a depe ndency aft er the cur rent trans action con text has b een closed .") | |||||
| 2029 | ErrorMes sages.Add( GenericMan agedProper tyFailure, "The eval uation of the curren t componen t(name={0} , id={1}) in the cur rent opera tion ({2}) failed du ring manag ed propert y evaluati on of cond ition: {3} ") | |||||
| 2030 | ErrorMes sages.Add( CombinedMa nagedPrope rtyFailure , "The eva luation of the curre nt compone nt(name={0 }, id={1}) in the cu rrent oper ation ({2} ) failed d uring at l east one m anaged pro perty eval uations: { 3}") | |||||
| 2031 | ErrorMes sages.Add( ReportImpo rtCategory OptionNotF ound, "A c ategory op tion for t he reports was not f ound.") | |||||
| 2032 | ErrorMes sages.Add( RequiredCh ildReportH asOtherPar ent, "A ca tegory opt ion for th e reports was not fo und.") | |||||
| 2033 | ErrorMes sages.Add( InvalidMan agedProper tyExceptio n, "Manage d property {0} does not contai n enough i nformation to be cre ated. Ple ase provid e (assembl y, class), or (entit y, attribu te) or set the manag ed propert y to custo m.") | |||||
| 2034 | ErrorMes sages.Add( OnlyOwnerC anSetManag edProperti es, "Canno t import c omponent { 0}: {1} be cause mana ged proper ty {2} wit h value {3 } is diffe rent than the curren t value {4 } and the publisher of the sol ution that is being imported d oes not ma tch the pu blisher of the solut ion that i nstalled t his compon ent.") | |||||
| 2035 | ErrorMes sages.Add( CannotDele teMetadata , "The '{2 }' operati on on the current co mponent(na me='{0}', id='{1}') failed dur ing manage d property evaluatio n of condi tion: '{3} '") | |||||
| 2036 | ErrorMes sages.Add( CannotUpda teReadOnly Publisher, "Attempti ng to upda te a reado nly publis her.") | |||||
| 2037 | ErrorMes sages.Add( CannotSele ctReadOnly Publisher, "Attempti ng to sel ect a read only publi sher for s olution.") | |||||
| 2038 | ErrorMes sages.Add( CannotRemo veComponen tFromSyste mSolution, "A Soluti on Compone nt cannot be removed from the System Sol ution.") | |||||
| 2039 | ErrorMes sages.Add( InvalidDep endency, " The {2} co mponent {1 } (Id={0}) does not exist. Fa ilure tryi ng to asso ciate it w ith {3} (I d={4}) as a dependen cy. Missin g dependen cy lookup type = {5} .") | |||||
| 2040 | ErrorMes sages.Add( InvalidDep endencyFet chXml, "Th e FetchXml ({2}) is invalid. Failure wh ile calcul ating depe ndencies f or {1} (Id ={0}).") | |||||
| 2041 | ErrorMes sages.Add( CannotModi fyReportOu tsideSolut ionIfManag ed, "Manag ed solutio n cannot u pdate repo rts which are not pr esent in s olution pa ckage.") | |||||
| 2042 | ErrorMes sages.Add( DuplicateD etectionRu lesWereUnp ublished, "The dupli cate detec tion rules for this entity hav e been unp ublished d ue to poss ible modif ications t o the enti ty.") | |||||
| 2043 | ErrorMes sages.Add( InvalidDep endencyCom ponent, "T he require d componen t {1} (Id= {0}) that was define d for the {2} could not be fou nd in the system.") | |||||
| 2044 | ErrorMes sages.Add( InvalidDep endencyEnt ity, "The required c omponent { 1} (Name={ 0}) that w as defined for the { 2} could n ot be foun d in the s ystem.") | |||||
| 2045 | ErrorMes sages.Add( SharePoint UnableToAd dUserToGro up, "Micro soft Dynam ics CRM ca nnot add t his user { 0} to the group {1} in SharePo int. Verif y that the informati on for thi s user and group are correct a nd that th e group ex ists in Sh arePoint, and then t ry again." ) | |||||
| 2046 | ErrorMes sages.Add( SharePoint UnableToRe moveUserFr omGroup, " Unable to remove use r {0} from group {1} in ShareP oint.") | |||||
| 2047 | ErrorMes sages.Add( SharePoint SiteNotPre sentInShar ePoint, "S ite {0} do es not exi sts in Sha rePoint.") | |||||
| 2048 | ErrorMes sages.Add( SharePoint UnableToRe trieveGrou p, "Unable to retrie ve the gro up {0} fro m SharePoi nt.") | |||||
| 2049 | ErrorMes sages.Add( SharePoint UnableToAc lSiteWithP rivilege, "Unable to ACL site {0} with p rivilege { 1} in Shar ePoint.") | |||||
| 2050 | ErrorMes sages.Add( SharePoint UnableToAc lSite, "Un able to AC L site {0} in ShareP oint.") | |||||
| 2051 | ErrorMes sages.Add( SharePoint UnableToCr eateSiteGr oup, "Unab le to crea te site gr oup {0} in SharePoin t.") | |||||
| 2052 | ErrorMes sages.Add( SharePoint SiteCreati onFailure, "Failed t o create t he site {0 } in Share Point.") | |||||
| 2053 | ErrorMes sages.Add( SharePoint TeamProvis ionJobAlre adyExists, "A system job to pr ovision th e selected team is p ending. An y changes made to th e team rec ord before this syst em job sta rts will b e applied to this sy stem job." ) | |||||
| 2054 | ErrorMes sages.Add( SharePoint RoleProvis ionJobAlre adyExists, "A system job to pr ovision th e selected security role is pe nding. Any changes m ade to the security role recor d before t his system job start s will be applied to this syst em job.") | |||||
| 2055 | ErrorMes sages.Add( SharePoint SiteWidePr ovisioning JobFailed, "SharePoi nt provisi oning job has failed .") | |||||
| 2056 | ErrorMes sages.Add( DataTypeMi smatchForL inkedAttri bute, "Dat a type mis match foun d for link ed attribu te.") | |||||
| 2057 | ErrorMes sages.Add( InvalidEnt ityForLink edAttribut e, "Not a valid enti ty for lin ked attrib ute.") | |||||
| 2058 | ErrorMes sages.Add( AlreadyLin kedToAnoth erAttribut e, "Given linked att ribute is alreadly l inked to o ther attri bute.") | |||||
| 2059 | ErrorMes sages.Add( DocumentMa nagementDi sabled, "D ocument Ma nagement h as been di sabled for this orga nization." ) | |||||
| 2060 | ErrorMes sages.Add( DefaultSit eCollectio nUrlChange d, "Defaul t site col lection ur l has been changed t his organi zation aft er this op eration wa s created. ") | |||||
| 2061 | ErrorMes sages.Add( RibbonImpo rtHidingBa sicHomeTab , "The def inition of the ribbo n being im ported wil l remove t he Microso ft Dynamic s CRM home tab. Incl ude a home tab defin ition, or a ribbon w ill not be displayed in areas of the app lication t hat displa y the home tab.") | |||||
| 2062 | ErrorMes sages.Add( RibbonImpo rtInvalidP rivilegeNa me, "The R ibbonDiffX ml in this solution contains a reference to an inv alid privi lege: {0}. Update th e RibbonDi ffXml to r eference a valid pri vilege and try impor ting again .") | |||||
| 2063 | ErrorMes sages.Add( RibbonImpo rtEntityNo tSupported , "The sol ution cann ot be impo rted becau se the {0} entity co ntains a R ibbon defi nition, wh ich is not supported for that entity. Re move the R ibbonDiffX ml node fr om the ent ity defini tion and t ry to impo rt again." ) | |||||
| 2064 | ErrorMes sages.Add( RibbonImpo rtDependen cyMissingE ntity, "Th e ribbon i tem '{0}' is depende nt on enti ty {1}.") | |||||
| 2065 | ErrorMes sages.Add( RibbonImpo rtDependen cyMissingR ibbonEleme nt, "The r ibbon item '{0}' is dependent on <{1} Id =""{2}"" / >.") | |||||
| 2066 | ErrorMes sages.Add( RibbonImpo rtDependen cyMissingW ebResource , "The rib bon item ' {0}' is de pendent on Web resou rce id='{1 }'.") | |||||
| 2067 | ErrorMes sages.Add( RibbonImpo rtDependen cyMissingR ibbonContr ol, "The r ibbon item '{0}' is dependent on ribbon control id ='{1}'.") | |||||
| 2068 | ErrorMes sages.Add( RibbonImpo rtModifyin gTopLevelN ode, "Ribb on customi zations ca nnot be ma de to the following top-level ribbon nod es: <Ribbo n>, <Conte xtualGroup s>, and <T abs>.") | |||||
| 2069 | ErrorMes sages.Add( RibbonImpo rtLocation AndIdDoNot Match, "Cu stomAction Id '{0}' cannot ove rride '{1} ' because '{2}' does not match the Custo mAction Lo cation val ue.") | |||||
| 2070 | ErrorMes sages.Add( RibbonImpo rtHidingJe wel, "Ribb on customi zations ca nnot hide the <Jewel > node. An y ribbon c ustomizati on that hi des this n ode is ign ored durin g import a nd will no t be expor ted.") | |||||
| 2071 | ErrorMes sages.Add( RibbonImpo rtDuplicat eElementId , "The rib bon elemen t with the Id:{0} ca nnot be im ported bec ause an ex isting rib bon elemen t with the same Id a lready exi sts.") | |||||
| 2072 | ErrorMes sages.Add( WebResourc eInvalidTy pe, "Inval id web res ource type specified .") | |||||
| 2073 | ErrorMes sages.Add( WebResourc eEmptySilv erlightVer sion, "Sil verlight v ersion can not be emp ty for sil verlight w eb resourc es.") | |||||
| 2074 | ErrorMes sages.Add( WebResourc eInvalidSi lverlightV ersion, "S ilverlight version c an only be of the fo rmat xx.xx [.xx.xx]." ) | |||||
| 2075 | ErrorMes sages.Add( WebResourc eContentSi zeExceeded , "Webreso urce conte nt size is too big." ) | |||||
| 2076 | ErrorMes sages.Add( WebResourc eDuplicate Name, "A w ebresource with the same name already ex ists. Use a differen t name.") | |||||
| 2077 | ErrorMes sages.Add( WebResourc eEmptyName , "Webreso urce name cannot be null or em pty.") | |||||
| 2078 | ErrorMes sages.Add( WebResourc eNameInval idCharacte rs, "Web r esource na mes may on ly include letters, numbers, p eriods, an d nonconse cutive for ward slash character s.") | |||||
| 2079 | ErrorMes sages.Add( WebResourc eNameInval idPrefix, "Webresour ce name do es not con tain a val id prefix. ") | |||||
| 2080 | ErrorMes sages.Add( WebResourc eNameInval idFileExte nsion, "A Web resour ce cannot have the f ollowing f ile extens ions: .asp x, .ascx, .asmx or . ashx.") | |||||
| 2081 | ErrorMes sages.Add( WebResourc eImportMis singFile, "The file for this W eb resourc e does not exist in the soluti on file.") | |||||
| 2082 | ErrorMes sages.Add( WebResourc eImportErr or, "An er ror occurr ed while i mporting a Web resou rce. Try i mporting t his soluti on again. For furthe r assistan ce, contac t Microsof t Dynamics CRM techn ical suppo rt.") | |||||
| 2083 | ErrorMes sages.Add( InvalidAct ivityOwner shipTypeMa sk, "A cus tom entity defined a s an activ ity must b e user or team owned .") | |||||
| 2084 | ErrorMes sages.Add( ActivityCa nnotHaveRe latedActiv ities, "A custom ent ity define d as an ac tivity mus t not have a relatio nship with Activitie s.") | |||||
| 2085 | ErrorMes sages.Add( CustomActi vityMustHa veOfflineA vailabilit y, "A cust om entity defined as an activi ty must ha ve Offline Availabil ity.") | |||||
| 2086 | ErrorMes sages.Add( ActivityMu stHaveRela tedNotes, "A custom entity def ined as an activity must have a relation ship to No tes by def ault.") | |||||
| 2087 | ErrorMes sages.Add( CustomActi vityCannot BeMailMerg eEnabled, "A custom entity def ined as an activity already ca nnot have MailMerge enabled.") | |||||
| 2088 | ErrorMes sages.Add( InvalidCus tomActivit yType, "A custom ent ity define d as an ac tivity mus t be of co mmunicaton activity type.") | |||||
| 2089 | ErrorMes sages.Add( ActivityMe tadataUpda te, "The m etadata sp ecified fo r activity is invali d.") | |||||
| 2090 | ErrorMes sages.Add( InvalidPri maryFieldF orActivity , "A custo m entity d efined as an activit y cannot h ave primar y attribut e other th an subject .") | |||||
| 2091 | ErrorMes sages.Add( CannotDele teNonLeafN ode, "Only a leaf st atement ca n be delet ed. This s tatement i s parentin g some oth er stateme nt.") | |||||
| 2092 | ErrorMes sages.Add( DuplicateU IStatement RootsFound , "There c an be only one root statement for a give n uiscript .") | |||||
| 2093 | ErrorMes sages.Add( ErrorUpdat eStatement TextIsRefe renced, "Y ou cannot update thi s UI scrip t statemen t text bec ause it is being ref erred to b y one or m ore publis hed ui scr ipts.") | |||||
| 2094 | ErrorMes sages.Add( ErrorDelet eStatement TextIsRefe renced, "Y ou cannot delete the UI script statement text beca use it is being refe rred by on e or more ui script statements .") | |||||
| 2095 | ErrorMes sages.Add( ErrorScrip tSessionCa nnotCreate ForDraftSc ript, "You cannot cr eate a UI script ses sion for a UI script which is not publis hed.") | |||||
| 2096 | ErrorMes sages.Add( ErrorScrip tSessionCa nnotUpdate ForDraftSc ript, "You cannot up date a UI script ses sion for a UI script which is not publis hed.") | |||||
| 2097 | ErrorMes sages.Add( ErrorScrip tLanguageN otInstalle d, "The la nguage spe cified is not suppor ted in you r CRM inst all. Pleas e check wi th your sy stem admin istrator o n the list of ""enab led"" lang uages.") | |||||
| 2098 | ErrorMes sages.Add( ErrorScrip tInitialSt atementNot InScript, "The initi al stateme nt for thi s script d oes not be long to th is script. ") | |||||
| 2099 | ErrorMes sages.Add( ErrorScrip tInitialSt atementNot Root, "The initial s tatement s hould the root state ment and c annot have a previou s statemen t set.") | |||||
| 2100 | ErrorMes sages.Add( ErrorScrip tCannotDel etePublish edScript, "You canno t delete a UI script that is p ublished. You must u npublish i t first.") | |||||
| 2101 | ErrorMes sages.Add( ErrorScrip tPublishMi ssingIniti alStatemen t, "The se lected UI script can not be pub lished. Pr ovide a va lue for "" First stat ement numb er"" and t ry to publ ish again. ") | |||||
| 2102 | ErrorMes sages.Add( ErrorScrip tPublishMa lformedScr ipt, "The selected U I script c annot be p ublished. The UI scr ipt contai ns one or more paths which do not end in an end-sc ript or ne xt-script action nod e. Correct the paths and try t o publish again.") | |||||
| 2103 | ErrorMes sages.Add( ErrorScrip tUnpublish ActiveScri pt, "This script is in use and has activ e sessions (status-r eason=inco mplete). P lease term inate the active ses sions (i.e . status-r eason=canc elled) and try to un publish ag ain.") | |||||
| 2104 | ErrorMes sages.Add( ErrorScrip tSessionCa nnotSetSta teForDraft Script, "Y ou cannot set the st ate of a U I script s ession for a UI scri pt which i s not publ ished.") | |||||
| 2105 | ErrorMes sages.Add( ErrorScrip tStatement ResponseTy peOnlyForP rompt, "Yo u cannot a ssociate t he respons e control type for a statement which is not a prom pt.") | |||||
| 2106 | ErrorMes sages.Add( ErrorState mentOnlyFo rDraftScri pt, "You c annot crea te a UI sc ript state ment for a UI script which is not draft. ") | |||||
| 2107 | ErrorMes sages.Add( ErrorState mentDelete OnlyForDra ftScript, "You canno t delete a UI script statement for a UI script whi ch is not draft.") | |||||
| 2108 | ErrorMes sages.Add( ErrorInval idUIScript ImportFile , "File ty pe is not supported. Select an xml file for import .") | |||||
| 2109 | ErrorMes sages.Add( ErrorScrip tFileParse , "Error o ccurred wh ile parsin g the XML file.") | |||||
| 2110 | ErrorMes sages.Add( ErrorScrip tCannotUpd atePublish edScript, "You canno t update a UI script that is p ublished. You must u npublish i t first.") | |||||
| 2111 | ErrorMes sages.Add( ErrorInval idFileName Chars, "Th e Microsof t Excel fi le name ca nnot conta in the fol lowing cha racters: * \ : > < | ? "" /. Rename the file usin g valid ch aracters, and try ag ain.") | |||||
| 2112 | ErrorMes sages.Add( ErrorMimeT ypeNullOrE mpty, "The MimeType property v alue of th e UploadFr omBase64Da taUIScript Request me thod is nu ll or empt y. Specify a valid p roperty va lue, and t ry again." ) | |||||
| 2113 | ErrorMes sages.Add( ErrorImpor tInvalidFo rPublished Script, "Y ou cannot save data to a publi shed UI sc ript. Unpu blish the UI script, and try a gain.") | |||||
| 2114 | ErrorMes sages.Add( UIScriptId entifierDu plicate, " A variable or input argument w ith the sa me name al ready exis ts. Choose a differe nt name, a nd try aga in.") | |||||
| 2115 | ErrorMes sages.Add( UIScriptId entifierIn valid, "Th e variable or input argument n ame is inv alid. The name can o nly contai n '_', num erical, an d alphabet ical chara cters. Cho ose a diff erent name , and try again.") | |||||
| 2116 | ErrorMes sages.Add( UIScriptId entifierIn validLengt h, "The va riable or input argu ment name is too lon g. Choose a smaller name, and try again. ") | |||||
| 2117 | ErrorMes sages.Add( ErrorNoQue ryData, "A n error ha s occurred . Either t he data do es not exi st or you do not hav e sufficie nt privile ges to vie w the data . Contact your syste m administ rator for help.") | |||||
| 2118 | ErrorMes sages.Add( ErrorUIScr iptPromptM issing, "T he dialog that is be ing activa ted has no prompt/re sponse.") | |||||
| 2119 | ErrorMes sages.Add( SharePoint UrlHostVal idator, "T he URL can not be res olved into an IP.") | |||||
| 2120 | ErrorMes sages.Add( SharePoint CrmDomainV alidator, "The Share Point and Microsoft Dynamics C RM Servers are on di fferent do mains. Ple ase ensure a trust r elationshi p between the two do mains.") | |||||
| 2121 | ErrorMes sages.Add( SharePoint ServerDisc overyValid ator, "The URL is in correct or the site is not run ning.") | |||||
| 2122 | ErrorMes sages.Add( SharePoint ServerVers ionValidat or, "The S harePoint Site Colle ction must be runnin g a suppor ted versio n of Micro soft Offic e SharePoi nt Server or Microso ft Windows SharePoin t Services . Please r efer the i mplementat ion guide. ") | |||||
| 2123 | ErrorMes sages.Add( SharePoint SiteCollec tionIsAcce ssibleVali dator, "Th e URL is i ncorrect o r the site is not ru nning.") | |||||
| 2124 | ErrorMes sages.Add( SharePoint UrlIsRootW ebValidato r, "The UR L is not v alid. The URL must b e a valid site colle ction and cannot inc lude a sub site. The URL must b e in a val id form, s uch as htt p://ShareP ointServer /sites/Crm Site.") | |||||
| 2125 | ErrorMes sages.Add( SharePoint SitePermis sionsValid ator, "The current u ser does n ot have th e appropri ate privil eges. You must be a SharePoint site admi nistrator on the Sha rePoint si te.") | |||||
| 2126 | ErrorMes sages.Add( SharePoint ServerLang uageValida tor, "Micr osoft Dyna mics CRM a nd Microso ft Office SharePoint Server mu st have th e same bas e language .") | |||||
| 2127 | ErrorMes sages.Add( SharePoint CrmGridIsI nstalledVa lidator, " The Micros oft Dynami cs CRM Gri d componen t must be installed on the Sha rePoint se rver. This component is requir ed for Sha rePoint in tegration to work co rrectly.") | |||||
| 2128 | ErrorMes sages.Add( SharePoint ErrorRetri eveAbsolut eUrl, "An error occu rred while retrievin g the abso lute and s ite collec tion url f or a Share Point obje ct.") | |||||
| 2129 | ErrorMes sages.Add( SharePoint InvalidEnt ityForVali dation, "E ntity Does not suppo rt SharePo int Url Va lidation." ) | |||||
| 2130 | ErrorMes sages.Add( DocumentMa nagementIs Disabled, "Document Management is not en abled for this Organ ization.") | |||||
| 2131 | ErrorMes sages.Add( DocumentMa nagementNo tEnabledNo PrimaryFie ld, "Docum ent manage ment could not be en abled beca use a prim ary field is not def ined for t his entity .") | |||||
| 2132 | ErrorMes sages.Add( SharePoint ErrorAbsol uteUrlClip ped, "The URL exceed s the maxi mum number of 256 ch aracters. Use shorte r names fo r sites an d folders, and try a gain.") | |||||
| 2133 | ErrorMes sages.Add( SiteMapXsd Validation Error, "Si temap xml failed XSD validatio n with the following error: '{ 0}' at lin e {1} posi tion {2}." ) | |||||
| 2134 | ErrorMes sages.Add( CannotSecu reAttribut e, "The fi eld '{0}' is not sec urable") | |||||
| 2135 | ErrorMes sages.Add( AttributeP rivilegeCr eateIsMiss ing, "The user does not have c reate perm issions to a secured field. Th e requeste d operatio n could no t be compl eted.") | |||||
| 2136 | ErrorMes sages.Add( AttributeP ermissionU pdateIsMis singDuring Share, "Th e user doe s not have update pe rmissions to a secur ed field. The reques ted operat ion could not be com pleted.") | |||||
| 2137 | ErrorMes sages.Add( AttributeP ermissionR eadIsMissi ng, "The u ser does n ot have re ad permiss ions to a secured fi eld. The r equested o peration c ould not b e complete d.") | |||||
| 2138 | ErrorMes sages.Add( CannotRemo veSysAdmin ProfileFro mSysAdminU ser, "The Sys Admin Profile ca nnot be re moved from a user wi th a Sys A dmin Role" ) | |||||
| 2139 | ErrorMes sages.Add( QueryConta inedSecure dAttribute WithoutAcc ess, "The Query cont ained a se cured attr ibute to w hich the c aller does not have access") | |||||
| 2140 | ErrorMes sages.Add( AttributeP ermissionU pdateIsMis singDuring Update, "T he user do esn't have Attribute PrivilegeU pdate and not grante d shared a ccess for a secured attribute during upd ate operat ion") | |||||
| 2141 | ErrorMes sages.Add( AttributeN otSecured, "One or m ore fields are not e nabled for field lev el securit y. Field l evel secur ity is not enabled u ntil you p ublish the customiza tions.") | |||||
| 2142 | ErrorMes sages.Add( AttributeS haringCrea teShouldSe tReadOrAnd UpdateAcce ss, "You m ust set re ad and/or update acc ess when y ou share a secured a ttribute. Attribute ID: {0}") | |||||
| 2143 | ErrorMes sages.Add( AttributeS haringUpda teInvalid, "Both rea dAccess an d updateAc cess are f alse: call Delete in stead of U pdate.") | |||||
| 2144 | ErrorMes sages.Add( AttributeS haringCrea teDuplicat e, "Attrib ute has al ready been shared.") | |||||
| 2145 | ErrorMes sages.Add( AdminProfi leCannotBe EditedOrDe leted, "Th e System A dministrat or field s ecurity pr ofile cann ot be modi fied or de leted.") | |||||
| 2146 | ErrorMes sages.Add( AttributeP rivilegeIn validToUns ecure, "Yo u must hav e sufficie nt permiss ions for a secured f ield befor e you can change its field lev el securit y.") | |||||
| 2147 | ErrorMes sages.Add( AttributeP ermissionI sInvalid, "Permissio n '{0}' fo r field '{ 1}' with i d={2} is i nvalid.") | |||||
| 2148 | ErrorMes sages.Add( RequireVal idImportMa pForUpdate , "The upd ate operat ion cannot be comple ted becaus e the impo rt map use d for the update is invalid.") | |||||
| 2149 | ErrorMes sages.Add( InvalidFor matForUpda teMode, "T he file th at you upl oaded is i nvalid and cannot be used for updating r ecords.") | |||||
| 2150 | ErrorMes sages.Add( MaximumCou ntForUpdat eModeExcee ded, "In a n update o peration, you can im port only one file a t a time." ) | |||||
| 2151 | ErrorMes sages.Add( RecordReso lutionFail ed, "The r ecord coul d not be u pdated bec ause the o riginal re cord no lo nger exist s in Micro soft Dynam ics CRM.") | |||||
| 2152 | ErrorMes sages.Add( InvalidOpe rationForD ynamicList , "This ac tion is no t availabl e for a dy namic mark eting list .") | |||||
| 2153 | ErrorMes sages.Add( QueryNotVa lidForStat icList, "Q uery canno t be speci fied for a static li st.") | |||||
| 2154 | ErrorMes sages.Add( LockStatus NotValidFo rDynamicLi st, "Lock Status can not be spe cified for a dynamic list.") | |||||
| 2155 | ErrorMes sages.Add( CannotCopy StaticList , "This ac tion is va lid only f or dynamic list.") | |||||
| 2156 | ErrorMes sages.Add( CannotDele teSystemFo rm, "Syste m forms ca nnot be de leted.") | |||||
| 2157 | ErrorMes sages.Add( CannotUpda teSystemEn tityIcons, "System e ntity icon s cannot b e updated. ") | |||||
| 2158 | ErrorMes sages.Add( FallbackFo rmDeletion , "You can not delete this form because i t is the o nly fallba ck form of type {0} for the {1 } entity. Each entit y must hav e at least one fallb ack form f or each fo rm type.") | |||||
| 2159 | ErrorMes sages.Add( SystemForm ImportMiss ingRoles, "The unman aged solut ion you ar e importin g has disp layconditi on XML att ributes th at refer t o security roles tha t are miss ing from t he target system. An y displayc ondition a ttributes that refer to these security r oles will be removed .") | |||||
| 2160 | ErrorMes sages.Add( SystemForm CopyUnmatc hedEntity, "The enti ty for the Target an d the Sour ceId must match.") | |||||
| 2161 | ErrorMes sages.Add( SystemForm CopyUnmatc hedFormTyp e, "The fo rm type of the Sourc eId is not valid for the Targe t entity." ) | |||||
| 2162 | ErrorMes sages.Add( SystemForm CreateWith ExistingLa bel, "The label '{0} ', id: '{1 }' already exists. S upply uniq ue labelid values.") | |||||
| 2163 | ErrorMes sages.Add( QuickFormN otCustomiz ableThroug hSdk, "The SDK does not suppor t creating a form of type ""Qu ick"". Thi s form typ e is reser ved for in ternal use only.") | |||||
| 2164 | ErrorMes sages.Add( InvalidDea ctivateFor mType, "Yo u can’t de activate { 0} forms. Only Main forms can be inactiv e.") | |||||
| 2165 | ErrorMes sages.Add( FallbackFo rmDeactiva tion, "Thi s operatio n can’t be completed . You must have at l east one a ctive Main form.") | |||||
| 2166 | ErrorMes sages.Add( Deprecated FormActiva tion, "Thi s form has been depr ecated in the previo us release and canno t be used anymore. P lease migr ate your c hanges to a differen t form. De precated f orms will be removed from the system in the future .") | |||||
| 2167 | ErrorMes sages.Add( CannotUpda teEntitySe tName, "En titySetNam e cannot b e updated for OOB en tities") | |||||
| 2168 | ErrorMes sages.Add( FallbackCa rdFormDeac tivation, "This oper ation can’ t be compl eted. You must have at least o ne active Card form. ") | |||||
| 2169 | ErrorMes sages.Add( FallbackQu ickFormDea ctivation, "This ope ration can ’t be comp leted. You must have at least one active Quick for m.") | |||||
| 2170 | ErrorMes sages.Add( FallbackMa inInteract ionCentric FormDeacti vation, "T his operat ion can’t be complet ed. You mu st have at least one active Ma inInteract ionCentric form.") | |||||
| 2171 | ErrorMes sages.Add( RuntimeRib bonXmlVali dation, "T he most re cent custo mized ribb on for a t ab on this page cann ot be gene rated. The out-of-bo x version of the rib bon is dis played ins tead.") | |||||
| 2172 | ErrorMes sages.Add( Initialize ErrorNoRea dOnSource, "The oper ation coul d not be c ompleted b ecause you donot hav e read acc ess on som e of the f ields in { 0} record. ") | |||||
| 2173 | ErrorMes sages.Add( NoRollupAt tributesDe fined, "Fo r rollup t o succeed atleast on e rollup a ttribute n eeds to be associate d with the goal metr ic") | |||||
| 2174 | ErrorMes sages.Add( GoalPercen tageAchiev edValueOut OfRange, " The percen tage achie ved value has been s et to 0 be cause the calculated value is not in the allowed r ange.") | |||||
| 2175 | ErrorMes sages.Add( InvalidRol lupQueryAt tributeSet , "A Rollu p Query ca nnot be se t for a Ro llup Field that is n ot defined in the Go al Metric. ") | |||||
| 2176 | ErrorMes sages.Add( InvalidGoa lManager, "The manag er of a go al can onl y be a use r and not a team.") | |||||
| 2177 | ErrorMes sages.Add( InactiveRo llupQueryS etOnGoal, "An inacti ve rollup query cann ot be set on a goal. ") | |||||
| 2178 | ErrorMes sages.Add( InactiveMe tricSetOnG oal, "An i nactive me tric canno t be set o n a goal." ) | |||||
| 2179 | ErrorMes sages.Add( MetricEnti tyOrFieldD eleted, "T he entity or field t hat is ref erenced in the goal metric is not valid" ) | |||||
| 2180 | ErrorMes sages.Add( ExceededNu mberOfReco rdsCanFoll ow, "You h ave exceed ed the num ber of rec ords you c an follow. Please un follow som e records to start f ollowing a gain.") | |||||
| 2181 | ErrorMes sages.Add( EntityIsNo tEnabledFo rFollowUse r, "This e ntity is n ot enabled to be fol lowed. ") | |||||
| 2182 | ErrorMes sages.Add( EntityIsNo tEnabledFo rFollow, " This entit y is not e nabled to be followe d. ") | |||||
| 2183 | ErrorMes sages.Add( CannotFoll owInactive Entity, "C an't follo w inactive record. " ) | |||||
| 2184 | ErrorMes sages.Add( MustContai nAtLeastAC harInMenti on, "The d isplay nam e must con tain atlea st one non -whitespac e characte r.") | |||||
| 2185 | ErrorMes sages.Add( LanguagePr ovisioning SrsDataCon nectorNotI nstalled, "The Micro soft Dynam ics CRM Re porting Ex tensions m ust be ins talled bef ore the la nguage can be provis ioned for this organ ization.") | |||||
| 2186 | ErrorMes sages.Add( BidsInvali dConnectio nString, " Input conn ection str ing is inv alid. Usag e: ServerU rl[;Organi zationName ][;HomeRea lmUrl]") | |||||
| 2187 | ErrorMes sages.Add( BidsInvali dUrl, "Inp ut url {0} is invali d.") | |||||
| 2188 | ErrorMes sages.Add( BidsServer Connection Failed, "F ailed to c onnect to server {0} .") | |||||
| 2189 | ErrorMes sages.Add( BidsAuthen ticationEr ror, "An e rror occur ed while a uthenticat ing with s erver {0}. ") | |||||
| 2190 | ErrorMes sages.Add( BidsNoOrga nizationsF ound, "No organizati ons found for the us er.") | |||||
| 2191 | ErrorMes sages.Add( BidsOrgani zationNotF ound, "Org anization {0} cannot be found for the us er.") | |||||
| 2192 | ErrorMes sages.Add( BidsAuthen ticationFa iled, "Aut henticatio n failed w hen trying to connec t to serve r {0}. The username or passwor d is incor rect.") | |||||
| 2193 | ErrorMes sages.Add( Transactio nNotSuppor ted, "The operation that you a re trying to perform does not support tr ansactions .") | |||||
| 2194 | ErrorMes sages.Add( IndexOutOf Range, "Th e index {0 } is out o f range fo r {1}. Num ber of ele ments pres ent are {2 }.") | |||||
| 2195 | ErrorMes sages.Add( InvalidAtt ribute, "A ttribute { 0} cannot be found f or entity {1}.") | |||||
| 2196 | ErrorMes sages.Add( MultiValue ParameterF ound, "Fet ch xml par ameter {0} cannot ob tain multi ple values . Change r eport para meter {0} to single value para meter and try again. ") | |||||
| 2197 | ErrorMes sages.Add( QueryParam eterNotUni que, "Quer y paramete r {0} must be define d only onc e within t he data se t.") | |||||
| 2198 | ErrorMes sages.Add( InvalidEnt ity, "Enti ty {0} can not be fou nd.") | |||||
| 2199 | ErrorMes sages.Add( Unsupporte dAttribute Type, "Att ribute typ e {0} is n ot support ed. Remove attribute {1} from the query and try ag ain.") | |||||
| 2200 | ErrorMes sages.Add( FetchDataS etQueryTim eout, "The fetch dat a set quer y timed ou t after {0 } seconds. Increase the query timeout, a nd try aga in.") | |||||
| 2201 | ErrorMes sages.Add( InvalidCom mand, "Inv alid comma nd.") | |||||
| 2202 | ErrorMes sages.Add( InvalidDat aXml, "Inv alid data xml.") | |||||
| 2203 | ErrorMes sages.Add( InvalidLan guageForPr ocessConfi guration, "Process c onfigurati on is not available since your language does not m atch syste m base lan guage.") | |||||
| 2204 | ErrorMes sages.Add( InvalidCom plexContro lId, "The complex co ntrol id i s invalid. ") | |||||
| 2205 | ErrorMes sages.Add( InvalidPro cessContro lEntity, " The proces s control definition contains an invalid entity or invalid e ntity orde r.") | |||||
| 2206 | ErrorMes sages.Add( InvalidPro cessContro lAttribute , "The pro cess contr ol definit ion contai ns an inva lid attrib ute.") | |||||
| 2207 | ErrorMes sages.Add( BadRequest , "The req uest could not be un derstood b y the serv er.") | |||||
| 2208 | ErrorMes sages.Add( AccessToke nExpired, "The reque sted resou rce requir es authent ication.") | |||||
| 2209 | ErrorMes sages.Add( Forbidden, "The serv er refuses to fulfil l the requ est.") | |||||
| 2210 | ErrorMes sages.Add( Throttling , "Too man y requests .") | |||||
| 2211 | ErrorMes sages.Add( NetworkIss ue, "Reque st failed due to unk nown netwo rk issues or GateWay issues or server is sues.") | |||||
| 2212 | ErrorMes sages.Add( CouldNotRe adAccessTo ken, "The system was not able to read us ers Yammer access to ken althou gh a non-e mpty code was passed .") | |||||
| 2213 | ErrorMes sages.Add( NotVerifie dAdmin, "Y ou need an enterpris e account with Yamme r in order to comple te this se tup. Pleas e sign in with a Yam mer admini strator ac count or c ontact a Y ammer admi nistrator for help." ) | |||||
| 2214 | ErrorMes sages.Add( YammerAuth TimedOut, "You have waited too long to c omplete th e Yammer a uthorizati on. Please try again .") | |||||
| 2215 | ErrorMes sages.Add( NoYammerNe tworksFoun d, "You ar e not auth orized for any Yamme r network. Please re authorize the Yammer setup wit h a Yammer administr ator accou nt or cont act a Yamm er adminis trator for help.") | |||||
| 2216 | ErrorMes sages.Add( OAuthToken NotFound, "Yammer OA uth token is not fou nd. You sh ould confi gure Yamme r before a ccessing a ny related feature." ) | |||||
| 2217 | ErrorMes sages.Add( CouldNotDe cryptOAuth Token, "Ya mmer OAuth token cou ld not be decrypted. Please tr y to recon figure Yam mer once a gain.") | |||||
| 2218 | ErrorMes sages.Add( UserNeverL oggedIntoY ammer, "To follow ot her users, you must be logged in to Yamm er. Log in to your Y ammer acco unt, and t ry again." ) | |||||
| 2219 | ErrorMes sages.Add( StepNotSup portedForC lientBusin essRule, " Step {0} i s not supp orted for client sid e business rule.") | |||||
| 2220 | ErrorMes sages.Add( EventNotSu pportedFor BusinessRu le, "Event {0} is no t supporte d for clie nt side bu siness rul e.") | |||||
| 2221 | ErrorMes sages.Add( CannotUpda teTriggerF orPublishe dRules, "A trigger c annot be a dded/delet ed/updated for a pub lished rul e.") | |||||
| 2222 | ErrorMes sages.Add( EventTypeA ndControlN ameAreMism atched, "T his combin ation of e vent type and contro l name is unexpected ") | |||||
| 2223 | ErrorMes sages.Add( Expression NotSupport edForEdito r, "Rule c ontain an expression that is n ot support ed by the editor.") | |||||
| 2224 | ErrorMes sages.Add( EditorOnly SupportAnd OperatorFo rLogicalCo nditions, "The rule expression contains logical op erator whi ch is not supported. The edito r only sup port And o perator fo r Logical conditions .") | |||||
| 2225 | ErrorMes sages.Add( Unexpected RightOpera ndCount, " The right operand ar ray in the expressio n contain unexpected no. of op erand.") | |||||
| 2226 | ErrorMes sages.Add( RuleNotSup portedForE ditor, "Th e current rule defin ition cann ot be edit ed in the Business r ule editor .") | |||||
| 2227 | ErrorMes sages.Add( BusinessRu leEditorSu pportsOnly IfConditio nBranch, " The busine ss rule ed itor only supports o ne if cond ition. Ple ase fix th e rule.") | |||||
| 2228 | ErrorMes sages.Add( Unsupporte dStepForBu sinessRule Editor, "T he rule co ntain a st ep which i s not supp orted by t he editor. ") | |||||
| 2229 | ErrorMes sages.Add( Unsupporte dAttribute ForEditor, "The rule contain a n attribut e which is not suppo rted.") | |||||
| 2230 | ErrorMes sages.Add( ExpectingA tLeastOneB usinessRul eStep, "Th ere should be a mini mum of one Business rule step. ") | |||||
| 2231 | ErrorMes sages.Add( RuleCreati onNotAllow edForCycli cReference s, "You ca n't create this rule because i t contains a cyclica l referenc e. Fix the rule and try again. ") | |||||
| 2232 | ErrorMes sages.Add( NoConditio nRuleCreat ionNotAllo wedForSetV alueShowEr ror, "The ""Show err or message "" and ""S et value"" actions c an't be us ed in a bu siness rul e that doe sn't have a conditio n.") | |||||
| 2233 | ErrorMes sages.Add( RuleActiva tionNotAll owedWithDe letedStage s, "You ca n't activa te this ru le because it contai ns a delet ed stage o r stage ca tegory. Fi x the rule and try a gain.") | |||||
| 2234 | ErrorMes sages.Add( EntityLimi tExceeded, "MultiEnt itySearch exceeded E ntity Limi t defined for the Or ganization .") | |||||
| 2235 | ErrorMes sages.Add( InvalidSea rchEntity, "Invalid Search Ent ity - {0}. ") | |||||
| 2236 | ErrorMes sages.Add( InvalidSea rchEntitie s, "Search - {0} did not find any valid Entities." ) | |||||
| 2237 | ErrorMes sages.Add( NoQuickFin dFound, "E ntity - {0 } did not have a val id Quickfi nd query." ) | |||||
| 2238 | ErrorMes sages.Add( InvalidSea rchName, " Invalid Se arch Name - {0}.") | |||||
| 2239 | ErrorMes sages.Add( EntityGrou pNameOrEnt ityNamesMu stBeProvid ed, "Missi ng paramet er. You mu st provide EntityGro upName or EntityName s.") | |||||
| 2240 | ErrorMes sages.Add( OnlyOneSea rchParamet erMustBePr ovided, "E xtra param eter. You only need to provide EntityGro upName or EntityName s, not bot h.") | |||||
| 2241 | ErrorMes sages.Add( ExternalSe archAttrib uteLimitEx ceeded, "T he maximum number of indexed f ields has been reach ed. Update the Relev ance Searc h configur ation to r educe the total numb er of inde xed fields below {0} .") | |||||
| 2242 | ErrorMes sages.Add( CannotEnab leEntityFo rRelevance Search, "E ntity {0} can’t be e nabled for relevance search be cause of t he configu ration of its manage d properti es.") | |||||
| 2243 | ErrorMes sages.Add( CannotDisa bleRelevan ceSearchMa nagedPrope rty, "The {0} entity is curren tly syncin g to an ex ternal sea rch index. You must remove th e entity f rom the ex ternal sea rch index before you can set t he ""Can E nable Sync to Extern al Search Index"" pr operty to False.") | |||||
| 2244 | ErrorMes sages.Add( ProcessEmp tyBranches , "This pr ocess cont ains empty branches. Define or delete th ese branch es and try again.") | |||||
| 2245 | ErrorMes sages.Add( WorkflowId IsNull, "W orkflow Id cannot be NULL whil e creating business process fl ow categor y") | |||||
| 2246 | ErrorMes sages.Add( PrimaryEnt ityIsNull, "Primary Entity can not be NUL L while cr eating bus iness proc ess flow c ategory") | |||||
| 2247 | ErrorMes sages.Add( TypeNotSet ToDefiniti on, "Type should be set to Def inition wh ile creati ng busines s process flow categ ory") | |||||
| 2248 | ErrorMes sages.Add( ScopeNotSe tToGlobal, "Scope sh ould be se t to Globa l while cr eating bus iness proc ess flow c ategory") | |||||
| 2249 | ErrorMes sages.Add( CategoryNo tSetToBusi nessProces sFlow, "Ca tegory sho uld be set to Busine ssProcessF low while creating b usiness pr ocess flow category" ) | |||||
| 2250 | ErrorMes sages.Add( BusinessPr ocessFlowS tepHasInva lidParent, "{0} pare nt is not of type {1 }") | |||||
| 2251 | ErrorMes sages.Add( NullOrEmpt yAttribute InXaml, "A ttribute - {0} of {1 } cannot b e null or empty") | |||||
| 2252 | ErrorMes sages.Add( InvalidGui dInXaml, " Guid - {0} in the Xa ml is not valid") | |||||
| 2253 | ErrorMes sages.Add( NoLabelsAs sociatedWi thStep, "{ 0} does no t have any labels as sociated w ith it") | |||||
| 2254 | ErrorMes sages.Add( StepStepDo esNotHaveA nyControlS tepAsItsCh ildren, "S tepStep do es not hav e any Cont rolStep as its child ren") | |||||
| 2255 | ErrorMes sages.Add( InvalidXml ForParamet ers, "Para meters nod e for Cont rolStep ha ve invalid XML in it ") | |||||
| 2256 | ErrorMes sages.Add( ControlIdI sNotUnique , "Control id {0} in the Xaml is not uni que") | |||||
| 2257 | ErrorMes sages.Add( InvalidAtt ributeInXa ml, "Attri bute - {0} in the XA ML is inva lid") | |||||
| 2258 | ErrorMes sages.Add( AttributeC annotBeUpd ated, "Att ribute - { 0} cannot be updated for a Bus iness Proc ess Flow") | |||||
| 2259 | ErrorMes sages.Add( StepCountI nXamlExcee dsMaxAllow ed, "There are {0} { 1} in the Xaml. Max allowed is {2}.") | |||||
| 2260 | ErrorMes sages.Add( EntitiesEx ceedMaxAll owed, "You can't cov er more th an five en tities in a process flow. Remo ve some en tities and try again .") | |||||
| 2261 | ErrorMes sages.Add( StepDoesNo tHaveAnyCh ildInXaml, "{0} does not have at least o ne {1} as its child. ") | |||||
| 2262 | ErrorMes sages.Add( InvalidXam l, "XAML f or workflo w is NULL or Empty") | |||||
| 2263 | ErrorMes sages.Add( ProcessNam eIsNullOrE mpty, "The business process fl ow name is NULL or e mpty. ") | |||||
| 2264 | ErrorMes sages.Add( LabelIdDoe sNotMatchS tepId, "Th e label ID {0} doesn ’t match t he step ID {1}.") | |||||
| 2265 | ErrorMes sages.Add( RequiredPr ocessStepI sNull, "To move to t he next st age, compl ete the re quired ste ps.") | |||||
| 2266 | ErrorMes sages.Add( EntityExce edsMaxActi veBusiness ProcessFlo ws, "The { 0} entity exceeds th e maximum number of active bus iness proc ess flows. The limit is {1}.") | |||||
| 2267 | ErrorMes sages.Add( EntityIsNo tBusinessP rocessFlow Enabled, " The IsBusi nessProces sEnabled p roperty of the {0} e ntity is f alse.") | |||||
| 2268 | ErrorMes sages.Add( Calculated FieldsFeat ureNotEnab led, "Calc ulated Fie ld feature is not av ailable") | |||||
| 2269 | ErrorMes sages.Add( Calculated FieldsInva lidEntity, "The form ula contai ns an inva lid refere nce: {0}." ) | |||||
| 2270 | ErrorMes sages.Add( Calculated FieldsInva lidXaml, " The {0} fi eld has an invalid X AML formul a definiti on.") | |||||
| 2271 | ErrorMes sages.Add( Calculated FieldsNonC alculatedF ieldAssign ment, "Onl y calculat ed fields can have a formula d efinition. ") | |||||
| 2272 | ErrorMes sages.Add( Calculated FieldsType Mismatch, "You can't use {0}, which is o f type {1} , with the current o perator.") | |||||
| 2273 | ErrorMes sages.Add( Calculated FieldsInva lidFunctio n, "The {0 } function doesn't e xist.") | |||||
| 2274 | ErrorMes sages.Add( Calculated FieldsInva lidAttribu te, "The { 0} field d oesn't exi st.") | |||||
| 2275 | ErrorMes sages.Add( TooManyCal culatedFie ldsInQuery , "Number of calcula ted fields in query exceeded m aximum lim it of {0}. ") | |||||
| 2276 | ErrorMes sages.Add( Calculated FieldsPrim itiveOverf low, "Cann ot convert the value {0} into type {1}." ) | |||||
| 2277 | ErrorMes sages.Add( Calculated FieldsAssi gnmentMism atch, "You can’t set the value {0}, whic h is of ty pe {1}, to type {2}. ") | |||||
| 2278 | ErrorMes sages.Add( Calculated FieldsFunc tionMismat ch, "You c an't use { 0}, which is of type {1}, with the curre nt functio n.") | |||||
| 2279 | ErrorMes sages.Add( Calculated FieldsDivi deByZero, "You canno t divide b y {0}, whi ch evaluat es to zero .") | |||||
| 2280 | ErrorMes sages.Add( Calculated FieldsInva lidAttribu tes, "The formula re ferences t he followi ng attribu tes that d on't exist : {0}.") | |||||
| 2281 | ErrorMes sages.Add( Calculated FieldsInva lidValue, "The formu la referen ces a valu e that doe sn't exist .") | |||||
| 2282 | ErrorMes sages.Add( Calculated FieldsInva lidValues, "The form ula refere nces the f ollowing v alues that don't exi st: {0}.") | |||||
| 2283 | ErrorMes sages.Add( Calculated FieldsCycl icReferenc e, "Field {0} cannot be used i n calculat ed field { 1} because it would create a c ircular re ference.") | |||||
| 2284 | ErrorMes sages.Add( Calculated FieldsDept hExceeded, "You can’ t create o r update t he {0} fie ld because the {1} f ield alrea dy has a c alculated field chai n of {2} d eep.") | |||||
| 2285 | ErrorMes sages.Add( Calculated FieldsEnti tiesExceed ed, "Field {0} canno t be creat ed or upda ted becaus e field {1 } contains an additi onal formu la that us es a paren t record." ) | |||||
| 2286 | ErrorMes sages.Add( InvalidSou rceType, " SourceType {0} isn't valid for the {1} d ata type." ) | |||||
| 2287 | ErrorMes sages.Add( Calculated FieldsInva lidSourceT ypeMask, " The formul a can't be saved bec ause it co ntains ref erences to the follo wing field s that hav e invalid definition s: {0}.") | |||||
| 2288 | ErrorMes sages.Add( AttributeF ormulaDefi nitionIsEm pty, "The formula is empty.") | |||||
| 2289 | ErrorMes sages.Add( InvalidWor kflowOrWor kflowDoesN otExist, " Invalid wo rkflow or workflow d oes not ex ist.") | |||||
| 2290 | ErrorMes sages.Add( WorkflowDo esNotExist , "Workflo w does not exist.") | |||||
| 2291 | ErrorMes sages.Add( ActionStep InvalidSta geid, "Act ionStep re ferences i nvalid Sta ge Id.") | |||||
| 2292 | ErrorMes sages.Add( ActionStep InvalidPro cessid, "A ctionStep references invalid P rocess Id. ") | |||||
| 2293 | ErrorMes sages.Add( ActionStep InvalidPip elineStage id, "Actio nStep refe rences inv alid Pipel ine Stage Id.") | |||||
| 2294 | ErrorMes sages.Add( Calculated FieldsDate OnlyBehavi orTypeMism atch, "You can only use a Date Only type of field. ") | |||||
| 2295 | ErrorMes sages.Add( Calculated FieldsTime InvBehavio rTypeMisma tch, "You can only u se a Time- Zone Indep endent Dat e Time typ e of field .") | |||||
| 2296 | ErrorMes sages.Add( Calculated FieldsUser LocBehavio rTypeMisma tch, "You can only u se a User Local Date Time type of field. ") | |||||
| 2297 | ErrorMes sages.Add( RollupFiel dsTargetRe lationship Null, "The related e ntity is e mpty. It m ust be pro vided when the sourc e entity h ierarchy i sn’t used for the ro llup.") | |||||
| 2298 | ErrorMes sages.Add( RollupFiel dsTargetRe lationship NotPartOfO neToNRelat ionship, " 1:N relati onship {0} from the source ent ity {1} to the relat ed entity {2} doesn’ t exist.") | |||||
| 2299 | ErrorMes sages.Add( RollupFiel dsSourceEn tityNotHie rarchical, "The sour ce entity {0} hierar chy doesn’ t exist.") | |||||
| 2300 | ErrorMes sages.Add( RollupFiel dsAggregat eNotDefine d, "An agg regate fun ction and an aggrega ted field must be pr ovided for the rollu p.") | |||||
| 2301 | ErrorMes sages.Add( RollupFiel dsAggregat eFieldNotP artOfEntit y, "Aggreg ated field {0} does not belong to entity {1}") | |||||
| 2302 | ErrorMes sages.Add( RollupFiel dsSourceFi lterCondit ionInvalid , "The sou rce entity {0} filte r conditio n {1} isn’ t valid.") | |||||
| 2303 | ErrorMes sages.Add( RollupFiel dsTargetFi lterCondit ionInvalid , "The rel ated entit y {0} filt er conditi on {1} isn ’t valid." ) | |||||
| 2304 | ErrorMes sages.Add( RollupFiel dsAggregat eFunctionT ypeMismatc h, "The {0 } data typ e isn’t al lowed for the aggreg ated field when the aggregate function i s {1}.") | |||||
| 2305 | ErrorMes sages.Add( RollupFiel dsGeneric, "The roll up field d efinition isn't vali d.") | |||||
| 2306 | ErrorMes sages.Add( RollupFiel dsAggregat eOnRollupF ieldOrComp lexCalcFie ldNotAllow ed, "The a ggregated field must be either a simple field or a basic cal culated fi eld.") | |||||
| 2307 | ErrorMes sages.Add( RollupFiel dsAggregat eFieldData TypeNotAll owedSimila rRollupFie ldDataType , "The {0} data type isn’t all owed for t he aggrega ted field when the r ollup fiel d is a {1} data type .") | |||||
| 2308 | ErrorMes sages.Add( RollupFiel dsDataType NotValid, "The {0} d ata type i sn’t valid for the r ollup fiel d.") | |||||
| 2309 | ErrorMes sages.Add( RollupFiel dsAggregat eFieldNotB elongToSou rceEntity, "The aggr egated fie ld {0} doe sn’t belon g to the s ource enti ty {1}.") | |||||
| 2310 | ErrorMes sages.Add( RollupFiel dsAggregat eFieldNotB elongToRel atedEntity , "The agg regated fi eld {0} do esn’t belo ng to the related en tity {1}." ) | |||||
| 2311 | ErrorMes sages.Add( RollupFiel dDependent FieldCanno tDeleted, "Rollup fi eld {0} de pends on t his field. It can on ly be dele ted by del eting the correspond ing rollup field {0} .") | |||||
| 2312 | ErrorMes sages.Add( ExceededRo llupFields PerOrgQuot a, "You ca n't add a rollup fie ld. You’ve reached t he maximum number of {0} allow ed for you r organiza tion.") | |||||
| 2313 | ErrorMes sages.Add( ExceededRo llupFields PerEntityQ uota, "You can't add a rollup field. You ’ve reache d the maxi mum number of {0} al lowed for this recor d type.") | |||||
| 2314 | ErrorMes sages.Add( RollupFiel dAndAggreg ateFieldDa taTypeForm atMismatch , "The {0} data type with form at {1} isn ’t allowed for the a ggregated field when the rollu p field is a {2} dat a type wit h format { 3}.") | |||||
| 2315 | ErrorMes sages.Add( RollupFiel dAggregate FunctionNo tAllowedFo rRollupFie ldDataType , "The agg regate fun ction {0} isn’t allo wed when t he rollup field is a {1} data type.") | |||||
| 2316 | ErrorMes sages.Add( RollupFiel dAggregate FunctionNo tAllowed, "The aggre gate funct ion {0} is n’t allowe d.") | |||||
| 2317 | ErrorMes sages.Add( HierarchyC alculateLi mitReached , "Calcula tions can' t be perfo rmed onlin e because the master record hi erarchy de pth limit of {0} has been reac hed.") | |||||
| 2318 | ErrorMes sages.Add( RollupFiel dSourceFil terFieldNo tAllowed, "The sourc e entity f ilter must use eithe r a simple field or a basic ca lculated f ield. It c an't use a rollup fi eld, or a calculated field tha t is using a rollup field.") | |||||
| 2319 | ErrorMes sages.Add( RollupFiel dTargetFil terFieldNo tAllowed, "The targe t entity f ilter must use eithe r a simple field or a basic ca lculated f ield. It c an't use a rollup fi eld, or a calculated field tha t is using a rollup field.") | |||||
| 2320 | ErrorMes sages.Add( Calculated FieldUsedI nRollupFie ldCannotBe Complex, " One or mor e rollup f ields depe nd on this calculate d field. T his calcul ated field can't use a rollup field, ano ther calcu lated fiel d that is using a ro llup field or a fiel d from rel ated entit y.") | |||||
| 2321 | ErrorMes sages.Add( RollupFiel dsTargetSa meAsSource Entity, "S elf refere ntial 1:N relationsh ips are no t allowed for the ro llup field .") | |||||
| 2322 | ErrorMes sages.Add( RollupFiel dsTargetEn tityNotVal id, "Relat ed entity {0} is not allowed f or rollups .") | |||||
| 2323 | ErrorMes sages.Add( RollupFiel dDefinitio nNotValid, "The calc ulation fa iled becau se the rol lup field definition is invali d. Contact your syst em adminis trator.") | |||||
| 2324 | ErrorMes sages.Add( Recalculat eNotSuppor tedOnNonRo llupField, "Field {0 } of type {1} does n ot support Recalcula te action. Recalcula te action can only b e invoked for rollup field.") | |||||
| 2325 | ErrorMes sages.Add( CannotModi fyRollupDe pendentFie ld, "Rollu p field {0 } created this field . It can’t be modifi ed directl y.") | |||||
| 2326 | ErrorMes sages.Add( RollupDepe ndentField NameAlread yExists, " Required d ependent f ield {0} f or rollup field cann ot be crea ted as ano ther field with same name alre ady exists . Please u se an alte rnative na me to crea te the rol lup field. ") | |||||
| 2327 | ErrorMes sages.Add( RollupOrCa lcNotAllow edInWorkfl owWaitCond ition, "Th e field {0 } is eithe r a rollup field or a rollup d ependent f ield or a calculated field. Su ch fields are not al lowed in w orkflow wa it conditi on.") | |||||
| 2328 | ErrorMes sages.Add( CalculateN owOverflow Error, "Th e calculat ion failed due to an overflow error.") | |||||
| 2329 | ErrorMes sages.Add( AttributeC annotBeUse dInAggrega te, "The { 0} attribu te cannot be used wi th an aggr egation fu nction in a formula. ") | |||||
| 2330 | ErrorMes sages.Add( RollupForm ulaFieldIn valid, "Th e formula field isn’ t valid.") | |||||
| 2331 | ErrorMes sages.Add( RollupCalc ulationLim itReached, "Calculat ions can't be perfor med at thi s time bec ause the c alculation limit has been reac hed. Pleas e wait and try again .") | |||||
| 2332 | ErrorMes sages.Add( RollupTarg etLinkedEn tityOnlySu pportedFor ActivityEn tities, "T arget rela ted entity is only s upported f or rollup over {0} t ype entiti es.") | |||||
| 2333 | ErrorMes sages.Add( RollupTarg etLinkedEn tityCanOnl yUsedForAc tivityPart yEntities, "Target r elated ent ity can on ly be used for {0} e ntity for rollup ove r {1} type entities. ") | |||||
| 2334 | ErrorMes sages.Add( RollupInva lidAttribu teForFilte rCondition , "The {0} attribute is not al lowed for filter con dition.") | |||||
| 2335 | ErrorMes sages.Add( RollupFiel dsV2Featur eNotEnable d, "The fe ature is n ot support ed in the current ve rsion of t he product ") | |||||
| 2336 | ErrorMes sages.Add( RollupTarg etLinkedRe lationship NotValid, "Target Li nked Relat ionship {0 } is not v alid.") | |||||
| 2337 | ErrorMes sages.Add( ConditionB ranchDoesH aveSetNext StageOnlyC hildInXaml , "Branch condition can contai n only Set NextStage as a child .") | |||||
| 2338 | ErrorMes sages.Add( ConditionS tepCountIn XamlExceed sMaxAllowe d, "{0} ca nnot have more than one {1}.") | |||||
| 2339 | ErrorMes sages.Add( ConditionA ttributesN otAnSubset OfStepAttr ibutes, "A ttributes of the con dition are not the s ubset of a ttributes in the Ste p, for the Stage : { 0}") | |||||
| 2340 | ErrorMes sages.Add( CannotDele teUserMail box, "The mailbox as sociated t o a user o r a queue cannot be deleted.") | |||||
| 2341 | ErrorMes sages.Add( EmailServe rProfileSs lRequiredF orOnline, "You canno t set SSL as false f or Microso ft Dynamic s CRM Onli ne.") | |||||
| 2342 | ErrorMes sages.Add( EmailServe rProfileIn validCrede ntialRetri evalForOnl ine, "Wind ows integr ated or An onymous au thenticati on cannot be used as a connect ion type f or Microso ft Dynamic s CRM Onli ne.") | |||||
| 2343 | ErrorMes sages.Add( EmailServe rProfileIn validCrede ntialRetri evalForExc hange, "No credentia ls (Anonym ous) canno t be used a connecti on type fo r exchange e-mail se rver type. ") | |||||
| 2344 | ErrorMes sages.Add( EmailServe rProfileAu toDiscover NotAllowed , "Auto di scover ser ver URL ca n location can only be used fo r an excha nge e-mail server ty pe.") | |||||
| 2345 | ErrorMes sages.Add( EmailServe rProfileLo cationNotR equired, " You cannot specify t he incomin g/outgoing e-mail se rver locat ion when A utodiscove r server l ocation ha s been set to true." ) | |||||
| 2346 | ErrorMes sages.Add( ForwardMai lboxCannot AssociateW ithUser, " A forward mailbox ca nnot be cr eated for a specific user or a queue. P lease remo ve the reg arding fie ld and try again.") | |||||
| 2347 | ErrorMes sages.Add( HybridSSSE xchangeOnl ineS2SCert Expired, " Certificat e used for S2S authe ntication of CRM Onp remise wit h Exchange Online ha s expired" ) | |||||
| 2348 | ErrorMes sages.Add( HybridSSSE xchangeOnl ineS2SCert ActsExpire d, "Certif icate used for S2S a uthenticat ion of CRM Onpremise with Exch ange Onlin e has expi red") | |||||
| 2349 | ErrorMes sages.Add( MailboxCan notModifyE mailAddres s, "E-mail Address o f a mailbo x cannot b e updated when assoc iated with an user/q ueue.") | |||||
| 2350 | ErrorMes sages.Add( MailboxCre dentialNot Specified, "Username is not sp ecified") | |||||
| 2351 | ErrorMes sages.Add( EmailServe rProfileIn validServe rLocation, "The spec ified serv er locatio n {0} is i nvalid. Co rrect the server loc ation and try again. ") | |||||
| 2352 | ErrorMes sages.Add( CannotAcce ptEmail, " The email that you a re trying to deliver cannot be accepted by Microso ft Dynamic s CRM. Rea son Code: {0}.") | |||||
| 2353 | ErrorMes sages.Add( QueueMailb oxUnexpect edDelivery Method, "D elivery me thod for m ailbox ass ociated wi th a queue cannot be outlook c lient.") | |||||
| 2354 | ErrorMes sages.Add( ForwardMai lboxEmailA ddressRequ ired, "An e-mail add ress is a required f ield in ca se of forw ard mailbo x.") | |||||
| 2355 | ErrorMes sages.Add( ForwardMai lboxUnexpe ctedIncomi ngDelivery Method, "F orward mai lbox incom ing delive ry method can only b e none or router.") | |||||
| 2356 | ErrorMes sages.Add( ForwardMai lboxUnexpe ctedOutgoi ngDelivery Method, "F orward mai lbox outgo ing delive ry method can only b e none.") | |||||
| 2357 | ErrorMes sages.Add( InvalidCre dentialTyp eForNonExc hangeIncom ingConnect ion, "For a POP3 ema il server type, you can only c onnect usi ng credent ials that are specif ied by a u ser or que ue.") | |||||
| 2358 | ErrorMes sages.Add( Pop3Unexpe ctedExcept ion, "Exce ption occu r while po lling mail s using Po p3 protoco l.") | |||||
| 2359 | ErrorMes sages.Add( OpenMailbo xException , "Excepti on occurs while open ing mailbo x for Exch aange mail server.") | |||||
| 2360 | ErrorMes sages.Add( InvalidMai lbox, "Inv alid mailb oxId passe d in. Plea se check t he mailbox id.") | |||||
| 2361 | ErrorMes sages.Add( InvalidEma ilServerLo cation, "T he server location i s either n ot present or is not valid. Pl ease corre ct the ser ver locati on.") | |||||
| 2362 | ErrorMes sages.Add( InactiveMa ilbox, "Th e mailbox is in inac tive state . Send/Rec eive mails are allow ed only fo r active m ailboxes." ) | |||||
| 2363 | ErrorMes sages.Add( Unapproved Mailbox, " The mailbo x is not i n approved state. Se nd/Receive mails are allowed o nly for ap proved mai lboxes.") | |||||
| 2364 | ErrorMes sages.Add( InvalidEma ilAddressI nMailbox, "The email address i n the mail box is not correct. Please ent er the cor rect email address t o process mails.") | |||||
| 2365 | ErrorMes sages.Add( EmailServe rProfileNo tAssociate d, "Email Server Pro file is no t associat ed with th e current mailbox. P lease asso ciate a va lid profil e to send/ receive ma ils.") | |||||
| 2366 | ErrorMes sages.Add( IncomingDe liveryIsFo rwardMailb ox, "Canno t poll mai ls from th e mailbox. Its incom ing delive ry method is Forward mailbox." ) | |||||
| 2367 | ErrorMes sages.Add( InvalidInc omingDeliv eryExpecti ngEmailCon nector, "T he incomin g delivery method is not email connector . To recei ve mails i ts incomin g delivery method sh ould be Em ail Connec tor.") | |||||
| 2368 | ErrorMes sages.Add( OutgoingNo tAllowedFo rForwardMa ilbox, "Ma ilbox is a forward m ailbox. A forward ma ilbox cann ot send th e mails.") | |||||
| 2369 | ErrorMes sages.Add( InvalidOut goingDeliv eryExpecti ngEmailCon nector, "T he outgoin g delivery method is not email connector . To send mails its outgoing d elivery me thod shoul d be Email Connector .") | |||||
| 2370 | ErrorMes sages.Add( Inaccessib leSmtpServ er, "Canno t reach to the smtp server. Pl ease check that the smtp serve r is acces sible.") | |||||
| 2371 | ErrorMes sages.Add( InactiveEm ailServerP rofile, "E mail serve r profile is disable d. Cannot process em ail for di sabled pro file.") | |||||
| 2372 | ErrorMes sages.Add( CannotUseU serCredent ials, "Ema il connect or cannot use the cr edentials specified in the mai lbox entit y. This mi ght be bec ause user has disall owed it. P lease use other mode of creden tial retri eval or al low the us e of crede ntial by e mail conne ctor.") | |||||
| 2373 | ErrorMes sages.Add( CannotActi vateMailbo xForDisabl edUserOrQu eue, "Mail box cannot be activa ted becaus e the user or queue associated with the mailbox is in disabl ed state. Mailbox ca n only be activated for Active User/Queu e.") | |||||
| 2374 | ErrorMes sages.Add( ZeroEmailR eceived, " There were no email available in the mai lbox or co uld not be retrieved .") | |||||
| 2375 | ErrorMes sages.Add( NoTestEmai lAccessPri vilege, "T here is no t sufficie nt privile ge to perf orm the te st access. ") | |||||
| 2376 | ErrorMes sages.Add( MailboxCan notDeleteE mails, "Th e Delete E mails afte r Processi ng option cannot be set to Yes for user mailboxes. ") | |||||
| 2377 | ErrorMes sages.Add( EmailServe rProfileSs lRequiredF orOnPremis e, "Usage of SSL whi le contact ing extern al email s ervers is mandatory for this C RM deploym ent.") | |||||
| 2378 | ErrorMes sages.Add( EmailServe rProfileDe legateAcce ssNotAllow ed, "For a n SMTP ema il server type, auto -granted d elegate ac cess canno t be used. ") | |||||
| 2379 | ErrorMes sages.Add( EmailServe rProfileIm personatio nNotAllowe d, "For a Non Exchan ge email s erver type , imperson ation cann ot be used .") | |||||
| 2380 | ErrorMes sages.Add( EmailMessa geSizeExce eded, "Ema il Size Ex ceeds the MaximumMes sageSizeLi mit specif ied by the deploymen t.") | |||||
| 2381 | ErrorMes sages.Add( OutgoingSe ttingsUpda teNotAllow ed, "Diffe rent outgo ing connec tion setti ngs cannot be specif ied becaus e the ""Us e Same Set tings for Outgoing C onnections "" flag is set to Tr ue.") | |||||
| 2382 | ErrorMes sages.Add( Certificat eNotFound, "The give n certific ate cannot be found. ") | |||||
| 2383 | ErrorMes sages.Add( InvalidCer tificate, "The given certifica te is inva lid.") | |||||
| 2384 | ErrorMes sages.Add( EmailServe rProfileIn validAuthe nticationP rotocol, " The authen tication p rotocol is invalid f or the spe cified ser ver and co nnection t ype. For m ore inform ation, con tact your system adm inistrator .") | |||||
| 2385 | ErrorMes sages.Add( EmailServe rProfileAD BasedAuthe nticationP rotocolNot Allowed, " The authen tication p rotocol ca nnot be se t to Negot iate or NT LM for you r organiza tion becau se these r equire Act ive Direct ory. Use a different authentic ation prot ocol or co ntact your system ad ministrato r to enabl e an Activ e Director y-based au thenticati on protoco l.") | |||||
| 2386 | ErrorMes sages.Add( EmailServe rProfileBa sicAuthent icationPro tocolNotAl lowed, "Th e specifie d authenti cation pro tocol cann ot be used because t he protoco l requires sending c redentials on a secu re channel . Use a di fferent au thenticati on protoco l or conta ct your ad ministrato r to enabl e Basic au thenticati on protoco l on a non -secure ch annel.") | |||||
| 2387 | ErrorMes sages.Add( IncomingSe rverLocati onAndSslSe tToNo, "Th e URL spec ified for Incoming S erver Loca tion uses HTTPS but the Use SS L for Inco ming Conne ction opti on is set to No. Set this opti on to Yes, and then try again. ") | |||||
| 2388 | ErrorMes sages.Add( OutgoingSe rverLocati onAndSslSe tToNo, "Th e URL spec ified for Outgoing S erver Loca tion uses HTTPS but the Use SS L for Outg oing Conne ction opti on is set to No. Set this opti on to Yes, and then try again. ") | |||||
| 2389 | ErrorMes sages.Add( IncomingSe rverLocati onAndSslSe tToYes, "T he URL spe cified for Incoming Server Loc ation uses HTTP but the Use SS L for Inco ming Conne ction opti on is set to Yes. Sp ecify a se rver locat ion that u ses HTTPS, and then try again. ") | |||||
| 2390 | ErrorMes sages.Add( OutgoingSe rverLocati onAndSslSe tToYes, "T he URL spe cified for Outgoing Server Loc ation uses HTTP but the Use SS L for Outg oing Conne ction opti on is set to Yes. Sp ecify a se rver locat ion that u ses HTTPS, and then try again. ") | |||||
| 2391 | ErrorMes sages.Add( Unsupporte dEmailServ er, "The e mail serve r isn't su pported.") | |||||
| 2392 | ErrorMes sages.Add( S2SAccessT okenCannot BeAcquired , "Failed to acquire S2S acces s token fr om authori zation ser ver.") | |||||
| 2393 | ErrorMes sages.Add( InvalidVal ueProcessE mailAfter, "The date in the Pr ocess Emai l From fie ld is earl ier than w hat is all owed for y our organi zation. En ter a date that is l ater than the one sp ecified, a nd try aga in.") | |||||
| 2394 | ErrorMes sages.Add( InvalidS2S Authentica tion, "You can use s erver-to-s erver auth entication only for email serv er profile s created for a Micr osoft Dyna mics CRM O nline orga nization t hat was se t up throu gh the Mic rosoft onl ine servic es environ ment (Offi ce 365).") | |||||
| 2395 | ErrorMes sages.Add( RouterIsDi sabled, "M icrosoft D ynamics CR M has been configure d to use s erver-side synchroni zation to process em ail. If yo u want to use the Em ail Router to proces s email, g o to Syste m Settings and chang e the Proc ess Email Using fiel d to Micro soft Dynam ics CRM 20 16 Email R outer.") | |||||
| 2396 | ErrorMes sages.Add( MailboxUns upportedEm ailServerT ype, "Serv er-side sy nchronizat ion for ap pointments , contacts , and task s isn't su pported fo r POP3 or SMTP serve r types. S elect a su pported em ail type o r change t he synchro nization m ethod for appointmen ts, contac ts, and ta sks to Non e.") | |||||
| 2397 | ErrorMes sages.Add( TestEmailC onfigurati onSchedule dInProgres s, "Test e mail confi guration s cheduled i s in progr ess. Pleas e save aft er complet ion of tes t.") | |||||
| 2398 | ErrorMes sages.Add( ServiceAcc ountMailbo xesCountIs Zero, "No service ac count mail box is ass ociated fo r the emai l server p rofile.") | |||||
| 2399 | ErrorMes sages.Add( ServiceAcc ountMailbo xesCountIs GreaterTha nOne, "Mor e no of se rvice acco unt mailbo xes is ass ociated to emailserv er profile ") | |||||
| 2400 | ErrorMes sages.Add( TenantIDIs Empty, "Ex change Onl ine Tenant ID field cannot be empty.") | |||||
| 2401 | ErrorMes sages.Add( InvalidTen antIDValue , "Exchang e Online T enant ID v alue is no t valid.Th e Field va lue should be a stri ng in the structure of GUID.") | |||||
| 2402 | ErrorMes sages.Add( TenantIDVa lueChanged , "The det ected tena ntId for y our exchan ge is diff erent than the once you saved. ") | |||||
| 2403 | ErrorMes sages.Add( SpecifyInc omingServe rLocation, "Specify the URL of the incom ing server location" ) | |||||
| 2404 | ErrorMes sages.Add( SpecifyOut goingServe rLocation, "Specify the URL of the outgo ing server location" ) | |||||
| 2405 | ErrorMes sages.Add( UserNameRe quiredForI mpersonati on, "Type in a user name and s ave again" ) | |||||
| 2406 | ErrorMes sages.Add( PasswordRe quiredForI mpersonati on, "Type in a passw ord and sa ve again") | |||||
| 2407 | ErrorMes sages.Add( ServerLoca tionIsEmpt y, "Server Location Field cann ot be Empt y") | |||||
| 2408 | ErrorMes sages.Add( SpecifyInc omingUserN ame, "Spec ify userna me for Inc oming Conn ection") | |||||
| 2409 | ErrorMes sages.Add( SpecifyOut goingUserN ame, "Spec ify userna me for Out going Conn ection") | |||||
| 2410 | ErrorMes sages.Add( SpecifyInc omingPassw ord, "Spec ify passwo rd for Inc oming Conn ection") | |||||
| 2411 | ErrorMes sages.Add( SpecifyOut goingPassw ord, "Spec ify passwo rd for Out going Conn ection") | |||||
| 2412 | ErrorMes sages.Add( ServerLoca tionAndSSL SetToYes, "The URL s pecified f or Server Location u ses HTTP b ut Secure Sockets La yer(SSL) i s required for Excha nge Online .") | |||||
| 2413 | ErrorMes sages.Add( SpecifyInC omingPort, "Specify Incomming Port and s ave again" ) | |||||
| 2414 | ErrorMes sages.Add( SpecifyOut goingPort, "Specify Outgoing P ort and sa ve again") | |||||
| 2415 | ErrorMes sages.Add( TraceMessa geConstruc tionError, "The trac e record h as an inva lid trace code or an insuffici ent number of trace parameters .") | |||||
| 2416 | ErrorMes sages.Add( TooManyByt esInInputS tream, "Th e stream b eing read from has t oo many by tes.") | |||||
| 2417 | ErrorMes sages.Add( EmailRoute rFileTooLa rgeToProce ss, "One o r more of the email router con figuration files is too large to get pro cessed.") | |||||
| 2418 | ErrorMes sages.Add( ErrorsInEm ailRouterM igrationFi les, "Inva lid File(s ) for Emai l Router M igration") | |||||
| 2419 | ErrorMes sages.Add( InvalidMig rationFile Content, " The conten t of the i mport file is not va lid. You m ust select a text fi le.") | |||||
| 2420 | ErrorMes sages.Add( ErrorMigra tionProces sExcessOnS erver, "Th e server i s busy han dling othe r migratio n processe s. Please try after some time. ") | |||||
| 2421 | ErrorMes sages.Add( EntityNotE nabledForT hisDevice, "Entity n ot enabled to be vie wed in thi s device") | |||||
| 2422 | ErrorMes sages.Add( MobileClie ntLanguage NotSupport ed, "The a pplication could not find a su pported la nguage on the server . Contact an adminis trator to enable a s upported l anguage") | |||||
| 2423 | ErrorMes sages.Add( MobileClie ntVersionN otSupporte d, "Mobile Client ve rsion is n ot support ed") | |||||
| 2424 | ErrorMes sages.Add( RoleNotEna bledForTab letApp, "Y ou haven't been auth orized to use this a pp.\nCheck with your system ad ministrato r to updat e your set tings.") | |||||
| 2425 | ErrorMes sages.Add( NoMinimumR equiredPri vilegesFor TabletApp, "You do n ot have su fficient p ermissions on the se rver to lo ad the app lication.\ nPlease co ntact your administr ator to up date your permission s.") | |||||
| 2426 | ErrorMes sages.Add( FilePicker ErrorAttac hmentTypeB locked, "T ry this ac tion again . If the p roblem con tinues, ch eck the {0 } for solu tions or c ontact you r organiza tion's {#B rand_CRM} Administra tor. Final ly, you ca n contact {1}.") | |||||
| 2427 | ErrorMes sages.Add( FilePicker ErrorFileS izeBreache d, "Try th is action again. If the proble m continue s, check t he {0} for solutions or contac t your org anization' s {#Brand_ CRM} Admin istrator. Finally, y ou can con tact {1}." ) | |||||
| 2428 | ErrorMes sages.Add( FilePicker ErrorFileS izeCannotB eZero, "Tr y this act ion again. If the pr oblem cont inues, che ck the {0} for solut ions or co ntact your organizat ion's {#Br and_CRM} A dministrat or. Finall y, you can contact { 1}.") | |||||
| 2429 | ErrorMes sages.Add( FilePicker ErrorUnabl eToOpenFil e, "Try th is action again. If the proble m continue s, check t he {0} for solutions or contac t your org anization' s {#Brand_ CRM} Admin istrator. Finally, y ou can con tact {1}." ) | |||||
| 2430 | ErrorMes sages.Add( GetPhotoFr omGalleryF ailed, "Tr y this act ion again. If the pr oblem cont inues, che ck the {0} for solut ions or co ntact your organizat ion's {#Br and_CRM} A dministrat or. Finall y, you can contact { 1}.") | |||||
| 2431 | ErrorMes sages.Add( SaveDataFi leErrorOut OfSpace, " Try this a ction agai n. If the problem co ntinues, c heck the { 0} for sol utions or contact yo ur organiz ation's {# Brand_CRM} Administr ator. Fina lly, you c an contact {1}.") | |||||
| 2432 | ErrorMes sages.Add( OpenDocume ntErrorCod eUnableToF indAnActiv ity, "Try this actio n again. I f the prob lem contin ues, check the {0} f or solutio ns or cont act your o rganizatio n's {#Bran d_CRM} Adm inistrator . Finally, you can c ontact {1} .") | |||||
| 2433 | ErrorMes sages.Add( OpenDocume ntErrorCod eUnableToF indTheData Id, "Try t his action again. If the probl em continu es, check the {0} fo r solution s or conta ct your or ganization 's {#Brand _CRM} Admi nistrator. Finally, you can co ntact {1}. ") | |||||
| 2434 | ErrorMes sages.Add( OpenDocume ntErrorCod eGeneric, "Try this action aga in. If the problem c ontinues, check the {0} for so lutions or contact y our organi zation's { #Brand_CRM } Administ rator. Fin ally, you can contac t {1}.") | |||||
| 2435 | ErrorMes sages.Add( FilePicker ErrorAppli cationInSn apView, "T ry this ac tion again . If the p roblem con tinues, ch eck the {0 } for solu tions or c ontact you r organiza tion's {#B rand_CRM} Administra tor. Final ly, you ca n contact {1}.") | |||||
| 2436 | ErrorMes sages.Add( MobileClie ntNotConfi guredForCu rrentUser, "Try this action ag ain. If th e problem continues, check the {0} for s olutions o r contact your organ ization's {#Brand_CR M} Adminis trator. Fi nally, you can conta ct {1}.") | |||||
| 2437 | ErrorMes sages.Add( DataSource Initialize FailedErro rCode, "Tr y this act ion again. If the pr oblem cont inues, che ck the {0} for solut ions or co ntact your organizat ion's {#Br and_CRM} A dministrat or. Finall y, you can contact { 1}.") | |||||
| 2438 | ErrorMes sages.Add( DataSource OfflineErr orCode, "T his operat ion failed because y ou're offl ine. Recon nect and t ry again." ) | |||||
| 2439 | ErrorMes sages.Add( PingFailur eErrorCode , "The sys tem couldn 't reconne ct with yo ur {#Brand _CRM} serv er.") | |||||
| 2440 | ErrorMes sages.Add( RetrieveRe cordOfflin eErrorCode , "This re cord isn't available while you 're offlin e. Reconn ect and tr y again.") | |||||
| 2441 | ErrorMes sages.Add( CantSaveRe cordInOffl ine, "You can't save this reco rd while y ou're offl ine.") | |||||
| 2442 | ErrorMes sages.Add( NotMobileE nabled, "Y ou can't v iew this t ype of rec ord on you r tablet. Contact yo ur system administra tor.") | |||||
| 2443 | ErrorMes sages.Add( InvalidPre viewModeOp eration, " You can’t perform th is operati on in prev iew mode." ) | |||||
| 2444 | ErrorMes sages.Add( PageNotFou nd, "Page not found. The recor d might no t exist, o r the link might be incorrect. ") | |||||
| 2445 | ErrorMes sages.Add( ViewNotAva ilableForM obileOffli ne, "Curre ntly view is not ava ilable Off line. Plea se try swi tching vie w or conta ct adminis trator") | |||||
| 2446 | ErrorMes sages.Add( NotMobileW riteEnable d, "You ca n't create this type of record on your d evice. Con tact your system adm inistrator .") | |||||
| 2447 | ErrorMes sages.Add( DataStoreK eyNotFound ErrorCode, "Not in l ocal store with key '{0}'") | |||||
| 2448 | ErrorMes sages.Add( RelatedEnt ityAlready ExistsInPr ofile, "Th e related entity alr eady exist s in this profile.") | |||||
| 2449 | ErrorMes sages.Add( RelatedEnt ityDoesNot ExistsInPr ofile, "Th e related entity doe sn’t exist in the pr ofile item s.") | |||||
| 2450 | ErrorMes sages.Add( RelatedEnt ityGeneric Error, "An unexpecte d error oc curred whi le creatin g the prof ile associ ation. Ple ase try ag ain.") | |||||
| 2451 | ErrorMes sages.Add( Relatioshi pAlreadyEx ists, "Sel ected Rela tionship f or entity already ex ists in pr ofile. ") | |||||
| 2452 | ErrorMes sages.Add( InvalidDat aDownloadF ilterBusin essUnit, " For an ent ity owned by the Bus iness Owne r, you can only use the follow ing data d ownload fi lters: All records o r Download related d ata only." ) | |||||
| 2453 | ErrorMes sages.Add( InvalidDat aDownloadF ilterOrgan ization, " For an ent ity owned by the Org anization, you can o nly use th e followin g data dow nload filt ers: All r ecords or Download r elated dat a only.") | |||||
| 2454 | ErrorMes sages.Add( CantUpdate OnlineReco rd, "You c an’t updat e this rec ord becaus e it doesn ’t exist i n the offl ine mode." ) | |||||
| 2455 | ErrorMes sages.Add( Applicatio nMetadataU serValidat ionUnknown Error, "So rry, somet hing went wrong. Ple ase try ag ain, or re start the app.") | |||||
| 2456 | ErrorMes sages.Add( Applicatio nMetadataP repareCust omizations UnknownErr or, "Sorry , somethin g went wro ng. Please try again , or resta rt the app .") | |||||
| 2457 | ErrorMes sages.Add( Applicatio nMetadataR etrieveUse rContextUn knownError , "Sorry, something went wrong . Please t ry again, or restart the app." ) | |||||
| 2458 | ErrorMes sages.Add( Applicatio nMetadataS yncUnknown Error, "So rry, somet hing went wrong. Ple ase try ag ain, or re start the app.") | |||||
| 2459 | ErrorMes sages.Add( Applicatio nMetadataR etrieveUnk nownError, "Sorry, s omething w ent wrong. Please tr y again, o r restart the app.") | |||||
| 2460 | ErrorMes sages.Add( Applicatio nMetadataG etPreviewM etadataUnk nownError, "Sorry, s omething w ent wrong. Please tr y again, o r restart the app.") | |||||
| 2461 | ErrorMes sages.Add( Applicatio nMetadataC onverterFa iled, "Sor ry, someth ing went w rong. Plea se try aga in, or res tart the a pp.") | |||||
| 2462 | ErrorMes sages.Add( Applicatio nMetadatad aNullData, "Sorry, s omething w ent wrong. Please tr y again, o r restart the app.") | |||||
| 2463 | ErrorMes sages.Add( Applicatio nMetadatad aCreateFai led, "Sorr y, somethi ng went wr ong. Pleas e try agai n, or rest art the ap p.") | |||||
| 2464 | ErrorMes sages.Add( Applicatio nMetadatad aUpdateFai led, "Sorr y, somethi ng went wr ong. Pleas e try agai n, or rest art the ap p.") | |||||
| 2465 | ErrorMes sages.Add( Applicatio nMetadataP repareCust omizations RetrieverE rror, "The re was a p roblem wit h the serv er configu ration cha nges. Use rs can con tinue usin g the appl ication, b ut may exp erience di fficulties , includin g the inab ility to s ave change s.") | |||||
| 2466 | ErrorMes sages.Add( Applicatio nMetadataP repareCust omizations Timeout, " Sorry, but your clie nt customi zation cha nges could not be pr ocessed. This may b e due to a large num ber of ent ities enab led for yo ur users, or the num ber of lan guages ena bled. Use rs will no t receive customizat ions until this issu e is resol ved.") | |||||
| 2467 | ErrorMes sages.Add( Applicatio nMetadataP repareCust omizations AppLock, " We encount ered some issues whe n we tried to prepar e your cus tomization s for your users. Us ers on som e clients won't be a ble to dow nload your customiza tion updat es until t his issue is resolve d.") | |||||
| 2468 | ErrorMes sages.Add( EntityMeta dataSyncFa iled, "The re were pr oblems wit h the serv er configu rations. There was a problem with the s erver conf iguration changes. We are una ble to loa d the appl ication, p lease cont act your C RM adminis trator.") | |||||
| 2469 | ErrorMes sages.Add( EntityMeta dataSyncFa iledWithCo ntinue, "T here were difficulti es with th e server c onfigurati on changes . You can continue to use the app with the older configurat ion, howev er, you ma y experien ce problem s includin g errors w hen saving . Please contact yo ur CRM adm inistrator . ") | |||||
| 2470 | ErrorMes sages.Add( Applicatio nMetadataS yncFailed, "There wa s a proble m with the server co nfiguratio n changes. We are u nable to l oad the ap plication, please co ntact your CRM admin istrator." ) | |||||
| 2471 | ErrorMes sages.Add( Applicatio nMetadataF ailedWithC ontinue, " There was a problem with the s erver conf iguration changes. You can co ntinue usi ng the app lication, but may ex perience d ifficultie s, includi ng the ina bility to save chang es. Please contact y our CRM ad ministrato r and give them the informatio n availabl e in ‘more informati on’.") | |||||
| 2472 | ErrorMes sages.Add( Applicatio nMetadataS yncTimeout , "Sorry, but your s erver conf iguration changes co uld not be downloade d. This m ay be due to a slow connection , or due t o a large number of entities e nabled for mobile us e. Please verify yo ur connect ion and tr y again. If this is sue contin ues please contact y our CRM ad ministrato r.") | |||||
| 2473 | ErrorMes sages.Add( Applicatio nMetadataS yncTimeout WithContin ue, "Sorry , but your server co nfiguratio n changes could not be downloa ded. This may be du e to a slo w connecti on, or due to a larg e number o f entities enabled f or mobile use. Plea se verify your conne ction and try again. You can c ontinue to use the a pp with th e older co nfiguratio n, however you may e xperience problems i ncluding e rrors when saving. If this is sue contin ues please contact y our CRM ad ministrato r.") | |||||
| 2474 | ErrorMes sages.Add( Applicatio nMetadataS yncAppLock , "Sorry, your serve r is busy so configu rations ca n’t be dow nloaded ri ght now. Y our change s should b e availabl e in a few minutes. Wait a fe w minutes, and sign in again." ) | |||||
| 2475 | ErrorMes sages.Add( Applicatio nMetadataS yncAppLock WithContin ue, "Sorry , your ser ver is bus y so confi guration c hanges can ’t be down loaded rig ht now. Yo ur changes should be available in a few minutes. In the mea ntime, you can conti nue using the app, a nd you’ll be reminde d later to try downl oading the changes. Or, you ca n wait a f ew minutes , restart the app, a nd accept the prompt to try ag ain.") | |||||
| 2476 | ErrorMes sages.Add( GenericMet adataSyncF ailed, "So rry, somet hing went wrong. Ple ase try ag ain, or re start the app.") | |||||
| 2477 | ErrorMes sages.Add( GenericMet adataSyncF ailedWithC ontinue, " Sorry, som ething wen t wrong do wnloading server con figuration changes. You can c ontinue to use the a pp with th e older co nfiguratio n, however you may e xperience problems i ncluding e rrors when saving. If this is sue contin ues please contact y our CRM ad ministrato r and prov ide the in formation available when you c hoose ‘mor e informat ion’.") | |||||
| 2478 | ErrorMes sages.Add( Entitlemen tInvalidSt artEndDate , "Start D ate cannot be more t han the En d Date") | |||||
| 2479 | ErrorMes sages.Add( Entitlemen tInvalidSt ate, "You cannot del ete an ent itlement t hat is in active or waiting st ate") | |||||
| 2480 | ErrorMes sages.Add( InvalidCha nnelOrigin , "An enti tlement ch annel term with the same chann el already exists. S pecify a d ifferent c hannel and try again .") | |||||
| 2481 | ErrorMes sages.Add( Entitlemen tChannelIn validState , "An enti tlement ch annel term cannot be created, modified o r deleted when the a ssociated entitlemen t is not i n draft st ate.") | |||||
| 2482 | ErrorMes sages.Add( Entitlemen tInvalidTe rms, "Spec ify a high er value f or total t erms so th e remainin g terms wo n't be a n egative va lue.") | |||||
| 2483 | ErrorMes sages.Add( InvalidEnt itlementCh annelTerms , "Total t erms for a specific case origi n on an en titlement channel ca nnot be mo re than th e total te rms of the correspon ding entit lement.") | |||||
| 2484 | ErrorMes sages.Add( InvalidEnt itlementAc tivate, "Y ou can't a ctivate an expired, waiting or canceled entitlemen t.") | |||||
| 2485 | ErrorMes sages.Add( InvalidEnt itlementCa ncel, "You can't can cel an ent itlement t hat's in t he Draft o r Expired state.") | |||||
| 2486 | ErrorMes sages.Add( InvalidEnt itlementDe activate, "You can d eactivate only entit lements th at are act ive or wai ting") | |||||
| 2487 | ErrorMes sages.Add( InvalidEnt itlementAs sociationT oCase, "Yo u can't cr eate a cas e for this entitleme nt because there are no availa ble terms. ") | |||||
| 2488 | ErrorMes sages.Add( InvalidEnt itlementRe new, "You can renew only the e ntitlement s that are expired o r canceled .") | |||||
| 2489 | ErrorMes sages.Add( InvalidEnt itlementSt ateAssocia teToCase, "You can o nly associ ate a case with an a ctive enti tlement.") | |||||
| 2490 | ErrorMes sages.Add( Entitlemen tChannelWi thoutEntit lementId, "Associate the entit lement cha nnel with an entitle ment or en titlement template." ) | |||||
| 2491 | ErrorMes sages.Add( Entitlemen tEditDraft , "You can only edit a draft e ntitlement .") | |||||
| 2492 | ErrorMes sages.Add( Entitlemen tAlreadyIn DraftState , "You can 't deactiv ate an ent itlement w hen it's i n the draf t state.") | |||||
| 2493 | ErrorMes sages.Add( Entitlemen tAlreadyIn activeStat e, "You ca n't activa te an enti tlement wh en it's in the activ e state.") | |||||
| 2494 | ErrorMes sages.Add( Entitlemen tNotActive InAssociat ionToCase, "You can' t create a case for this entit lement bec ause the e ntitlement is not in active st ate.") | |||||
| 2495 | ErrorMes sages.Add( ExpiredEnt itlementAc tivate, "Y ou can't a ctivate an expired e ntitlement .") | |||||
| 2496 | ErrorMes sages.Add( InvalidEnt itlementEx pire, "You can't set an entitl ement to t he Expired state. Ac tive entit lements au tomaticall y expire w hen their end date p asses.") | |||||
| 2497 | ErrorMes sages.Add( InvalidDel eteProcess , "This pr ocess can' t be delet ed because it is a s ystem-gene rated proc ess.") | |||||
| 2498 | ErrorMes sages.Add( Entitlemen tTotalTerm s, "If the allocatio n type is the number of cases, the total terms can 't be a de cimal valu e. Specify a whole n umber.") | |||||
| 2499 | ErrorMes sages.Add( Entitlemen tTemplateT otalTerms, "If the a llocation type is th e number o f cases, t he total t erms can't be a deci mal value. Specify a whole num ber.") | |||||
| 2500 | ErrorMes sages.Add( SocialCare DisabledEr ror, "Ther e's a prob lem commun icating wi th the Mic rosoft Dyn amics CRM Organizati on. The or ganization might be unavailabl e or the f eature is set so tha t it can't receive s ocial data . Try agai n later. I f the prob lem persis ts, contac t your CRM administr ator.") | |||||
| 2501 | ErrorMes sages.Add( Entitlemen tBlankTerm s, "Total terms can' t be blank . Enter a value and try again. ") | |||||
| 2502 | ErrorMes sages.Add( InvalidPro duct, "You can't add a product family.") | |||||
| 2503 | ErrorMes sages.Add( Entitlemen tInvalidRe mainingTer ms, "The n umber of r emaining t erms can't be greate r than the number of total ter ms.") | |||||
| 2504 | ErrorMes sages.Add( NoIncident MergeHavin gSameParen t, "Child cases havi ng differe nt parent case assoc iated can not be mer ged.") | |||||
| 2505 | ErrorMes sages.Add( CancelActi veChildCas eFirst, "C ancel acti ve child c ase before canceling parent ca se.") | |||||
| 2506 | ErrorMes sages.Add( CloseActiv eChildCase First, "Cl ose active child cas e before c losing par ent case." ) | |||||
| 2507 | ErrorMes sages.Add( Multilevel ParentChil dRelations hipNotAllo wed, "Asso ciating ch ild cases to the exi sting chil d case is not allowe d.") | |||||
| 2508 | ErrorMes sages.Add( MaxChildCa sesLimitEx ceeded, "A Parent Ca se cannot have more than maxim um child c ases allow ed. Contac t your adm inistrator for more details") | |||||
| 2509 | ErrorMes sages.Add( ParentCase NotAllowed AsAChildCa se, "You c an't add a parent ca se as a ch ild case") | |||||
| 2510 | ErrorMes sages.Add( CannotClos eCase, "Th is operati on can't b e complete d. One or more child cases can 't be clos ed because of the st atus trans ition rule s that are defined f or cases." ) | |||||
| 2511 | ErrorMes sages.Add( CannotMerg eCase, "Th e merge co uldn't be performed. One or mo re of the selected c ases could n't be can celled bec ause of th e status t ransition rules that are defin ed for cas es.") | |||||
| 2512 | ErrorMes sages.Add( CaseStateC hangeInval id, "Becau se of the status tra nsition ru les, you c an't resol ve a case in the cur rent statu s. Change the case s tatus, and then try resolving it, or con tact your system adm inistrator .") | |||||
| 2513 | ErrorMes sages.Add( CannotDele teActiveRu le, "You c an not del ete an act ive routin g rule. De activate t he rule to delete it .") | |||||
| 2514 | ErrorMes sages.Add( CannotEdit ActiveRule , "You can not edit an active routing ru le. Deacti vate the r ule to del ete it.") | |||||
| 2515 | ErrorMes sages.Add( RuleAlread yInactiveS tate, "Thi s routing rule is al ready in A ctive stat e.") | |||||
| 2516 | ErrorMes sages.Add( RuleAlread yInDraftSt ate, "You can not de activate a draft rou ting rule. ") | |||||
| 2517 | ErrorMes sages.Add( RuleAlread yExistsWit hSameQueue AndChannel , "Record creation r ule for th e specifie d channel and queue already ex ists. You can't crea te another one.") | |||||
| 2518 | ErrorMes sages.Add( RoutingRul eActivateD eactivateB yNonOwner, "This Rou ting Rule Set cannot be activa ted or dea ctivated b y someone who is not its owner .") | |||||
| 2519 | ErrorMes sages.Add( ConvertRul eActivateD eactivateB yNonOwner, "This Con vert Rule Set cannot be activa ted or dea ctivated b y someone who is not its owner .") | |||||
| 2520 | ErrorMes sages.Add( ConvertRul eResponseT emplateVal idity, "Pl ease selec t either a global or case temp late.") | |||||
| 2521 | ErrorMes sages.Add( ConvertRul eAlreadyAc tive, "Sel ected Conv ertRule is already i n active s tate. Plea se select another re cord and t ry again") | |||||
| 2522 | ErrorMes sages.Add( ConvertRul eAlreadyIn DraftState , "Selecte d ConvertR ule is alr eady in dr aft state. Please se lect anoth er record and try ag ain") | |||||
| 2523 | ErrorMes sages.Add( ConvertRul ePermissio nToPerform Action, "Y ou don't h ave the re quired per missions o n ConvertR ules and p rocesses t o perform this actio n.") | |||||
| 2524 | ErrorMes sages.Add( CannotDele teQueueWit hQueueItem s, "You ca n't delete this queu e because it has ite ms assigne d to it. A ssign thes e items to another u ser, team, or queue and try ag ain.") | |||||
| 2525 | ErrorMes sages.Add( CannotDele teQueueWit hRouteRule s, "You ca n't delete this queu e because one or mor e routing rule sets use this q ueue. Remo ve the que ue from th e routing rule sets and try ag ain.") | |||||
| 2526 | ErrorMes sages.Add( CannotRout ePrivateQu eueItemNon member, "T his privat e queue it em can't b e assigned To the se lected Use r.") | |||||
| 2527 | ErrorMes sages.Add( CannotRout eToNonQueu eMember, " This item cannot be routed to a non-queu e member." ) | |||||
| 2528 | ErrorMes sages.Add( StateTrans itionActiv eToResolve , "Because of the st atus trans ition rule s, you can 't resolve a case in the curre nt status. Change the case stat us, and th en try res olving it, or contac t your sys tem admini strator.") | |||||
| 2529 | ErrorMes sages.Add( StateTrans itionActiv eToCancele d, "Becaus e of the s tatus tran sition rul es, you ca n't cancel the case in the cur rent statu s.Change t he case st atus, and then try c anceling i t, or cont act your s ystem admi nistrator. ") | |||||
| 2530 | ErrorMes sages.Add( StateTrans itionResol vedOrCance ledToActiv e, "Becaus e of the s tatus tran sition rul es, you ca n't activa te the cas e from the current s tatus.Cont act your s ystem admi nistrator. ") | |||||
| 2531 | ErrorMes sages.Add( StateTrans itionActiv ateNewStat us, "You c an't activ ate this r ecord beca use of the status tr ansition r ules.Conta ct your sy stem admin istrator." ) | |||||
| 2532 | ErrorMes sages.Add( StateTrans itionDeact ivateNewSt atus, "You can't dea ctivate th is record because of the statu s transiti on rules.C ontact you r system a dministrat or.") | |||||
| 2533 | ErrorMes sages.Add( CannotDele teRelatedS la, "The S LA record couldn't b e deleted. Please tr y again or contact y our system administr ator") | |||||
| 2534 | ErrorMes sages.Add( CannotEdit ActiveSla, "You can' t delete a ctive SLA .Please de activate t he SLA to delete or Contact yo ur system administra tor.") | |||||
| 2535 | ErrorMes sages.Add( SlaAlready InactiveSt ate, "You can't acti vate this record bec ause it's already ac tive.") | |||||
| 2536 | ErrorMes sages.Add( SlaAlready InDraftSta te, "You c an't deact ivate this record be cause it's in a draf t state.") | |||||
| 2537 | ErrorMes sages.Add( CannotChan geState, " Error occu red during activatin g SLA..Ple ase check your privi leges on W orkflow an d kindly t ry again o r Contact your syste m administ rator.") | |||||
| 2538 | ErrorMes sages.Add( ImportRout ingRuleErr or, "An er ror occurr ed while i mporting R outing Rul e Sets.") | |||||
| 2539 | ErrorMes sages.Add( ImportSlaE rror, "An error occu rred while importing SLAs.") | |||||
| 2540 | ErrorMes sages.Add( ImportConv ertRuleErr or, "An er ror occurr ed while i mporting C onvert Rul es.") | |||||
| 2541 | ErrorMes sages.Add( CannotDele teActiveSl a, "You ca n't delete an active SLA. Deac tivate the SLA, and then try d eleting it .") | |||||
| 2542 | ErrorMes sages.Add( ActiveSlaC annotEdit, "You can' t edit an active SLA . Deactiva te the SLA , and then try editi ng it.") | |||||
| 2543 | ErrorMes sages.Add( MaxActiveS LAError, " You can’t activate t his SLA be cause you’ ve exceede d the maxi umum numbe r of entit ies that c an have ac tive SLAs for your o rganizatio n.") | |||||
| 2544 | ErrorMes sages.Add( MaxActiveS LAKPIError , "You can ’t activat e this SLA because y ou’ve exce eded the m axiumum nu mber of SL A KPIs tha t are allo wed per en tity for y our organi zation.") | |||||
| 2545 | ErrorMes sages.Add( BundleCann otContainB undle, "Yo u can't ad d a bundle to a bund le.") | |||||
| 2546 | ErrorMes sages.Add( ProductOrB undleCanno tBeAsParen t, "Only P roduct Fam ilies can be parents to produc ts.") | |||||
| 2547 | ErrorMes sages.Add( CannotAsso ciateRetir edProducts , "You can 't create a product relationsh ip with a retired pr oduct.") | |||||
| 2548 | ErrorMes sages.Add( CannotUpda teDraftPro ducts, "Yo u can Only update dr aft produc ts.") | |||||
| 2549 | ErrorMes sages.Add( CannotAddP roductToBu ndle, "You cannot ad d products to this b undle.The limit of { 0} has bee n reached for this b undle.") | |||||
| 2550 | ErrorMes sages.Add( ProductFro mRetiredTo ActiveStat e, "You ca n't set a retired pr operty to an active state.") | |||||
| 2551 | ErrorMes sages.Add( ProductFro mDraftToRe tiredState , "You can 't retire a product that's in the draft state.") | |||||
| 2552 | ErrorMes sages.Add( ProductFro mRetiredTo DraftState , "It is n ot possibl e to move product fr om Retired to Draft State.") | |||||
| 2553 | ErrorMes sages.Add( ProductFro mRetiredTo RetiredSta te, "Produ ct is alre ady in Ret ired State .") | |||||
| 2554 | ErrorMes sages.Add( ProductFro mDraftToDr aftState, "Product i s already in Draft S tate.") | |||||
| 2555 | ErrorMes sages.Add( ProductFro mActiveToA ctiveState , "Product is alread y in Activ e State.") | |||||
| 2556 | ErrorMes sages.Add( SaveRecord BeforeAddi ngBundle, "After you select a price list , you must save the record bef ore you ca n add a bu ndle with optional p roducts.") | |||||
| 2557 | ErrorMes sages.Add( RecordCanO nlyBeRevis edFromActi veState, " You can on ly revise an active product.") | |||||
| 2558 | ErrorMes sages.Add( CannotAddD raftFamily ProductBun dleToCases , "You can 't add a p roduct fam ily, a dra ft product , or a dra ft bundle. ") | |||||
| 2559 | ErrorMes sages.Add( CannotClon eBundleAsP roductLimi tExceeded, "You can' t create t his new bu ndle becau se it cont ains more than the a llowed num ber of {0} products that a bun dle can co ntain.") | |||||
| 2560 | ErrorMes sages.Add( CannotChan geSelected BundleToAn otherValue , "If a bu ndle is se lected as an existin g product, you can't change it to anothe r value.") | |||||
| 2561 | ErrorMes sages.Add( CannotChan geSelected ProductWit hBundle, " If a produ ct is sele cted as an existing product, y ou can't c hange it t o a bundle .") | |||||
| 2562 | ErrorMes sages.Add( InvalidRel ationshipT ypeForUpSe ll, "An up sell relat ionship is always un idirection al and can 't be chan ged.") | |||||
| 2563 | ErrorMes sages.Add( InvalidRel ationshipT ypeForAcce ssory, "An accessory relations hip is alw ays unidir ectional a nd can't b e changed. ") | |||||
| 2564 | ErrorMes sages.Add( ProductNoS ubstituted ProductNum ber, "The substitute d Product number can not be a N ULL.") | |||||
| 2565 | ErrorMes sages.Add( DuplicateP roductRela tionship, "A product relations hip with t he same pr oduct and related pr oduct alre ady exists .") | |||||
| 2566 | ErrorMes sages.Add( BundleCann otContainP roductFami ly, "You c an't add a product f amily to a bundle.") | |||||
| 2567 | ErrorMes sages.Add( RetiredPro ductToBund le, "You c an't add a retired p roduct to a bundle." ) | |||||
| 2568 | ErrorMes sages.Add( DraftBundl eToProduct , "You can only add products t o a draft bundle.") | |||||
| 2569 | ErrorMes sages.Add( ProductCan OnlyBeUpda tedInDraft , "Product , product family and bundle ca n only be updated in draft sta te.") | |||||
| 2570 | ErrorMes sages.Add( Inconsiste ntProductR elationshi pState, "T he other r ow for the product r elationshi p is not a vailable." ) | |||||
| 2571 | ErrorMes sages.Add( CannotReti reProductF romActiveB undle, "Th is product cannot be retired b ecause it is a part of some ac tive bundl es or pric elists. Pl ease remov e it from all bundle s or price lists befo re retirin g.") | |||||
| 2572 | ErrorMes sages.Add( CannotSetP roductAsPa rent, "You can only select a p roduct fam ily as the parent.") | |||||
| 2573 | ErrorMes sages.Add( CannotAsso ciateProdu ctFamily, "You can't create a relationsh ip with a product fa mily.") | |||||
| 2574 | ErrorMes sages.Add( CannotAddP ricelistTo ProductFam ily, "You can't add a product family to a pricelis t.") | |||||
| 2575 | ErrorMes sages.Add( SdkMessage sDeprecate dError, "T his messag e is no lo nger avail able. Plea se consult the SDK f or alterna tive messa ges.") | |||||
| 2576 | ErrorMes sages.Add( CanOnlySet ActiveOrDr aftProduct FamilyAsPa rent, "You can only set produc t families in a draf t or activ e state as parent.") | |||||
| 2577 | ErrorMes sages.Add( CannotPubl ishBundleW ithProduct StateDraft OrRetire, "You can't publish t his bundle because i ts associa ted produc ts are in a draft st ate, are r etired, or are being revised." ) | |||||
| 2578 | ErrorMes sages.Add( CannotPubl ishKitWith ProductSta teDraftOrR etire, "Yo u can't pu blish this kit becau se its ass ociated pr oducts are in a draf t state, a re retired , or are b eing revis ed.") | |||||
| 2579 | ErrorMes sages.Add( CannotAddP roduct, "Y ou can onl y add Acti ve product s.") | |||||
| 2580 | ErrorMes sages.Add( CannotPubl ishChildOf NonActiveP roductFami ly, "You c an't publi sh this re cord becau se it belo ngs to a p roduct fam ily that i sn't publi shed.") | |||||
| 2581 | ErrorMes sages.Add( ProductHas UnretiredC hild, "You can't ret ire this p roduct fam ily becaus e one or m ore of its child rec ords aren' t retired. ") | |||||
| 2582 | ErrorMes sages.Add( ProductFro mActiveToD raftState, "You can' t set a pu blished pr oduct to t he draft s tate.") | |||||
| 2583 | ErrorMes sages.Add( ProductFro mDraftToRe visedState , "You can 't revise a draft or a retired product." ) | |||||
| 2584 | ErrorMes sages.Add( CannotOver rideProper tyFromDiff erentHiera rchy, "You can't ove rride a pr operty tha t belongs to a diffe rent produ ct hierarc hy.") | |||||
| 2585 | ErrorMes sages.Add( CannotReti reProduct, "You can' t retire t his produc t because it belongs to active bundles o r price li sts. Remov e it from any bundle s or price lists bef ore you re tire it.") | |||||
| 2586 | ErrorMes sages.Add( InvalidSta teForPubli sh, "The s pecified P roductFami ly, Produc t or Bundl e can only be publis hed from D raft state or Active Draft stat us") | |||||
| 2587 | ErrorMes sages.Add( HiddenProp ertyValida tionFailed , "You can 't create a property instance for a hidd en propert y.") | |||||
| 2588 | ErrorMes sages.Add( ActiveProp ertyValida tionFailed , "You can 't create a property instance for an ina ctive prop erty.") | |||||
| 2589 | ErrorMes sages.Add( ReadOnlyCr eateValida tionFailed , "You can 't create and assign a value t o a proper ty instanc e for a re ad-only pr operty.") | |||||
| 2590 | ErrorMes sages.Add( ReadOnlyUp dateValida tionFailed , "You can 't update the proper ty instanc e for a re ad-only pr operty.") | |||||
| 2591 | ErrorMes sages.Add( MinMaxVali dationFail ed, "The v alue is ou t of range .") | |||||
| 2592 | ErrorMes sages.Add( OptionSetV alidationF ailed, "Th e value is out of ra nge.") | |||||
| 2593 | ErrorMes sages.Add( Validation FailedForD ynamicProp erty, "An error occu rred while saving th e {0} prop erty.") | |||||
| 2594 | ErrorMes sages.Add( ProductClo neFailed, "You can't clone a c hild recor d of a ret ired produ ct family. ") | |||||
| 2595 | ErrorMes sages.Add( CannotAddB undleToPri celist, "Y ou can't a dd the {0} bundle to the price list becau se the {1} bundle pr oduct isn' t in the p ricelist." ) | |||||
| 2596 | ErrorMes sages.Add( CannotRemo veProductF romPriceli st, "You c an't remov e this pro duct from the pricel ist becaus e one or m ore bundle s refer to it.") | |||||
| 2597 | ErrorMes sages.Add( CannotAddR etiredProd uctToPrice list, "Ret ired produ cts can no t be added to pricel ists.") | |||||
| 2598 | ErrorMes sages.Add( CannotDele teProductF romActiveB undle, "Yo u can't re move produ cts from a bundle th at's eithe r active o r under re vision.") | |||||
| 2599 | ErrorMes sages.Add( CannotPubl ishNestedB undle, "Yo u can't pu blish a bu ndle that contains b undles. Re move any b undles fro m this one , and then try to pu blish agai n.") | |||||
| 2600 | ErrorMes sages.Add( CannotCrea teKitOfTyp eFamilyOrB undle, "Yo u can't cr eate a kit of type b undle or p roduct fam ily.") | |||||
| 2601 | ErrorMes sages.Add( CannotChan geProductR elationshi p, "You ca n't add or modify th e product relationsh ip of a re tired prod uct.") | |||||
| 2602 | ErrorMes sages.Add( BundleCann otContainP roductKit, "You can' t add a ki t to a bun dle.") | |||||
| 2603 | ErrorMes sages.Add( CannotAddP arentToAKi t, "You ca n't specif y a parent record fo r a kit.") | |||||
| 2604 | ErrorMes sages.Add( CannotConv ertProduct Associated WithFamily ToKit, "Yo u can't co nvert a pr oduct that belongs t o a produc t family t o a kit.") | |||||
| 2605 | ErrorMes sages.Add( OnlyProduc tCanBeConv ertedToKit , "Only pr oducts can be conver ted to kit s.") | |||||
| 2606 | ErrorMes sages.Add( CannotConv ertProduct Associated WithBundle ToKit, "Yo u can't co nvert a pr oduct that is a part of a bund le to a ki t.") | |||||
| 2607 | ErrorMes sages.Add( Unsupporte dCudOperat ionForDyna micPropert ies, "You can't crea te a prope rty for a kit.") | |||||
| 2608 | ErrorMes sages.Add( CannotClon eProductKi t, "You ca n't clone a kit.") | |||||
| 2609 | ErrorMes sages.Add( CannotAddP roductBund leToKit, " You can't add a bund le to a ki t.") | |||||
| 2610 | ErrorMes sages.Add( CannotAddP roductFami lyToKit, " You can't add a prod uct family to a kit. ") | |||||
| 2611 | ErrorMes sages.Add( CannotAddP roductToKi t, "You ca n't add a product th at belongs to a prod uct family to a kit. ") | |||||
| 2612 | ErrorMes sages.Add( Unsupporte dSdkMessag eForBundle s, "This m essage isn 't support ed for pro ducts of t ype bundle .") | |||||
| 2613 | ErrorMes sages.Add( CannotAddP roductToRe tiredKit, "You can't add a pro duct to a retired ki t.") | |||||
| 2614 | ErrorMes sages.Add( CannotAddR etiredProd uctToKit, "You can't add a ret ired produ ct to a ki t.") | |||||
| 2615 | ErrorMes sages.Add( CannotConv ertProduct FamilyToKi t, "You ca n't conver t a produc t family t o a kit.") | |||||
| 2616 | ErrorMes sages.Add( CannotConv ertBundleT oKit, "You can't con vert a bun dle to a k it.") | |||||
| 2617 | ErrorMes sages.Add( CannotAddB undleToIts elf, "You can't add a bundle t o itself." ) | |||||
| 2618 | ErrorMes sages.Add( CannotAddK itToItself , "You can 't add a k it to itse lf.") | |||||
| 2619 | ErrorMes sages.Add( CannotAddR etiredProd uct, "You can’t crea te a produ ct relatio nship with a retired product." ) | |||||
| 2620 | ErrorMes sages.Add( CannotClon eBundleWit hRetiredPr oducts, "Y ou can't c lone a bun dle that c ontains re tired prod ucts.") | |||||
| 2621 | ErrorMes sages.Add( CannotSetP ublishReti redProduct sToDraft, "You can't set a pub lished or retired pr oduct reco rd to the draft stat e.") | |||||
| 2622 | ErrorMes sages.Add( CannotOver writePrope rty, "You can't over write this property as another overwritt en version of this p roperty al ready exis ts. Please delete th e previous ly overwri tten versi on, and th en try aga in.") | |||||
| 2623 | ErrorMes sages.Add( MissingReq uiredAttri butes, "Th e property couldn’t be created or update d because the regard ingobjecti d, datatyp e, or name attribute is missin g.") | |||||
| 2624 | ErrorMes sages.Add( DynamicPro pertyDefau ltValueNee ded, "You must speci fy a defau lt value b ecause thi s property is requir ed and is read-only. ") | |||||
| 2625 | ErrorMes sages.Add( NonDraftBu ndleUpdate , "Product Associati on cannot be updated when bund le is in i nvalid sta te.") | |||||
| 2626 | ErrorMes sages.Add( AssociateP roductFail ureDiffere ntUom, "Th e product can't be a dded to th e bundle. You have t o use a pr oduct unit that belo ngs to the unit grou p of the p roduct.") | |||||
| 2627 | ErrorMes sages.Add( DynamicPro pertyInval idStateFor Update, "Y ou can't u pdate a pr operty tha t isn't in the draft state.") | |||||
| 2628 | ErrorMes sages.Add( DynamicPro pertyInval idStateCha nge, "You can't set an inactiv e property to an act ive state. ") | |||||
| 2629 | ErrorMes sages.Add( DynamicPro pertyInval idStateFor Delete, "Y ou can't d elete a pr operty tha t is in th e active s tate.") | |||||
| 2630 | ErrorMes sages.Add( CannotDele teDynamicP ropertyInU se, "Retir ed Propert ies being used in tr ansactions can not b e deleted. ") | |||||
| 2631 | ErrorMes sages.Add( DynamicPro pertyInval idRegardin gForUpdate , "You can ’t create or change properties for a pub lished or retired pr oduct.") | |||||
| 2632 | ErrorMes sages.Add( CannotOver rideOwnedD ynamicProp erty, "You can't ove rride a pr operty tha t isn't in herited fr om a produ ct family. ") | |||||
| 2633 | ErrorMes sages.Add( CannotDele teNotOwned DynamicPro perty, "Yo u cannot d elete a dy namic prop erty that is inherit ed from a product fa mily.") | |||||
| 2634 | ErrorMes sages.Add( ProductFam ilyCanCrea teDynamicP roperty, " A property can only be created for a pro duct famil y.") | |||||
| 2635 | ErrorMes sages.Add( CannotDele teOverridd enProperty , "You can 't delete this prope rty becaus e it's ove rridden fo r one more or child records. R emove the overridden versions of the pro perty, rep ublish the product f amily hier archy, and then try deleting t he propert y.") | |||||
| 2636 | ErrorMes sages.Add( SlaActivat eDeactivat eByNonOwne r, "This S LA cannot be activat ed or deac tivated by someone w ho is not its owner. ") | |||||
| 2637 | ErrorMes sages.Add( PartialHol idaySchedu leCreation , "Partial holiday s chedule ca n not be c reated.") | |||||
| 2638 | ErrorMes sages.Add( ErrorNoAct iveRouting RuleExists , "Current ly there's no active rule to r oute this case.") | |||||
| 2639 | ErrorMes sages.Add( SlaPermiss ionToPerfo rmAction, "You don't have the required p ermissions on SLAs a nd process es to perf orm this a ction.") | |||||
| 2640 | ErrorMes sages.Add( RoutingRul ePublished ByOwner, " Your rule can't be a ctivated u ntil the c urrent act ive rule i s deactiva ted. The a ctive rule can only be deactiv ated by th e rule own er.") | |||||
| 2641 | ErrorMes sages.Add( RoutingRul eMissingRu leCriteria , "You can 't activat e this rul e until yo u resolve any missin g rule cri teria info rmation in the rule items.") | |||||
| 2642 | ErrorMes sages.Add( RoutingRul ePublished ByNonOwner , "The Rou ting Rule Set cannot be publis hed or unp ublished b y someone who is not its owner .") | |||||
| 2643 | ErrorMes sages.Add( ConvertRul eInvalidAu toResponse Settings, "Select an email tem plate for an autores ponse or s et the aut oresponse option to No.") | |||||
| 2644 | ErrorMes sages.Add( CannotDele teActiveCa seCreation Rule, "You can't del ete an act ive rule. Deactivate the Recor d Creation and Updat e Rule, an d then try deleting it.") | |||||
| 2645 | ErrorMes sages.Add( CannotOver rideProper ty, "You c an't overr ide this p roperty as another o verriden v ersion of this prope rty alread y exists. Please del ete the pr eviously o verridden version, a nd then tr y again.") | |||||
| 2646 | ErrorMes sages.Add( ParentHier archyExist Property, "A parent should exi st for eac h node in hierarchy except the root node .") | |||||
| 2647 | ErrorMes sages.Add( CreateProp ertyError, "An error occurred while savi ng the {0} property. ") | |||||
| 2648 | ErrorMes sages.Add( CreateProp ertyInstan ceError, " An error o ccurred wh ile saving the {0} p roperty in stance.") | |||||
| 2649 | ErrorMes sages.Add( CannotDele teDynamicP ropertyInR etiredStat e, "You ca n't delete a propert y of a ret ired produ ct.") | |||||
| 2650 | ErrorMes sages.Add( CannotDele teActiveRe cordCreati onRuleItem , "You can ’t delete an active record cre ation rule item. Dea ctivate th e record c reation ru le, and th en try del eting it." ) | |||||
| 2651 | ErrorMes sages.Add( ConvertRul eQueueIdMi ssingForEm ailSource, "Queue va lue requir ed. Provid e a value for the qu eue.") | |||||
| 2652 | ErrorMes sages.Add( SPFileNotC heckedOutE rrorCode, "File is n ot checked out") | |||||
| 2653 | ErrorMes sages.Add( SPUnauthor izedAccess ErrorCode, "Current user have insufficie nt privile ges") | |||||
| 2654 | ErrorMes sages.Add( SPFileAlre adyChecked OutErrorCo de, "File is already checked o ut") | |||||
| 2655 | ErrorMes sages.Add( SPFileChec kedOutInva lidArgsErr orCode, "C heckout ar guments ar e not vali d") | |||||
| 2656 | ErrorMes sages.Add( SPSharedLo ckOnFileEr rorCode, " Shared loc k on the f ile") | |||||
| 2657 | ErrorMes sages.Add( SPExclusiv eLockOnFil eErrorCode , "Exclusi ve lock on the file" ) | |||||
| 2658 | ErrorMes sages.Add( SPFileNotF oundErrorC ode, "File cannot be found") | |||||
| 2659 | ErrorMes sages.Add( SPFileNotL ockedError Code, "The file in t he collect ion is not locked") | |||||
| 2660 | ErrorMes sages.Add( SPDuplicat eValuesFou ndErrorCod e, "The li st item co uld not be updated b ecause dup licate val ues were f ound for o ne or more field(s) in the lis t") | |||||
| 2661 | ErrorMes sages.Add( SPFileTooL argeOrInfe ctedErrorC ode, "Viru s checking indicates the file is infecte d with a v irus or th e file is too large" ) | |||||
| 2662 | ErrorMes sages.Add( SPBadLockI nFileColle ctionError Code, "The file in t he collect ion has ba d lock ") | |||||
| 2663 | ErrorMes sages.Add( SPInvalidL ookupValue sErrorCode , "List it em could n ot be upda ted becaus e invalid lookup val ues were f ound for o ne or more field(s) in the lis t") | |||||
| 2664 | ErrorMes sages.Add( SPNullFile UrlErrorCo de, "URL o f the file creation informatio n must not be null a nd URL of the file c reation in formation must not b e invalid" ) | |||||
| 2665 | ErrorMes sages.Add( SPFileCont entNullErr orCode, "C ontent of the file c reation in formation must not b e null") | |||||
| 2666 | ErrorMes sages.Add( SPFileSize MismatchEr rorCode, " There is a mismatch between th e size of the docume nt stream written an d the size of the in put docume nt stream" ) | |||||
| 2667 | ErrorMes sages.Add( SPFileIsRe adOnlyErro rCode, "Fi eld is rea d-only") | |||||
| 2668 | ErrorMes sages.Add( SPModified OnServerEr rorCode, " List item was modifi ed on the server so changes ca nnot be co mmitted") | |||||
| 2669 | ErrorMes sages.Add( SPDataVali dationFile dOnFieldEr rorCode, " Data valid ation has failed on the field" ) | |||||
| 2670 | ErrorMes sages.Add( SPDataVali dationFile dOnListErr orCode, "D ata valida tion has f ailed on t he list") | |||||
| 2671 | ErrorMes sages.Add( SPDataVali dationFile dOnFieldAn dListError Code, "Dat a validati on has fai led on the field and the list" ) | |||||
| 2672 | ErrorMes sages.Add( SPThrottli ngLimitExc eededError Code, "Thr ottling li mit is exc eeded by t he operati on") | |||||
| 2673 | ErrorMes sages.Add( SPOperatio nNotSuppor tedErrorCo de, "List does not s upport thi s operatio n") | |||||
| 2674 | ErrorMes sages.Add( SPInstance OfRecurrin gEventErro rCode, "Li st item is an instan ce of a re curring ev ent which is not a r ecurrence exception, the list item is a workflow t ask whose parent wor kflow is i n the recy cle bin, o r the pare nt list is a documen t library" ) | |||||
| 2675 | ErrorMes sages.Add( SPItemNotE xistErrorC ode, "List item does not exist ") | |||||
| 2676 | ErrorMes sages.Add( SPInvalidS avedQueryE rrorCode, "Error whi le doing t his operat ion on Sha rePoint") | |||||
| 2677 | ErrorMes sages.Add( SPGenericE rrorCode, "Error whi le doing t his operat ion on Sha rePoint") | |||||
| 2678 | ErrorMes sages.Add( SPSiteNotF oundErrorC ode, "Site Not Found ") | |||||
| 2679 | ErrorMes sages.Add( SPFolderNo tFoundErro rCode, "Fo lder Not F ound") | |||||
| 2680 | ErrorMes sages.Add( SPNoActive DocumentLo cationErro rCode, "No Active Do cument Loc ation") | |||||
| 2681 | ErrorMes sages.Add( SPIllegalF ileTypeErr orCode, "I llegal fil e type") | |||||
| 2682 | ErrorMes sages.Add( SPInvalidF ieldValueE rrorCode, "Invalid F ield Value ") | |||||
| 2683 | ErrorMes sages.Add( SPIllegalC haractersI nFileNameE rrorCode, "Illegal c haracters in filenam e") | |||||
| 2684 | ErrorMes sages.Add( SPCurrentD ocumentLoc ationDisab ledErrorCo de, "Curre nt documen t location is disabl ed by admi nistrator" ) | |||||
| 2685 | ErrorMes sages.Add( SPCurrentF olderAlrea dyExistErr orCode, "R ecord alre ady presen t in db") | |||||
| 2686 | ErrorMes sages.Add( SPNullRega rdingObjec tErrorCode , "Regardi ng object id is null ") | |||||
| 2687 | ErrorMes sages.Add( SPOperator NotSupport edErrorCod e, "{0} do es not sup port the s elected op erator") | |||||
| 2688 | ErrorMes sages.Add( SPRequired ColCheckIn ErrorCode, "Exceptio n occurred while doi ng documen t check-in as some c olumns are made requ ired at Sh arePoint") | |||||
| 2689 | ErrorMes sages.Add( SPFileIsCh eckedOutBy OtherUser, "File is checked ou t to a use r other th an the cur rent user" ) | |||||
| 2690 | ErrorMes sages.Add( SPFileName ModifiedEr rorCode, " The folder can't be found. If you change d the auto matically generated folder nam e for this document location d irectly in SharePoin t, you mus t change t he folder name in CR M to match the renam ed folder. To do thi s, select Edit Locat ion and ty pe the mat ching name in Folder Name fiel d.") | |||||
| 2691 | ErrorMes sages.Add( SPAccountN ameFetchFa ilure, "Ex ception oc cured whil e fetching account n ame from S harepoint. ") | |||||
| 2692 | ErrorMes sages.Add( SPPersonal SiteNotFou nd, "Perso nal Site n ot found f or the use r.") | |||||
| 2693 | ErrorMes sages.Add( SPFolderRe nameFailur e, "Except ion occurr ed while E diting Sha repoint Do cument Pro eprties.") | |||||
| 2694 | ErrorMes sages.Add( SPMultiple OdbSitesEr ror, "More than one site with One Drive enabled is not allow ed.") | |||||
| 2695 | ErrorMes sages.Add( SPOdbDisab ledError, "Please en able ODB(O ne Drive f or Busines s) feature to create ODB site. ") | |||||
| 2696 | ErrorMes sages.Add( SPOdbUpdat eDeleteErr or, "You c annot upda te or dele te ODB(One Drive for Business) site.") | |||||
| 2697 | ErrorMes sages.Add( SPDocument MappingFai lure, "Can 't map doc uments to their loca tion.") | |||||
| 2698 | ErrorMes sages.Add( SPOdbDupli cateLocati onError, " More than one ODB (O neDrive fo r Business ) location is not al lowed.") | |||||
| 2699 | ErrorMes sages.Add( SPOdbUpdat eDeleteLoc ationError , "You can not update or delete SharePoin t Document Location of type OD B (OneDriv e for Busi ness).") | |||||
| 2700 | ErrorMes sages.Add( SPSearchOn eDriveNotC reated, "O neDrive lo cation is not create d yet. Ple ase create the locat ion before searching .") | |||||
| 2701 | ErrorMes sages.Add( SPSiteProt ocolError, "Protocol error in accessing SharePoint ") | |||||
| 2702 | ErrorMes sages.Add( SPDefaultS iteNotPres ent, "OneD rive activ ation need s a defaul t SharePoi nt site.") | |||||
| 2703 | ErrorMes sages.Add( SPUploadFa ilure, "Up load faile d on Share Point due to unknown reasons. Probably t he file is too large ") | |||||
| 2704 | ErrorMes sages.Add( SPAllFiles ErrorScena rio, "One or more si tes in all files vie w of Share PointDocum ent failed .") | |||||
| 2705 | ErrorMes sages.Add( RequiredBu ndleProduc tCannotBeD eleted, "Y ou can't d elete this product r ecord beca use it's a required product in a bundle. ") | |||||
| 2706 | ErrorMes sages.Add( RequiredBu ndleItemCa nnotBeUpda ted, "You can't dele te this bu ndle item because it 's a requi red produc t in the b undle.") | |||||
| 2707 | ErrorMes sages.Add( DynamicPro pertyInsta nceMissing RequiredCo lumns, "Th e property instance can't be u pdated. Ve rify that the follow ing fields are prese nt: dynami cpropertyi d, dynamic propertyop tionsetval ueid, and regardingo bjectid.") | |||||
| 2708 | ErrorMes sages.Add( DynamicPro pertyInsta nceUpdateV aluesDiffe rentRegard ing, "The property i nstances c ouldn't be saved bec ause they refer to d ifferent p roduct lin e items.") | |||||
| 2709 | ErrorMes sages.Add( DynamicPro pertyOptio nSetInvali dStateForU pdate, "Yo u can't mo dify the p roperty op tion set i tem for a property t hat is not in the dr aft state. ") | |||||
| 2710 | ErrorMes sages.Add( ProductMax PropertyLi mitExceede d, "This p roduct can 't be publ ished beca use it has too many properties . A produc t in your organizati on can't h ave more t han {0} pr operties." ) | |||||
| 2711 | ErrorMes sages.Add( BundleMaxP ropertyLim itExceeded , "This bu ndle can't be publis hed becaus e it has t oo many pr operties. A bundle i n your org anization can't have more than {0} prope rties.") | |||||
| 2712 | ErrorMes sages.Add( Hierarchic alOperatio nFailed, " This opera tion could n't be com pleted on this hiera rchy. An e rror occur red while performing this oper ation for {0}. You c an perform the opera tion separ ately on t his produc t to fix t he error, and then t ry the ope ration aga in for the complete hierarchy. ") | |||||
| 2713 | ErrorMes sages.Add( ConflictFo rOverridde nPropertie sEncounter ed, "This record can 't be publ ished. One of the pr operties t hat was ch anged for this recor d conflict s with its inherited version. Remove the conflicti ng propert y, and the n try agai n.") | |||||
| 2714 | ErrorMes sages.Add( ProductFam ilyRootPar entisLocke d, "The pr oduct fami ly root pa rent recor d is locke d by some other proc ess.") | |||||
| 2715 | ErrorMes sages.Add( CannotAsso ciateRetir edBundles, "You can' t create a product r elationshi p with a r etired bun dle.") | |||||
| 2716 | ErrorMes sages.Add( MissingQua ntity, "Th e Quantity is missin g.") | |||||
| 2717 | ErrorMes sages.Add( CannotCrea teProperty OptionSetI tem, "You can only c reate a pr operty opt ion set it em record that refer s to a pro perty that has its d ata type s et to Opti on Set.") | |||||
| 2718 | ErrorMes sages.Add( CannotDele teInherite dDynamicPr operty, "Y ou can't d elete a pr operty tha t is inher ited from a product family.") | |||||
| 2719 | ErrorMes sages.Add( CannotDele teProperty Overridden ByBundleIt em, "You c an't delet e this pro perty beca use it's o verridden in one or more relat ed bundle products. Remove the overridde n versions of the pr operty fro m the rela ted bundle products, publish t he bundles that were changed, and then t ry again." ) | |||||
| 2720 | ErrorMes sages.Add( CannotDele teProductS tatusCode, "You can' t delete a system-ge nerated st atus reaso n.") | |||||
| 2721 | ErrorMes sages.Add( CannotActi vateRecord , "You can 't activat e a retire d product family or bundle. Al so, you ca n't activa te a retir ed product that is p art of a p roduct fam ily.") | |||||
| 2722 | ErrorMes sages.Add( CannotQual ifyLead, " You can't qualify th is lead be cause you don't have permissio n to creat e accounts . Work wit h your sys tem admini strator to create th e account and then t ry again." ) | |||||
| 2723 | ErrorMes sages.Add( ImportHier archyRuleD eletedErro r, "A hier archy rule with the same id is marked as deleted i n the syst em,So firs t publish the custom ized entit y and impo rt again." ) | |||||
| 2724 | ErrorMes sages.Add( ImportHier archyRuleE xistingErr or, "Canno t reuse ex isting hie rarchy rul e.") | |||||
| 2725 | ErrorMes sages.Add( ImportHier archyRuleO tcMismatch Error, "Th ere was an error pro cessing hi erarchy ru les of the same obje ct type co de.(unreso lvable sys tem collis ion)") | |||||
| 2726 | ErrorMes sages.Add( HonorPause WithoutSLA KPIError, "SLA can b e set to h onor pause and resum e only if Use SLA KP I is set t o Yes.") | |||||
| 2727 | ErrorMes sages.Add( CannotSetC aseOnHold, "You do n ot have th e permissi ons to set this case to an on hold statu s type. Pl ease conta ct your sy stem admin istrator." ) | |||||
| 2728 | ErrorMes sages.Add( ApplyActiv eSLAOnly, "You can o nly apply active ser vice level agreement s (SLAs) t o cases.") | |||||
| 2729 | ErrorMes sages.Add( NoPrivileg eToApplyMa nualSLA, " You don't have appro priate per missions t o apply Se rvie Level Agreement (SLA) to this case record.") | |||||
| 2730 | ErrorMes sages.Add( SlaNotEnab ledEntity, "SLA is n ot enabled for this entity.") | |||||
| 2731 | ErrorMes sages.Add( CannotSetE ntityOnHol d, "You do n’t have p ermission to put thi s record o n hold. Co ntact your system ad ministrato r.") | |||||
| 2732 | ErrorMes sages.Add( CannotCrea teSLAForEn tity, "You can't cre ate a serv ice level agreement (SLA) for this entit y because it’s not e nabled for creating SLAs") | |||||
| 2733 | ErrorMes sages.Add( SyncAttrib uteMapping CannotBeUp dated, "Th e sync att ribute map ping canno t be updat ed.") | |||||
| 2734 | ErrorMes sages.Add( InvalidSyn cDirection ValueForUp date, "The sync dire ction is i nvalid as per the al lowed sync direction for one o r more att ribute map pings.") | |||||
| 2735 | ErrorMes sages.Add( InvalidLan guageForCr eate, "Row s with loc alizable a ttributes can only b e created when the u ser interf ace (UI) l anguage fo r the curr ent user i s set to t he organiz ation's ba se languag e.") | |||||
| 2736 | ErrorMes sages.Add( InvalidLan guageForUp date, "Loc alizable a ttributes can only b e updated via the st ring prope rty when t he user in terface (U I) languag e for the current us er is set to the org anization' s base lan guage. Use SetLocLab els to upd ate the lo calized va lues for t he followi ng attribu tes: [{0}] .") | |||||
| 2737 | ErrorMes sages.Add( GenericImp ortTransla tionsError , "Errors were encou ntered whi le process ing the tr anslations import fi le.") | |||||
| 2738 | ErrorMes sages.Add( CannotSetE ntitlement TermsDecre mentBehavi or, "You d o not have appropria te privile ges to spe cify wheth er entitle ment terms can be de cremented for this c ase record .") | |||||
| 2739 | ErrorMes sages.Add( CannotUpda teEntitlem ent, "You can only s et Active entitlemen t records as default .") | |||||
| 2740 | ErrorMes sages.Add( CannotCrea teCase, "Y ou can't c reate this case as t he default entitleme nt for the specified customer has no rem aining ter ms.") | |||||
| 2741 | ErrorMes sages.Add( KBInvalidC reateAssoc iation, "T his KB art icle is al ready link ed to the {0}.") | |||||
| 2742 | ErrorMes sages.Add( InvalidNum berOfTabsI nDialog, " A dialog F orm XML ca nnot conta in more th an one tab .") | |||||
| 2743 | ErrorMes sages.Add( InvalidNum berOfSecti onsInTab, "A dialog Form XML c annot cont ain more t han one se ction.") | |||||
| 2744 | ErrorMes sages.Add( DialogName CannotBeNu ll, """Dia logName ca nnot be nu ll for typ e Dialog") | |||||
| 2745 | ErrorMes sages.Add( InvalidFor mTypeCalle dThroughSd k, """Inva lid Formty pe used in Create ca ll") | |||||
| 2746 | ErrorMes sages.Add( InvalidFor matForCont rol, "Inva lid Precis ion Parame ter specif ied for co ntrol {0}. It Dosent Contain E xpected Va lue") | |||||
| 2747 | ErrorMes sages.Add( InvalidOpt ionSetIdFo rControl, "An invali d OptionSe tId specif ied for co ntrol {0}. OptionSet Id is an n on-empty G uid.") | |||||
| 2748 | ErrorMes sages.Add( InvalidRel ationshipN ameForCont rol, "Rela tionship N ame not sp ecified fo r control {0}.Relati onship Nam e is an ma ndatory Fi eld.") | |||||
| 2749 | ErrorMes sages.Add( InvalidTar getEntityT ypeForCont rol, "Targ et Entity Type not s pecified f or control {0}.Targe t Entity i s an manda tory Field .") | |||||
| 2750 | ErrorMes sages.Add( InvalidMax LengthForC ontrol, "I nvalid Max Length Par ameter spe cified for control { 0}.Maxleng th must be in betwee n {1} and {2} .") | |||||
| 2751 | ErrorMes sages.Add( InvalidMin ValueForCo ntrol, "In valid MinV alue Param eter speci fied for c ontrol {0} .Min Value must be i n between {1} and {2 } .") | |||||
| 2752 | ErrorMes sages.Add( InvalidMax ValueForCo ntrol, "In valid MaxV alue Param eter speci fied for c ontrol {0} .Max Value must be i n between {1} and {2 } .") | |||||
| 2753 | ErrorMes sages.Add( InvalidMin AndMaxValu eForContro l, "Invali d MinValue and MaxVa lue Parame ter specif ied for co ntrol {0}. Min Value must be le ss than Ma x Value ." ) | |||||
| 2754 | ErrorMes sages.Add( InvalidPre cisionForC ontrol, "I nvalid Pre cision Par ameter spe cified for control { 0}.Precisi on must be in betwee n {1} and {2} .") | |||||
| 2755 | ErrorMes sages.Add( ReadIntent Incompatib le, "Plugi n Executio n Intent o f current execution context is not compa tible with its paren t context" ) | |||||
| 2756 | ErrorMes sages.Add( Concurrenc yVersionMi smatch, "T he version of the ex isting rec ord doesn' t match th e RowVersi on propert y provided .") | |||||
| 2757 | ErrorMes sages.Add( Concurrenc yVersionNo tProvided, "The RowV ersion pro perty must be provid ed when th e value of Concurren cyBehavior is IfVers ionMatches .") | |||||
| 2758 | ErrorMes sages.Add( CrmHttpErr or, "A fai lure occur red in Wep Api in CR M.") | |||||
| 2759 | ErrorMes sages.Add( Incompatib leStepsEnc ountered, "You can't enable th e EnforceR eadOnlyPlu gins setti ng because plug-ins that chang e data are registere d on read- only SDK m essages. { 0}") | |||||
| 2760 | ErrorMes sages.Add( MailboxTra ckingFolde rMappingCa nnotBeUpda ted, "The mailbox tr acking fol der mappin g cannot b e updated. ") | |||||
| 2761 | ErrorMes sages.Add( Optimistic Concurrenc yNotEnable d, "Optimi stic concu rrency isn 't enabled for entit y type {0} . The IfVe rsionMatch es value o f Concurre ncyBehavio r can only be used i f optimist ic concurr ency is en abled.") | |||||
| 2762 | ErrorMes sages.Add( InvalidCol lectionNam e, "An ent ity with t hat collec tion name already ex ists. Spec ify a uniq ue name.") | |||||
| 2763 | ErrorMes sages.Add( InvalidEnt ityKeyOper ation, "In valid Enti tyKey Oper ation perf ormed : {0 }") | |||||
| 2764 | ErrorMes sages.Add( EntityKeyN otDefined, "The spec ified key attributes are not a defined k ey for the {0} entit y") | |||||
| 2765 | ErrorMes sages.Add( RecordNotF oundByEnti tyKey, "A record wit h the spec ified key values doe s not exis t in {0} e ntity") | |||||
| 2766 | ErrorMes sages.Add( DuplicateR ecordEntit yKey, "Ent ity Key {0 } violated . A record with the same value for {1} a lready exi sts. A dup licate rec ord cannot be create d. Select one or mor e unique v alues and try again. ") | |||||
| 2767 | ErrorMes sages.Add( EntityKeyN ameExists, "An entit y key with the name {0} alread y exists o n entity { 1}.") | |||||
| 2768 | ErrorMes sages.Add( EntityKeyW ithSelecte dAttribute sExists, " An entity key with t he selecte d attribut es already exists on entity.") | |||||
| 2769 | ErrorMes sages.Add( IndexSizeC onstraintV iolated, " Index size exceeded the size l imit of {0 } bytes. T he key is too large. Try remov ing some c olumns or making the strings i n string c olumns sho rter.") | |||||
| 2770 | ErrorMes sages.Add( CannotSecu reEntityKe yAttribute , "The fie ld {0} is not secura ble as it is part of entity ke ys ( {1} ) . Please r emove the field from all entit y keys to make it se curable.") | |||||
| 2771 | ErrorMes sages.Add( Reactivate EntityKeyO nlyForFail edJobs, "R eactivate entity key is only s upported f or failed job") | |||||
| 2772 | ErrorMes sages.Add( RefRoleNav PaneDispla yOptionReq uired, "Th e NavPaneD isplayOpti on attribu te is requ ired for t he Referen cing Role of a one-t o-many rel ationship {0}.") | |||||
| 2773 | ErrorMes sages.Add( InvalidRol eTypeForOn eToManyRel ationship, "This rel ationship role type isn't vali d for a on e-to-many relationsh ip {0}.") | |||||
| 2774 | ErrorMes sages.Add( InvalidRol eOccurrenc esForOneTo ManyRelati onship, "T here can't be more t han two en tity relat ionship ro les for a one-to-man y relation ship {0}." ) | |||||
| 2775 | ErrorMes sages.Add( InvalidEnt itySetName , "An enti ty with th e specifie d entity s et name {0 } already exists. Sp ecify a un ique name. ") | |||||
| 2776 | ErrorMes sages.Add( IncorrectE ntitySetNa me, "The e ntity set name {0} m ust start with a val id customi zation pre fix.") | |||||
| 2777 | ErrorMes sages.Add( WopiDiscov eryFailed, "Request for retrie ving the W OPI discov ery XML fa iled.") | |||||
| 2778 | ErrorMes sages.Add( WopiApplic ationUrl, "Error in retrieving informati on from WO PI applica tion url." ) | |||||
| 2779 | ErrorMes sages.Add( WopiMaxFil eSizeExcee ded, "{0} file excee ded size l imit of {1 }.") | |||||
| 2780 | ErrorMes sages.Add( ExportToEx celOnlineF eatureNotE nabled, "E xport to E xcel Onlin e feature is not ena bled.") | |||||
| 2781 | ErrorMes sages.Add( ExcelFileN otFound, " The reques ted file w as not fou nd.") | |||||
| 2782 | ErrorMes sages.Add( InvalidUse rToViewExc elOnlineFi le, "You d on't have permission to view t his file. Only the u ser who ex ported thi s data can view this file.") | |||||
| 2783 | ErrorMes sages.Add( InvalidUse rToImportE xcelOnline File, "You don't hav e permissi on to impo rt this fi le. Only t he user wh o exported this data can impor t this fil e.") | |||||
| 2784 | ErrorMes sages.Add( SharePoint Certificat eExpired, "Certifica te used fo r Sharepoi nt validat ion has ex pired") | |||||
| 2785 | ErrorMes sages.Add( SharePoint RealmMisma tch, "Shar epoint rea lm ID ente red does n ot match w ith the re gistered r ealm at Sh arepoint s ide.") | |||||
| 2786 | ErrorMes sages.Add( SharePoint Authentica tionFailur e, "Micros oft Dynami cs CRM can not authen ticate thi s user {0} . Verify that the i nformation for this user is co rrect, and then try again.") | |||||
| 2787 | ErrorMes sages.Add( SharePoint Authorizat ionFailure , "Microso ft Dynamic s CRM cann ot authori ze this us er {0} . V erify that the infor mation for this user is correc t, and the n try agai n.") | |||||
| 2788 | ErrorMes sages.Add( SharePoint Connection Failure, " Microsoft Dynamics C RM cannot connect th is user {0 } to Share Point. Ver ify that t he informa tion for t his user i s correct and exists in ShareP oint, and then try a gain.") | |||||
| 2789 | ErrorMes sages.Add( SharePoint VersionUns upported, "Microsoft Dynamics CRM cannot connect t o Sharepoi nt as the Sharepoint Version i s unsuppor ted. Insta ll the cor rect versi on, and th en try aga in. ") | |||||
| 2790 | ErrorMes sages.Add( CannotDele teOneNoteT ableOfCont ent, "You can’t dele te this fi le because it contai ns links t o OneNote notebook s ections. T o delete n otebook co ntents, op en the not ebook in O neNote and delete th e contents from ther e. To dele te a noteb ook, open SharePoint and delet e the note book from there.") | |||||
| 2791 | ErrorMes sages.Add( InvalidHex ColorValue , "Only he xadecimal values are allowed." ) | |||||
| 2792 | ErrorMes sages.Add( ThemeIdOrU pdateTimes tampIsNull , "Theme I d or Updat e Timestam p value is not prese nt in them e data.") | |||||
| 2793 | ErrorMes sages.Add( LogoImageN odeDoesNot Exist, "Lo go Image n ode in org anization cache them e data doe snot exist .") | |||||
| 2794 | ErrorMes sages.Add( InvalidLog oImageId, "Invalid l ogo image web resour ce id.") | |||||
| 2795 | ErrorMes sages.Add( InvalidThe meId, "Inv alid theme id.") | |||||
| 2796 | ErrorMes sages.Add( CannotCrea teSystemOr DefaultThe me, "You c an’t creat e system o r default themes. Sy stem or de fault them e can only be create d out of b ox.") | |||||
| 2797 | ErrorMes sages.Add( CannotUpda teSystemTh eme, "You can’t modi fy system themes.") | |||||
| 2798 | ErrorMes sages.Add( InvalidThe meDeleteOp eration, " You can’t delete sys tem or def ault theme s.") | |||||
| 2799 | ErrorMes sages.Add( CannotUpda teDefaultF ield, "You can’t upd ate the is defaultThe me attribu te.") | |||||
| 2800 | ErrorMes sages.Add( InvalidLog oImageWebR esourceTyp e, "Invali d WebResou rce Type f or Logo Im age.") | |||||
| 2801 | ErrorMes sages.Add( CannotDele teSystemTh eme, "You can't dele te system themes.") | |||||
| 2802 | ErrorMes sages.Add( InvalidBeh aviorSelec tion, "The behavior of this Da te and Tim e field ca n only be changed to “Date Onl y"".") | |||||
| 2803 | ErrorMes sages.Add( InvalidBeh avior, "Th e Behavior value of this attri bute can't be change d.") | |||||
| 2804 | ErrorMes sages.Add( InvalidDat eTimeForma t, "You ca n’t change the forma t value of this attr ibute to “ Date and T ime” when the behavi or is “Dat e Only.”") | |||||
| 2805 | ErrorMes sages.Add( SkipValidD ateTimeBeh avior, "Th e behavior value for this fiel d was igno red. A Sys tem Custom izer will need to co nfigure th e behavior value for this fiel d directly .") | |||||
| 2806 | ErrorMes sages.Add( ValidDateT imeBehavio rWarning, "The behav ior of thi s field wa s changed. You shoul d review a ll the dep endencies of this fi eld, such as busines s rules, w orkflows, and calcul ated or ro llup field s, to ensu re that is sues won't occur. At tribute: { 0}") | |||||
| 2807 | ErrorMes sages.Add( ValidDateT imeBehavio rExportAsW arning, "T he {0} fie ld will be a User Lo cal Date a nd Time si nce the Da te Only an d Time Zon e Independ ent behavi ors won't work in ea rlier vers ions of CR M.") | |||||
| 2808 | ErrorMes sages.Add( ExportToXl sxFeatureN otEnabled, "Export t o excel fi le feature is not en abled.") | |||||
| 2809 | ErrorMes sages.Add( XlsxImport InvalidExc elDocument , "Invalid file to i mport.") | |||||
| 2810 | ErrorMes sages.Add( XlsxImport InvalidFil eData, "In valid form at in impo rt file.") | |||||
| 2811 | ErrorMes sages.Add( XlsxImport HiddenColu mnAbsent, "Required columns mi ssing.") | |||||
| 2812 | ErrorMes sages.Add( XlsxImport InvalidCol umnCount, "Column mi smatch.") | |||||
| 2813 | ErrorMes sages.Add( XlsxImport ColumnHead ersInvalid , "Invalid columns." ) | |||||
| 2814 | ErrorMes sages.Add( XlsxExport Generating ExcelFaile d, "Failed to genera te excel." ) | |||||
| 2815 | ErrorMes sages.Add( XlsxImport ExcelFaile d, "Failed to import data.") | |||||
| 2816 | ErrorMes sages.Add( DocumentTe mplateFeat ureNotEnab led, "Docu ment templ ate featur e is not e nabled.") | |||||
| 2817 | ErrorMes sages.Add( WordTempla teFeatureN otEnabled, "Word doc ument temp late featu re is not enabled.") | |||||
| 2818 | ErrorMes sages.Add( MobileExce lFeatureNo tEnabled, "Mobile ex port to ex cel featur e is not e nabled.") | |||||
| 2819 | ErrorMes sages.Add( InvalidDoc umentTempl ate, "Inva lid docume nt templat e.") | |||||
| 2820 | ErrorMes sages.Add( InvalidFil eType, "In valid File Type.") | |||||
| 2821 | ErrorMes sages.Add( DocxExport Generating WordFailed , "An erro r occurred while gen erating th e Word doc ument. Ple ase try ag ain.") | |||||
| 2822 | ErrorMes sages.Add( DocxValida tionFailed , "We coul d not vali date this Word docum ent.") | |||||
| 2823 | ErrorMes sages.Add( LegacyXlsx FileNotSup ported, "L egacy .xls x files ca nnot be us ed for Exc el Templat es.") | |||||
| 2824 | ErrorMes sages.Add( InvalidWor dFileType, "The file type isn' t supporte d.") | |||||
| 2825 | ErrorMes sages.Add( InvalidWor dDocumentT emplate, " The docume nt templat e is not v alid.") | |||||
| 2826 | ErrorMes sages.Add( InvalidWor dTemplateC ontent, "T he templat e content is not val id.") | |||||
| 2827 | ErrorMes sages.Add( DataTableN otAvailabl e, "The or iginal dat a table ha s been del eted or re named.") | |||||
| 2828 | ErrorMes sages.Add( InvalidEnt itySpecifi ed, "The e ntity is n ot specifi ed in the template." ) | |||||
| 2829 | ErrorMes sages.Add( InvalidTem plateConte nt, "The t emplate co ntent is i nvalid.") | |||||
| 2830 | ErrorMes sages.Add( InvalidVie wReference , "The vie w is not s pecified o r is inval id.") | |||||
| 2831 | ErrorMes sages.Add( FileTypeNo tSupported , "The spe cified fil e type is not suppor ted as tem plate.") | |||||
| 2832 | ErrorMes sages.Add( DatasheetN otAvailabl e, "The da ta sheet i s not avai lable.") | |||||
| 2833 | ErrorMes sages.Add( Hiddenshee tNotAvaila ble, "The hidden she et is not available. ") | |||||
| 2834 | ErrorMes sages.Add( CorruptedH iddensheet Data, "The hidden sh eet data i s corrupte d.") | |||||
| 2835 | ErrorMes sages.Add( NoActiveLo cation, "N o active l ocation fo und.") | |||||
| 2836 | ErrorMes sages.Add( FolderDoes NotExist, "Folder do esn't exis t.") | |||||
| 2837 | ErrorMes sages.Add( OneNoteCre ationFaile d, "OneNot e creation failed.") | |||||
| 2838 | ErrorMes sages.Add( OneNoteRen derFailed, "OneNote render fai led.") | |||||
| 2839 | ErrorMes sages.Add( AccessDeni edSharePoi ntRecord, "Access de nied on Sh arePoint r ecord in C RM.") | |||||
| 2840 | ErrorMes sages.Add( CouldNotSe tLocationT ypeToOneNo te, "Could n't set lo cation typ e of docum ent locati on to OneN ote.") | |||||
| 2841 | ErrorMes sages.Add( OneNoteLoc ationNotCr eated, "On eNote loca tion not c reated.") | |||||
| 2842 | ErrorMes sages.Add( OneNoteLoc ationDeact ivated, "T he locatio n mapping for OneNot e is inact ive. Conta ct your ad ministrato r to activ ate the On eNote loca tion recor d for this CRM recor d.") | |||||
| 2843 | ErrorMes sages.Add( DocumentMa nagementDi sabledOnEn tity, "You must enab le documen t manageme nt for thi s Entity i n order to enable On eNote inte gration.") | |||||
| 2844 | ErrorMes sages.Add( QuickCreat eInvalidEn tityName, "The entit yLogicalNa me isn't v alid. This value can 't be null or empty, and it mu st represe nt an enti ty in the organizati on.") | |||||
| 2845 | ErrorMes sages.Add( QuickCreat eDisabledO nEntity, " The {0} en tity doesn 't have a quick crea te form or the numbe r of neste d quick cr eate forms has excee ded the ma ximum numb er allowed .") | |||||
| 2846 | ErrorMes sages.Add( OperationC anceled, " Refresh wa s canceled by user." ) | |||||
| 2847 | ErrorMes sages.Add( SavePendin g, "Save o peration i s already running in the backg round.") | |||||
| 2848 | ErrorMes sages.Add( Scheduling FailedForI nvalidData , "Book or Reschedul e operatio n failed d ue to inva lid data." ) | |||||
| 2849 | ErrorMes sages.Add( Scheduling FailedForB ookingVali dation, "B ook or Res chedule op eration fa iled due t o booking validation .") | |||||
| 2850 | ErrorMes sages.Add( InvalidSou rceTypeCod e, "Please select va lid proper ty bag for the selec ted source type.") | |||||
| 2851 | ErrorMes sages.Add( CannotDele teChannelP roperty, " You can’t delete a c hannel pro perty whic h is being referred in a conve rt rule.") | |||||
| 2852 | ErrorMes sages.Add( ChannelPro pertyGroup AlreadyExi stsWithSam eSourceTyp e, "A reco rd for the specified source ty pe already exists. Y ou can't c reate anot her one.") | |||||
| 2853 | ErrorMes sages.Add( CannotClea rChannelPr opertyGrou pFromConve rtRule, "T he Channel Property Group is u sed by one or more s teps. Dele te the pro perties fr om the con ditions an d steps th at use the record be fore you s ave or act ivate the rule.") | |||||
| 2854 | ErrorMes sages.Add( DuplicateC hannelProp ertyName, "A channel property with the s pecified n ame alread y exists. You can't create ano ther one." ) | |||||
| 2855 | ErrorMes sages.Add( ChannelPro pertyNameI nvalid, "T he channel property name is in valid. The name can only conta in '_', nu merical, a nd alphabe tical char acters. Ch oose a dif ferent nam e, and try again.") | |||||
| 2856 | ErrorMes sages.Add( ImportChan nelPropert yGroupErro r, "An err or occurre d while im porting Ch annel Prop erty Group .") | |||||
| 2857 | ErrorMes sages.Add( CannotChan geConvertR uleState, "Error occ ured durin g activati ng Convert Rule.Plea se check y our privil eges on Wo rkflow and kindly tr y again or Contact y our system administr ator.") | |||||
| 2858 | ErrorMes sages.Add( NoConversi onRule, "A Conversio nRule is r equired fo r the tool to run.") | |||||
| 2859 | ErrorMes sages.Add( InvalidCon versionRul e, "The Co nversionRu le specifi ed {0} is invalid. P lease spec ify a vali d Conversi onRule.") | |||||
| 2860 | ErrorMes sages.Add( InvalidTim eZoneCode, "Time Zon e Code {0} specified is not re cognized. Please spe cify a val id Time Zo ne Code va lue.") | |||||
| 2861 | ErrorMes sages.Add( UserDoesNo tHavePrivi legesToRun TheTool, " You must b e a system administr ator to ex ecute this request." ) | |||||
| 2862 | ErrorMes sages.Add( NoTimeZone CodeForCon versionRul e, "The Ti meZoneCode property is require d when the value of the Conver sionRule p roperty is SpecificT imeZone.") | |||||
| 2863 | ErrorMes sages.Add( NoEntitySp ecified, " At least o ne Entity is expecte d by the t ool to pro cess.") | |||||
| 2864 | ErrorMes sages.Add( InvalidOth erDataFilt erOptions, "You shou ld select at least o ne option from Downl oad My Rec ords, My T eam Record s or My Bu siness Uni t's Record s for Othe r Data Fil ter") | |||||
| 2865 | ErrorMes sages.Add( RelatedEnt ityDoesNot ExistInPro fileItem, "The relat ed entity {0} of the mobile of fline prof ile item a ssociation {1} of th e mobile o ffline pro file item {2} doesn’ t exist in the profi le items o f profile {3}.") | |||||
| 2866 | ErrorMes sages.Add( DownloadAl lEntityRec ordsChange dOrCreated WithinThes eDays, "Do wnload all entity re cords chan ged or cre ated withi n this num ber of day s.") | |||||
| 2867 | ErrorMes sages.Add( MobileOffl ineDaysSin ceRecordLa stModified Zero, "No records wi ll be avai lable in t he mobile offline mo de if the value for number of days is 0. ") | |||||
| 2868 | ErrorMes sages.Add( Increasing DaysWillRe setMobileO fflineData , "Increas ing the nu mber of da ys will ca use a rese t of mobil e offline data and a resynchro nization w ith mobile devices." ) | |||||
| 2869 | ErrorMes sages.Add( Decreasing DaysWillDe leteOlderD ata, "Decr easing the number of days will delete mo bile offli ne data ol der than t he number of days sp ecified.") | |||||
| 2870 | ErrorMes sages.Add( InvalidDat aFiltersFo rUnownedEn tities, "Y ou can’t s et the All Record or Other Dat a filters for unowne d entities .") | |||||
| 2871 | ErrorMes sages.Add( InvalidDat aFiltersFo rBUOwnedEn tities, "Y ou can’t s et Records Owned By Me or Reco rds Owned By My Team for busin ess unit-o wned entit ies.") | |||||
| 2872 | ErrorMes sages.Add( InvalidDat aFiltersFo rOrgOwnedE ntities, " You can’t set the Ot her Data f ilter for organizati on-owned e ntities.") | |||||
| 2873 | ErrorMes sages.Add( InvalidCus tomDataDow nloadFilte rs, "You c an’t set c ustom down load filte rs because Record Di stribution Criteria isn’t set to Other D ata Filter s.") | |||||
| 2874 | ErrorMes sages.Add( MOPIAssoci ationNameC annotBeEmp tyOrSpace, "The Mobi le Offline Profile I tem Associ ation name can’t be a space or an empty string.") | |||||
| 2875 | ErrorMes sages.Add( NoDefinedR elationshi psForMOPIA ssociation , "The Pro file Item Associatio n entity d oesn’t hav e any defi ned relati onships.") | |||||
| 2876 | ErrorMes sages.Add( InvalidRel ationshipI nMOPIAssoc iation, "T his relati onship doe sn’t exist with the entity sel ected in t he parent profile it em.") | |||||
| 2877 | ErrorMes sages.Add( CannotDele teDefaultP rofile, "T o delete t his profil e, you fir st need to set it so that it’s no longer a default mobile of fline prof ile.") | |||||
| 2878 | ErrorMes sages.Add( CannotAsso ciateInval idEntityTo ProfileIte m, "Invali d object t ype code." ) | |||||
| 2879 | ErrorMes sages.Add( CanAssocia teOnlyMobi leOfflineE nableEntit yToProfile Item, "Thi s entity n eeds to be enabled f or mobile offline.") | |||||
| 2880 | ErrorMes sages.Add( CanAssocia teOnlyOneE ntityPerPr ofileItem, "You can only add o ne mobile offline pr ofile item record pe r entity t o a mobile offline p rofile rec ord. ") | |||||
| 2881 | ErrorMes sages.Add( ImportMobi leOfflineP rofileErro r, "An err or occurre d while im porting Mo bile Offli ne Profile s.") | |||||
| 2882 | ErrorMes sages.Add( SavedQuery Validation Error, "Yo u can’t pu blish prof ile {0} be cause one of its pro file items {1} has a n entity { 2} in the saved quer y {3}, whi ch isn’t p art of thi s profile. ") | |||||
| 2883 | ErrorMes sages.Add( ChangeTrac kingDisabl edForMobil eOfflineEr ror, "You can not di sable chan ge trackin g for this entity si nce mobile offline i s already enabled.") | |||||
| 2884 | ErrorMes sages.Add( EnableMobi leOfflineD isableChan geTracking Error, "Yo u must ena ble change tracking for this e ntity sinc e mobile o ffline cli ent is ena bled.") | |||||
| 2885 | ErrorMes sages.Add( CannotDele teUserProf ile, "You can’t dele te an acti ve mobile offline pr ofile. Rem ove all us ers from t he profile and try a gain.") | |||||
| 2886 | ErrorMes sages.Add( CannotChan geDaysSinc eRecordLas tModified, "You need to enable this enti ty for mob ile offlin e before y ou can set or change the numbe r of days since the record was last modi fied.") | |||||
| 2887 | ErrorMes sages.Add( CannotDisa bleMobileO fflineFlag ForEntity, "You cann ot disable Mobile Of fline flag for this entity as it is bein g used in Mobile Off line Profi les") | |||||
| 2888 | ErrorMes sages.Add( CannotAddU serToMobil eOfflinePr ofile, "Yo u can’t ad d this use r to this mobile off line profi le because the user’ s role is either mis sing or do esn’t have the CRM f or mobile privilege. ") | |||||
| 2889 | ErrorMes sages.Add( MobileOffl ineProfile NameAlread yExists, " A mobile o ffline pro file with this name already ex ists. Ente r a unique name.") | |||||
| 2890 | ErrorMes sages.Add( MobileOffl ineProfile ItemNameAl readyExist s, "A mobi le offline profile i tem with t his name a lready exi sts for th is mobile offline pr ofile. Ent er a uniqu e name.") | |||||
| 2891 | ErrorMes sages.Add( MobileOffl ineProfile NameCanNot BeNullOrEm pty, "The mobile off line profi le name ca n’t be nul l or empty . Enter a name for t his profil e.") | |||||
| 2892 | ErrorMes sages.Add( MobileOffl ineProfile ItemNameCa nNotBeNull OrEmpty, " The mobile offline p rofile ite m name can ’t be null or empty. Enter a n ame for th is profile item.") | |||||
| 2893 | ErrorMes sages.Add( CannotAddI ntersectEn tityToMobi leOfflineP rofileItem , "You can ’t add the intersect entity to the mobil e offline profile it em because it’s adde d automati cally when its paren t entities are added to the pr ofile.") | |||||
| 2894 | ErrorMes sages.Add( CannotAddB usinessDat aLocalized LabelEntit yToMobileO fflineProf ileItem, " You can’t add the Bu sinessData LocalizedL abel entit y to the m obile offl ine profil e item bec ause it’s added auto matically when the P roduct ent ity is add ed to the profile.") | |||||
| 2895 | ErrorMes sages.Add( CannotAddA ctivityPar tyEntityTo MobileOffl ineProfile Item, "You can’t add the Activ ityParty e ntity to t he mobile offline pr ofile item because i t’s added automatica lly when a n activity entity is added to the profil e.") | |||||
| 2896 | ErrorMes sages.Add( InvalidAss ociatedSav edQuery, " Selected s aved query does not belong to associated entity of the mobil e offline profile it em.") | |||||
| 2897 | ErrorMes sages.Add( CannotDisa bleMobileO fflineFlag ForImportE ntity, "Yo u cannot d isable Mob ile Offlin e flag for {0} entit y as it is being use d in Mobil e Offline Profiles") | |||||
| 2898 | ErrorMes sages.Add( CloneTitle TooLong, " A validati on error o ccurred. T he length of the Nam e attribut e of the m obileoffli neprofile entity exc eeded the maximum al lowed leng th of 200. ") | |||||
| 2899 | ErrorMes sages.Add( InvalidMob ileOffline FiltersFet chXml, "XM L Format m ismatch. C heck for t he correct ness of XM L.") | |||||
| 2900 | ErrorMes sages.Add( MaxConditi onsMobileO fflineFilt ers, "You can only d efine 3 Mo bile offli ne Org fi lter for e ach entity .") | |||||
| 2901 | ErrorMes sages.Add( Unsupporte dAttribute OrOperator MobileOffl ineFilters , "Attribu te or Oper ator “{0}” is not su pported fo r Mobile O ffline Org Filter.") | |||||
| 2902 | ErrorMes sages.Add( OfficeGrou psFeatureN otEnabled, "Office G roups feat ure is not enabled." ) | |||||
| 2903 | ErrorMes sages.Add( OfficeGrou psExceptio nRetrieveS etting, "O ffice Grou ps Excepti on occured in Retrie veOfficeGr oupsSettin g: {0}.") | |||||
| 2904 | ErrorMes sages.Add( OfficeGrou psInvalidS ettingType , "Invalid setting t ype for Of fice Group s feature: {0}.") | |||||
| 2905 | ErrorMes sages.Add( OfficeGrou psNotSuppo rtedCall, "Office Gr oups featu re attempt ed an unsu pported ca ll.") | |||||
| 2906 | ErrorMes sages.Add( OfficeGrou psNoAuthSe rversFound , "Office Groups fea ture could not find any author ization se rvers.") | |||||
| 2907 | ErrorMes sages.Add( ProfileRul eMissingRu leCriteria , "You can 't activat e this rul e until yo u resolve any missin g rule cri teria info rmation in the rule items.") | |||||
| 2908 | ErrorMes sages.Add( ProfileRul eWorkflowA uthorGener icError, " An error o ccurred wh ile author ing workfl ow. Please fix workf low defini tion and t ry again." ) | |||||
| 2909 | ErrorMes sages.Add( ProfileRul eActivateD eactivateB yNonOwner, "This Pro file Rule cannot be activated or deactiv ated by so meone who is not its owner.") | |||||
| 2910 | ErrorMes sages.Add( ProfileRul ePublished ByOwner, " Your rule can't be a ctivated u ntil the c urrent act ive rule i s deactiva ted. The a ctive rule can only be deactiv ated by th e rule own er.") | |||||
| 2911 | ErrorMes sages.Add( CannotDele teGuestPro file, "You can't del ete this g uest chann el access profile.") | |||||
| 2912 | ErrorMes sages.Add( CannotDeac tivateGues tProfile, "You can't set this guest chan nel access profile a s inactive .") | |||||
| 2913 | ErrorMes sages.Add( CannotDele teProfileW ithProfile Rules, "Yo u can't de lete this channel ac cess profi le because it's bein g used by one or mor e channel access pro file rules . Remove t his profil e from the channel a ccess prof ile rules, and then try again. ") | |||||
| 2914 | ErrorMes sages.Add( CannotDele teProfileW ithExterna lPartyItem , "You can 't delete this chann el access profile be cause it's associate d to an ex ternal par ty item. R emove the associatio n, and the n try agai n.") | |||||
| 2915 | ErrorMes sages.Add( CannotDele teChannelA ccessProfi leRule, "Y ou can't d elete an a ctive chan nel access profile r ule. Deact ivate the rule and t hen delete it.") | |||||
| 2916 | ErrorMes sages.Add( Insufficie ntRetrieve Privilege, "External Party don 't have su fficient p rivilege t o retrieve record.") | |||||
| 2917 | ErrorMes sages.Add( Insufficie ntCreatePr ivilege, " External P arty don't have suff icient pri vilege to create new record wi th given p arameters. ") | |||||
| 2918 | ErrorMes sages.Add( Insufficie ntUpdatePr ivilege, " External P arty don't have suff icient pri vilege to update rec ord.") | |||||
| 2919 | ErrorMes sages.Add( OwnerAttri buteMissin g, "Owner Attribute is not pre sent in th e request. ") | |||||
| 2920 | ErrorMes sages.Add( InvalidOrg anizationS ettings, " Organizati on Setting s are not properly c onfigured for Extern al Party." ) | |||||
| 2921 | ErrorMes sages.Add( InvalidReq uestParame ters, "Req uest param eters are not valid to server External P arty reque st.") | |||||
| 2922 | ErrorMes sages.Add( InvalidExt ernalParty Configurat ion, "Mult iple Exter nal Party Items are present fo r request parameters .") | |||||
| 2923 | ErrorMes sages.Add( InvalidExt ernalParty Parent, "E xternal Pa rty has in valid pare nt attribu te.") | |||||
| 2924 | ErrorMes sages.Add( InvalidExt ernalParty Operation, "External Party is not allowe d.") | |||||
| 2925 | ErrorMes sages.Add( CannotCrea teExternal PartyWithS ameCorrela tionKey, " An externa l party re cord alrea dy exists with the s ame correl ation key value.") | |||||
| 2926 | ErrorMes sages.Add( FeatureNot Enabled, " This opera tion could n't be com pleted bec ause this feature is n’t enable d for your organizat ion.") | |||||
| 2927 | ErrorMes sages.Add( CannotUpda teExternal PartyWithS ameCorrela tionKey, " An externa l party re cord alrea dy exists with the s ame correl ation key value.") | |||||
| 2928 | ErrorMes sages.Add( ChannelAcc essProfile RuleAlread yInDraftSt ate, "You can't deac tivate a d raft chann el access profile ru le.") | |||||
| 2929 | ErrorMes sages.Add( CannotActO nBehalfOfE xternalPar ty, "User does not h ave the pr ivilege to act on be half of Ex ternal Par ty.") | |||||
| 2930 | ErrorMes sages.Add( CannotAsso ciateExter nalPartyIt em, "You c an’t assoc iate more than one e xternal pa rty item w ith an ent ity record that has been enabl ed as an e xternal pa rty.") | |||||
| 2931 | ErrorMes sages.Add( DuplicateP rivilegeIn Rolecontro l, "The Ch annel Acce ss Profile privilege array con tains dupl icate priv ilege refe rences.") | |||||
| 2932 | ErrorMes sages.Add( ErrorsInPr ofileRuleW orkflowAct ivation, " You can't activate t his profil e rule. Yo u don't ha ve the req uired perm issions on the recor d types th at are ref erenced by this prof ile rule." ) | |||||
| 2933 | ErrorMes sages.Add( CantSetIsG uestProfil e, "You ca n’t set or change th e value of the IsGue stProfile field beca use it’s f or interna l use only .") | |||||
| 2934 | ErrorMes sages.Add( EntityIsNo tEnabledFo rExternalP arty, "You can't cre ate/update an extern al party i tem associ ated to an entity th at is not enabled fo r external party.") | |||||
| 2935 | ErrorMes sages.Add( MailApp_Un supportedD evice, "Yo ur device is current ly unsuppo rted.") | |||||
| 2936 | ErrorMes sages.Add( MailApp_Un supportedB rowser, "Y our browse r is curre ntly unsup ported.") | |||||
| 2937 | ErrorMes sages.Add( MailApp_Ma ilboxNotCo nfiguredWi thServerSi deSync, "W e’re unabl e to load this app b ecause you r email ma ilbox isn' t configur ed with Mi crosoft Dy namics CRM server-si de synchro nization f or incomin g email. C ontact you r system a dministrat or to set up server- side synch ronization for incom ing email. ") | |||||
| 2938 | ErrorMes sages.Add( MailApp_Re adWriteAcc essRequire d, "You on ly have ad ministrati ve access to Microso ft Dynamic s CRM. To use this a pp, you mu st have re ad-write a ccess.") | |||||
| 2939 | ErrorMes sages.Add( MailApp_Fe atureContr olBitDisab led, "Acce ss to the app hasn’t been enab led for th is Dynamic s CRM orga nization. Contact yo ur system administra tor to ena ble access to this a pp.") | |||||
| 2940 | ErrorMes sages.Add( MailApp_Pe rmissionTo UseCrmForO fficeAppsR equired, " You don’t have permi ssion to a ccess this app. Cont act your s ystem admi nistrator to add the ""Use CRM for Offic e Apps"" p rivilege t o your use r role.") | |||||
| 2941 | ErrorMes sages.Add( MailApp_Tr ackingIsNo tSupported , "This ve rsion of O utlook doe sn't suppo rt trackin g new emai ls.") | |||||
| 2942 | ErrorMes sages.Add( MailApp_Mo bileBrowse rIsNotSupp orted, "Th e mobile b rowser ver sion of Ou tlook is c urrently u nsupported . Please t ry again f rom the Ou tlook desk top applic ation.") | |||||
| 2943 | ErrorMes sages.Add( MailApp_Di fferentSec urityZoneE rror, "Try adding th e followin g URLs to your Trust ed Sites:{ 0} {1} {2} ") | |||||
| 2944 | ErrorMes sages.Add( Unsupporte dImportCom ponent, "S orry, your import fa iled becau se the {0} component isn’t sup ported for import an d export." ) | |||||
| 2945 | ErrorMes sages.Add( InvalidLoc aleIdForKn owledgeArt icle, "Lan guage with Locale ID {0}, does not exist ") | |||||
| 2946 | ErrorMes sages.Add( PublishArt icle_Trans lationWith MoreThanOn eApprovedV ersion, "T here is mo re than on e approved version o f the {0} language. You can on ly publish one versi on of each language. ") | |||||
| 2947 | ErrorMes sages.Add( TranslateA rticle_Onl yPrimaryAr ticlesCanB eTranslate d, "This a rticle is a translat ion of the original article. I t cannot b e translat ed again. If you wan t another translatio n, start w ith the or iginal art icle rathe r than thi s one.") | |||||
| 2948 | ErrorMes sages.Add( TranslateA rticle_Tra nslationCa nNotBeCrea tedForTheS ameLanguag e, "A tran slation fo r this lan guage alre ady exists for this version of the artic le") | |||||
| 2949 | ErrorMes sages.Add( ColorStrip Attributes Exceeded, "Color Str ip section cannot ha ve more th an 1 attri bute") | |||||
| 2950 | ErrorMes sages.Add( Attributes Exceeded, "Attribute s cannot b e more tha n 4") | |||||
| 2951 | ErrorMes sages.Add( ColorStrip Attributes Invalid, " Color Stri p section can only h ave attrib utes of ty pe Two Opt ions, Opti on Set and Status Re ason") | |||||
| 2952 | ErrorMes sages.Add( InvalidCla ssIdInRefe rencePanel Section, " Reference panel sect ion can ha ve only re ference pa nel sub-gr id and ref erence pan el quick v iew form c ontrols. F ound contr ol with in valid clas sid {0}.") | |||||
| 2953 | ErrorMes sages.Add( InvalidNum berOfRefer encePanelS ections, " MainIntera ctionCentr ic form ca n have onl y 1 refere nce panel section. F ound {0}." ) | |||||
| 2954 | ErrorMes sages.Add( InvalidNum berOfCardF ormSection s, "Number of sectio ns in a ca rd form mu st be 4. F ound {0}." ) | |||||
| 2955 | ErrorMes sages.Add( EmptyComma ndOrEntity , "Command or entity name cann ot be empt y.") | |||||
| 2956 | ErrorMes sages.Add( CommandNot Supported, "Command is not sup ported in offline mo de.") | |||||
| 2957 | ErrorMes sages.Add( OperationF ailedTryAg ain, "Oper ation coul d not be p erformed a t the mome nt. Please try again .") | |||||
| 2958 | ErrorMes sages.Add( NoUserPriv ilege, "Yo u do not h ave suffic ient permi ssions.") | |||||
| 2959 | ErrorMes sages.Add( XamlNotFou nd, "This feature is not avail able in of fline mode .") | |||||
| 2960 | ErrorMes sages.Add( CustomCont rolsImport Error, "An error occ urred whil e importin g Custom C ontrols. T ry importi ng this so lution aga in.") | |||||
| 2961 | ErrorMes sages.Add( ManifestXs dValidatio nError, "T he import manifest f ile is inv alid. XSD validation failed wi th the fol lowing err or: '{0}'. """) | |||||
| 2962 | ErrorMes sages.Add( CustomCont rolsDepend entPropert yConfigura tion, "Pro perty ""{0 }"" can on ly be conf igured aft er propert y ""{1}"" has been a ssigned a value.") | |||||
| 2963 | ErrorMes sages.Add( CustomCont rolsProper tySetConfi guration, "Property ""{0}"" ca n only be configured after Cor responding DataSet " "{1}"" vie w has been assigned a value.") | |||||
| 2964 | ErrorMes sages.Add( ProductRec ommendatio nsFeatureN otEnabled, "Product Recommenda tions feat ure is not enabled." ) | |||||
| 2965 | ErrorMes sages.Add( Recommenda tionModelA ctiveVersi onNotSet, "The model version u sed is emp ty. To act ivate the model, spe cify the m odel versi on.") | |||||
| 2966 | ErrorMes sages.Add( Recommenda tionModelA ctiveVersi onInvalidS tatus, "Th e model ve rsion used must be s uccessfull y built be fore the m odel can b e activate d.") | |||||
| 2967 | ErrorMes sages.Add( AzureRecom mendationM odelNotExi st, "The A zure recom mendation model does n’t exist. ") | |||||
| 2968 | ErrorMes sages.Add( AzureRecom mendationM odelBuildN otExist, " The Azure recommenda tion model build cor responding to the us ed model v ersion doe sn’t exist .") | |||||
| 2969 | ErrorMes sages.Add( Recommenda tionsUnava ilable, "A zure Machi ne Learnin g product recommenda tions are temporaril y unavaila ble. Only catalog re commendati ons are av ailable.") | |||||
| 2970 | ErrorMes sages.Add( Recommenda tionModelB uildConnec tionMustBe Active, "T he Azure M achine Lea rning reco mmendation service c onnection must be ac tivated be fore build ing a reco mmendation model. Pl ease activ ate the re commendati on service connectio n and try again.") | |||||
| 2971 | ErrorMes sages.Add( Recommenda tionModelA ctivateCon nectionMus tBeActive, "The Azur e Machine Learning r ecommendat ion servic e connecti on must be activated before th e model ca n be activ ated. Plea se activat e the reco mmendation service c onnection and try ag ain.") | |||||
| 2972 | ErrorMes sages.Add( Recommenda tionModelE xpired, "T he recomme ndation mo del has ex pired. Cha nge the Va lid Until date and t ry to acti vate the m odel again .") | |||||
| 2973 | ErrorMes sages.Add( Recommenda tionModelM appingDupl icateRecor d, "The re commendati on model m apping val ues for en tity, mapp ing type a nd version must be u nique.") | |||||
| 2974 | ErrorMes sages.Add( Recommenda tionModelM appingRead Only, "You can't mod ify a Reco mmendation entity if it has a correspond ing Basket entity.") | |||||
| 2975 | ErrorMes sages.Add( CannotDele teDueToBas ketEntityA ssociation , "You can 't delete a Recommen dation ent ity if it has a corr esponding Basket ent ity.") | |||||
| 2976 | ErrorMes sages.Add( Recommenda tionModelV ersionActi ve, "The R ecommendat ionModel V ersion is selected a s the acti ve version on a mode l and cann ot be dele ted.") | |||||
| 2977 | ErrorMes sages.Add( Recommenda tionModelV ersionBuil dInProgres s, "A work flow to bu ild a mode l is alrea dy in prog ress. You can't star t another build work flow until the curre nt workflo w has fini shed.") | |||||
| 2978 | ErrorMes sages.Add( Recommenda tionModelV ersionDupl icateName, "A model version wi th the sam e name alr eady exist s. Specify a differe nt name.") | |||||
| 2979 | ErrorMes sages.Add( AzureServi ceConnecti onInvalidU ri, "Provi de a valid service U RL.") | |||||
| 2980 | ErrorMes sages.Add( Recommenda tionAzureC onnectionF ailed, "Fa iled to co nnect to t he Azure R ecommendat ions servi ce. Check that the s ervice URL and the A zure accou nt key are valid and the servi ce subscri ption is a ctive.") | |||||
| 2981 | ErrorMes sages.Add( TextAnalyt icsAzureTe stConnecti onFailed, "Failed to connect t o the Azur e Text Ana lytics ser vice. Chec k that the service U RL and the Azure acc ount key a re valid a nd the ser vice subsc ription is active.") | |||||
| 2982 | ErrorMes sages.Add( Recommenda tionAzureC onnectionC ascadeActi vateFailed , "One or more recom mendation models cou ldn't be a ctivated. Try activa ting the e xisting re commendati on models separately from the Azure serv ice connec tion.") | |||||
| 2983 | ErrorMes sages.Add( TextAnalyt icsAzureCo nnectionCa scadeActiv ateFailed, "One or m ore text a nalytics m odels coul dn't be ac tivated. T ry activat ing the ex isting tex t analytic s models s eparately from the A zure servi ce connect ion.") | |||||
| 2984 | ErrorMes sages.Add( AzureOpera tionRespon seTimedOut , "An Azur e operatio n request did not re turn a res ponse with in stated timeout pe riod. Retr y the oper ation or i ncrease ti meout prov ided for t he operati on.") | |||||
| 2985 | ErrorMes sages.Add( AzureServi ceConnecti onCascadeD eleteFaile d, "One or more mode ls use the connectio n. Delete all models using thi s connecti on, and tr y deleting the conne ction agai n.") | |||||
| 2986 | ErrorMes sages.Add( TextAnalyt icsAzureCo nnectionFa iled, "Una ble to con nect to Te xt Analyti cs API.") | |||||
| 2987 | ErrorMes sages.Add( TopicModel ScheduleBu ildSetting sEmpty, "A ctivation requires s etting the build sch edule. Spe cify the s chedule bu ild settin gs before activation .") | |||||
| 2988 | ErrorMes sages.Add( TextAnalyt icsFeature NotEnabled , "The Azu re Text An alytics fe ature isn’ t activate d. The sys tem admini strator mu st activat e this fea ture and s et up the required c onfigurati on.") | |||||
| 2989 | ErrorMes sages.Add( TopicModel Configurat ionUsedEmp ty, "Activ ation requ ires speci fying the build conf iguration. Specify t he configu ration use d for the build befo re activat ion.") | |||||
| 2990 | ErrorMes sages.Add( TopicModel TestWithou tConfigura tion, "Spe cify the c onfigurati on used fo r the buil d.") | |||||
| 2991 | ErrorMes sages.Add( TextAnalyt icsAzureUn ableToConn ectWithBui ld, "CRM f ailed to c onnect wit h the Azur e text ana lytics ser vice. Veri fy that th e service URI and ac count key are valid, and the A zure subsc ription is active.") | |||||
| 2992 | ErrorMes sages.Add( TopicModel ActivateWi thInvalidC onfigurati on, "The c onfigurati on used fo r the buil d is inval id. Topic determinat ion fields are requi red for th e configur ation used for topic analysis. ") | |||||
| 2993 | ErrorMes sages.Add( TextAnalyt icsModelAc tivateConn ectionMust BeActive, "The Azure Machine L earning Te xt Analyti cs service connectio n must be activated before the model can be activa ted. Pleas e activate the text analytics service co nnection a nd try aga in.") | |||||
| 2994 | ErrorMes sages.Add( TextAnalyt icsMapping UsedForAct iveConfigu ration, "T his text a nalytics e ntity mapp ing is use d for an a ctive conf iguration. It can’t be modifie d or delet ed while i t is used by an acti ve config. ") | |||||
| 2995 | ErrorMes sages.Add( TopicModel Configurat ionAssocia tedModelAl readyActiv e, "Cannot update or delete to pic model configurat ion becaus e it is as sociated w ith an act ive topic model.") | |||||
| 2996 | ErrorMes sages.Add( KnowledgeS earchActiv eModelsAlr eadyExist, "An activ e configur ation alre ady exists for sourc e entity { 0}. Only o ne active configurat ion is all owed per s ource enti ty.") | |||||
| 2997 | ErrorMes sages.Add( TextAnalyt icsAPIActi veConfigur ationDoesN otExist, " Active con figuration does not exist for entity.") | |||||
| 2998 | ErrorMes sages.Add( TextAnalyt icsAPIAllo wedOnlyFor EnglishLan guage, "Te xt Analyti cs feature is availa ble for or ganization s with bas e language as Englis h.") | |||||
| 2999 | ErrorMes sages.Add( TextAnalyt icsAPIAzur eUnableToC onnectWith Build, "CR M failed t o connect with the A zure text analytics service. V erify that the servi ce URI and account k ey are val id, and th e Azure su bscription is active .") | |||||
| 3000 | ErrorMes sages.Add( TextAnalyt icsAzureSc hedulerErr or, "CRM f ailed to c onnect wit h the Azur e text ana lytics ser vice. Plea se try aga in and if the proble m persists contact y our system administr ator.") | |||||
| 3001 | ErrorMes sages.Add( TextAnalyt icsMaxLimi tForTopicM odelReache d, "Maximu m number o f topic mo dels allow ed for you r organiza tion has b een reache d.") | |||||
| 3002 | ErrorMes sages.Add( TextAnalyt icsAPIActi veSimilari tyConfigur ationDoesN otExist, " No active similarity rule exis ts. The sy stem admin istrator m ust set up a similar ity rule c onfigurati on.") | |||||
| 3003 | ErrorMes sages.Add( AdvancedSi milarityAz ureSearchU nexpectedE rror, "An unexpected error occ urred exec uting the search. Tr y again la ter.") | |||||
| 3004 | ErrorMes sages.Add( TaskFlowNa meIsNotUni que, "A ta sk flow wi th the spe cified nam e already exists. P lease spec ify a uniq ue name.") | |||||
| 3005 | ErrorMes sages.Add( TaskFlowIn validChara ctersInNam e, "The na me field c an only co ntain alph anumeric c haracters. ") | |||||
| 3006 | ErrorMes sages.Add( TaskFlowEm ptyName, " The name f ield canno t be empty . Please e nter a nam e.") | |||||
| 3007 | ErrorMes sages.Add( TaskFlowFo rmXmlNotFo und, "Coul d not find the syste m form {0} for Task flow {1}." ) | |||||
| 3008 | ErrorMes sages.Add( TaskFlowPa geMissingF ormXmlTab, "Could no t find the pages {0} for Task flow {1}." ) | |||||
| 3009 | ErrorMes sages.Add( TaskFlowUn supportedE ntities, " The follow ing entiti es are not enabled f or Task fl ows: {0}." ) | |||||
| 3010 | ErrorMes sages.Add( TaskFlowEn tityRelati onshipIsNo tValid, "I nvalid rel ationship type: {0}. ") | |||||
| 3011 | ErrorMes sages.Add( TaskFlowEn tityAttrib uteIsNotVa lid, "Inva lid attrib ute type: {0}.{1}.") | |||||
| 3012 | ErrorMes sages.Add( TaskFlowMa xNumberPag es, "The t ask flow h as exceede d the maxi mum number of pages allowed ({ 0}). To co ntinue, yo u need to remove som e pages.") | |||||
| 3013 | ErrorMes sages.Add( TaskFlowMa xNumberCon trols, "Th e task flo w has exce eded the m aximum num ber of con trols allo wed ({0}). To contin ue, you ne ed to remo ve some co ntrols.") | |||||
| 3014 | ErrorMes sages.Add( TaskFlowNo tValid, "T ask flow d efinition is invalid .") | |||||
| 3015 | ErrorMes sages.Add( FeedbackFe atureNotEn abled, "Fe edback fea ture is no t enabled. ") | |||||
| 3016 | ErrorMes sages.Add( DelveActio nHubDisabl edError, " Delve acti on hub fea ture is no t enabled. ") | |||||
| 3017 | ErrorMes sages.Add( ErrorGener atingActio nHub, "An error has occurred. Please try again lat er.") | |||||
| 3018 | ErrorMes sages.Add( DelveActio nHubAttrib uteMissing InResponse Exception, "Attribut e not pres ent in exc hange oDat a response .") | |||||
| 3019 | ErrorMes sages.Add( DelveActio nHubInvali dStateCode Exception, "Invalid state code passed in expressio n.") | |||||
| 3020 | ErrorMes sages.Add( DelveActio nHubInvali dResponseF ormatExcep tion, "Inv alid respo nse format .") | |||||
| 3021 | ErrorMes sages.Add( DelveActio nHubRespon seRetieval FailureExc eption, "E rror while fetching actions fr om Exchang e.") | |||||
| 3022 | ErrorMes sages.Add( EvoStsAuth orizationS erverRecor dCreationF ailureExce ption, "Da tabase ope ration fai led while creating a uthorizati on record for Evo ST S.") | |||||
| 3023 | ErrorMes sages.Add( DelveActio nHubAuthor izationFai lureExcept ion, "You don’t have the prope r Office 3 65 license to view a ctions. Pl ease conta ct your sy stem admin istrator." ) | |||||
| 3024 | ErrorMes sages.Add( DelveActio nHubS2SSet upFailureE xception, "Server to Server Au thenticati on with Ex change for Delve Act ion Hub is not set u p.") | |||||
| 3025 | ErrorMes sages.Add( DocumentMa nagementIs DisabledOn Entity, "Y ou must en able docum ent manage ment for t his Entity in order to enable Document R ecommendat ions.") | |||||
| 3026 | ErrorMes sages.Add( RegardingO bjectValue sRetrieval Failure, " Failed to retrieve r egarding o bject valu es.") | |||||
| 3027 | ErrorMes sages.Add( RelatedRec ordsFailur e, "Failed to retrie ve related records." ) | |||||
| 3028 | ErrorMes sages.Add( SharePoint SiteNotCon figured, " SharePoint Site is no t configur ed, it nee d to be co nfigured." ) | |||||
| 3029 | ErrorMes sages.Add( Recommende dDocuments RetrievalF ailure, "U nable to r etrieve do cument rec ommendatio ns from th e document source.") | |||||
| 3030 | ErrorMes sages.Add( Similarity RuleDisabl ed, "No si milarity r ule active for this entity.") | |||||
| 3031 | ErrorMes sages.Add( SharePoint S2SIsDisab led, "Shar ePoint ser ver-based SharePoint integrati on not ena bled.") | |||||
| 3032 | ErrorMes sages.Add( Similarity RuleFCBOff , "Similar ity rules not enable d.") | |||||
| 3033 | ErrorMes sages.Add( DocumentRe commendati onsFCBOff, "Document recommend ations not enabled." ) | |||||
| 3034 | ErrorMes sages.Add( PluginSecu reStoreKey VaultClien t, "Unable to initia lize KeyVa ultClientP rovider un der Sandbo x WorkerPr ocess") | |||||
| 3035 | ErrorMes sages.Add( PluginSecu reStoreKey VaultClien tGetSecret , "Unable to GetSecr et from Ke yVault") | |||||
| 3036 | ErrorMes sages.Add( PluginSecu reStoreKey VaultClien tSetSecret , "Unable to SetSecr et to KeyV ault") | |||||
| 3037 | ErrorMes sages.Add( PluginSecu reStoreKey VaultClien tDecrypt, "Unable to Decrypt u sing KeyVa ult") | |||||
| 3038 | ErrorMes sages.Add( PluginSecu reStoreKey VaultClien tEncrypt, "Unable to Encrypt u sing KeyVa ult") | |||||
| 3039 | ErrorMes sages.Add( PluginSecu reStoreAda lAcquireTo ken, "Unab le to Acqu ireToken f or resourc e") | |||||
| 3040 | ErrorMes sages.Add( PluginSecu reStoreTPS KeyVaultUn configured , "KeyVaul tURI was n ot configu red for an Assembly in TPS") | |||||
| 3041 | ErrorMes sages.Add( PluginSecu reStoreTPS AssemblyNo tRegistere d, "Assemb ly is not registered in TPS") | |||||
| 3042 | ErrorMes sages.Add( PluginSecu reStoreS2S Missing, " S2S Creden tials miss ing") | |||||
| 3043 | ErrorMes sages.Add( PluginSecu reStoreTPS Client, "U nable to c reate TPS Client") | |||||
| 3044 | ErrorMes sages.Add( PluginSecu reStoreLoc alConfigSt oreGetData , "Unable to get dat a from Loc alConfigSt ore") | |||||
| 3045 | ErrorMes sages.Add( PluginSecu reStoreLoc alConfigSt oreSetData , "Unable to set dat a to Local ConfigStor e") | |||||
| 3046 | ErrorMes sages.Add( PluginSecu reStoreKey VaultServi ceProvider GetData, " Missing Ap pId / Secr ets in Key Vault") | |||||
| 3047 | ErrorMes sages.Add( PluginSecu reStoreKey VaultServi ceCertForm at, "Certi ficate not stored as a Base64S tring in K eyVault") | |||||
| 3048 | ErrorMes sages.Add( PluginSecu reStoreNoF ullySigned , "Assembl y not full y signed") | |||||
| 3049 | En d Sub | |||||
| 3050 | ||||||
| 3051 | Pu blic Share d Function GetErrorM essage(ByV al hResult As Intege r) As Stri ng | |||||
| 3052 | Dim erro rMessage A s String = TryCast(E rrorMessag es(hResult ), String) | |||||
| 3053 | If Strin g.IsNullOr Empty(erro rMessage) Then | |||||
| 3054 | erro rMessage = "Server w as unable to process request." | |||||
| 3055 | End If | |||||
| 3056 | Return e rrorMessag e | |||||
| 3057 | En d Function | |||||
| 3058 | ||||||
| 3059 | Pu blic Share d Function GetErrorT ype(ByVal errorCode As Integer ) As Error Type | |||||
| 3060 | If Error Types(erro rCode) Is Nothing Th en | |||||
| 3061 | Retu rn ErrorTy pe.SystemF ailure | |||||
| 3062 | Else | |||||
| 3063 | Dim errorType As ErrorTy pe = Direc tCast(Erro rTypes(err orCode), E rrorType) | |||||
| 3064 | Retu rn errorTy pe | |||||
| 3065 | End If | |||||
| 3066 | En d Function | |||||
| 3067 | ||||||
| 3068 | Pu blic Const LowerVers ionUpgrade As Intege r = CInt(& H80048541) ' -214718 7391 | |||||
| 3069 | Pu blic Const PatchMiss ingBase As Integer = CInt(&H80 048540) ' -214718739 2 | |||||
| 3070 | Pu blic Const Subcompon entDoesNot Exist As I nteger = C Int(&H8004 8537) ' -2 147187401 | |||||
| 3071 | Pu blic Const Subcompon entMissing ARoot As I nteger = C Int(&H8004 8536) ' -2 147187402 | |||||
| 3072 | Pu blic Const CannotMod ifyPatched Solution A s Integer = CInt(&H8 0048538) ' -21471874 00 | |||||
| 3073 | Pu blic Const CloneSolu tionExcept ion As Int eger = CIn t(&H800485 39) ' -214 7187399 | |||||
| 3074 | Pu blic Const CloneSolu tionPatchE xception A s Integer = CInt(&H8 0061771) ' -21470844 31 | |||||
| 3075 | Pu blic Const QuickFind SavedQuery AlreadyExi sts As Int eger = CIn t(&H800485 3a) ' -214 7187398 | |||||
| 3076 | Pu blic Const SolutionU pgradeNotA vailable A s Integer = CInt(&H8 004853b) ' -21471873 97 | |||||
| 3077 | Pu blic Const SolutionU pgradeWron gSolutionS elected As Integer = CInt(&H80 04853c) ' -214718739 6 | |||||
| 3078 | Pu blic Const CustomIma geAttribut eOnlyAllow edOnCustom Entity As Integer = CInt(&H800 48531) ' - 2147187407 | |||||
| 3079 | Pu blic Const SqlEncryp tionSymmet ricKeyCann otOpenBeca useWrongPa ssword As Integer = CInt(&H800 48530) ' - 2147187408 | |||||
| 3080 | Pu blic Const SqlEncryp tionSymmet ricKeyDoes NotExistOr NoPermissi on As Inte ger = CInt (&H8004852 f) ' -2147 187409 | |||||
| 3081 | Pu blic Const SqlEncryp tionSymmet ricKeyPass wordDoesNo tExistInCo nfigDB As Integer = CInt(&H800 4852e) ' - 2147187410 | |||||
| 3082 | Pu blic Const SqlEncryp tionSymmet ricKeySour ceDoesNotE xistInConf igDB As In teger = CI nt(&H80048 52d) ' -21 47187411 | |||||
| 3083 | Pu blic Const CannotExe cuteReques tBecauseHt tpsIsRequi red As Int eger = CIn t(&H800485 2c) ' -214 7187412 | |||||
| 3084 | Pu blic Const SqlEncryp tionRestor eEncryptio nKeyCannot DecryptExi stingData As Integer = CInt(&H 8004852b) ' -2147187 413 | |||||
| 3085 | Pu blic Const SqlEncryp tionSetEnc ryptionKey IsAlreadyR unningCann otRunItInP arallel As Integer = CInt(&H80 04852a) ' -214718741 4 | |||||
| 3086 | Pu blic Const SqlEncryp tionChange Encryption KeyExceede dQuotaForT heInterval As Intege r = CInt(& H80048529) ' -214718 7415 | |||||
| 3087 | Pu blic Const SqlEncryp tionEncryp tionKeyVal idationErr or As Inte ger = CInt (&H8004852 8) ' -2147 187416 | |||||
| 3088 | Pu blic Const SqlEncryp tionIsInac tiveCannot ChangeEncr yptionKey As Integer = CInt(&H 80048527) ' -2147187 417 | |||||
| 3089 | Pu blic Const SqlEncryp tionDelete Encryption KeyError A s Integer = CInt(&H8 0048526) ' -21471874 18 | |||||
| 3090 | Pu blic Const SqlEncryp tionIsActi veCannotRe storeEncry ptionKey A s Integer = CInt(&H8 0048525) ' -21471874 19 | |||||
| 3091 | Pu blic Const SqlEncryp tionKeyCan notDecrypt ExistingDa ta As Inte ger = CInt (&H8004852 4) ' -2147 187420 | |||||
| 3092 | Pu blic Const SqlEncryp tionEncryp tionDecryp tionTestEr ror As Int eger = CIn t(&H800485 23) ' -214 7187421 | |||||
| 3093 | Pu blic Const SqlEncryp tionDelete SymmetricK eyError As Integer = CInt(&H80 048522) ' -214718742 2 | |||||
| 3094 | Pu blic Const SqlEncryp tionCreate SymmetricK eyError As Integer = CInt(&H80 048521) ' -214718742 3 | |||||
| 3095 | Pu blic Const SqlEncryp tionSymmet ricKeyDoes NotExist A s Integer = CInt(&H8 0048520) ' -21471874 24 | |||||
| 3096 | Pu blic Const SqlEncryp tionDelete Certificat eError As Integer = CInt(&H800 4851f) ' - 2147187425 | |||||
| 3097 | Pu blic Const SqlEncryp tionCreate Certificat eError As Integer = CInt(&H800 4851e) ' - 2147187426 | |||||
| 3098 | Pu blic Const SqlEncryp tionCertif icateDoesN otExist As Integer = CInt(&H80 04851d) ' -214718742 7 | |||||
| 3099 | Pu blic Const SqlEncryp tionDelete DatabaseMa sterKeyErr or As Inte ger = CInt (&H8004851 c) ' -2147 187428 | |||||
| 3100 | Pu blic Const SqlEncryp tionCreate DatabaseMa sterKeyErr or As Inte ger = CInt (&H8004851 b) ' -2147 187429 | |||||
| 3101 | Pu blic Const SqlEncryp tionCannot OpenSymmet ricKeyBeca useDatabas eMasterKey DoesNotExi stOrIsNotO pened As I nteger = C Int(&H8004 851a) ' -2 147187430 | |||||
| 3102 | Pu blic Const SqlEncryp tionDataba seMasterKe yDoesNotEx ist As Int eger = CIn t(&H800485 19) ' -214 7187431 | |||||
| 3103 | Pu blic Const SqlEncryp tion As In teger = CI nt(&H80048 518) ' -21 47187432 | |||||
| 3104 | Pu blic Const ErrorsInS laWorkflow Activation As Intege r = CInt(& H80048535) ' -214718 7403 | |||||
| 3105 | Pu blic Const ManifestP arsingFail ure As Int eger = CIn t(&H800485 34) ' -214 7187404 | |||||
| 3106 | Pu blic Const InvalidMa nifestFile Path As In teger = CI nt(&H80048 533) ' -21 47187405 | |||||
| 3107 | Pu blic Const OnPremise RestoreOrg anizationM anifestFai led As Int eger = CIn t(&H800485 32) ' -214 7187406 | |||||
| 3108 | Pu blic Const InvalidAu th As Inte ger = CInt (&H8004851 6) ' -2147 187434 | |||||
| 3109 | Pu blic Const CannotUpd ateOrgDBOr gSettingWh enOffline As Integer = CInt(&H 80048515) ' -2147187 435 | |||||
| 3110 | Pu blic Const InvalidOr gDBOrgSett ing As Int eger = CIn t(&H800485 14) ' -214 7187436 | |||||
| 3111 | Pu blic Const UnknownIn validTrans formationP arameterGe neric As I nteger = C Int(&H8004 8513) ' -2 147187437 | |||||
| 3112 | Pu blic Const InvalidTr ansformati onParamete rOutsideRa ngeGeneric As Intege r = CInt(& H80048512) ' -214718 7438 | |||||
| 3113 | Pu blic Const InvalidTr ansformati onParamete rEmptyColl ection As Integer = CInt(&H800 48511) ' - 2147187439 | |||||
| 3114 | Pu blic Const InvalidTr ansformati onParamete rOutsideRa nge As Int eger = CIn t(&H800485 10) ' -214 7187440 | |||||
| 3115 | Pu blic Const InvalidTr ansformati onParamete rZeroToRan ge As Inte ger = CInt (&H8004850 9) ' -2147 187447 | |||||
| 3116 | Pu blic Const InvalidTr ansformati onParamete rString As Integer = CInt(&H80 048508) ' -214718744 8 | |||||
| 3117 | Pu blic Const InvalidTr ansformati onParamete rsGeneric As Integer = CInt(&H 80048507) ' -2147187 449 | |||||
| 3118 | Pu blic Const Insuffici entTransfo rmationPar ameters As Integer = CInt(&H80 048506) ' -214718745 0 | |||||
| 3119 | Pu blic Const MaximumNu mberHandle rsExceeded As Intege r = CInt(& H80048505) ' -214718 7451 | |||||
| 3120 | Pu blic Const ErrorInUn zipAlterna te As Inte ger = CInt (&H8004850 3) ' -2147 187453 | |||||
| 3121 | Pu blic Const Incorrect SingleFile MultipleEn tityMap As Integer = CInt(&H80 048502) ' -214718745 4 | |||||
| 3122 | Pu blic Const ActivityE ntityCanno tBeActivit yParty As Integer = CInt(&H800 48501) ' - 2147187455 | |||||
| 3123 | Pu blic Const TargetAtt ributeInva lidForIgno re As Inte ger = CInt (&H8004850 0) ' -2147 187456 | |||||
| 3124 | Pu blic Const MaxUnzipF olderSizeE xceeded As Integer = CInt(&H80 048499) ' -214718755 9 | |||||
| 3125 | Pu blic Const InvalidMu ltipleMapp ing As Int eger = CIn t(&H800484 98) ' -214 7187560 | |||||
| 3126 | Pu blic Const ErrorInSt oringImpor tFile As I nteger = C Int(&H8004 8497) ' -2 147187561 | |||||
| 3127 | Pu blic Const UnzipTime out As Int eger = CIn t(&H800484 96) ' -214 7187562 | |||||
| 3128 | Pu blic Const Unsupport edZipFileF orImport A s Integer = CInt(&H8 0048495) ' -21471875 63 | |||||
| 3129 | Pu blic Const UnzipProc essCountLi mitReached As Intege r = CInt(& H80048494) ' -214718 7564 | |||||
| 3130 | Pu blic Const Attachmen tNotFound As Integer = CInt(&H 80048493) ' -2147187 565 | |||||
| 3131 | Pu blic Const TooManyPi cklistValu es As Inte ger = CInt (&H8004849 2) ' -2147 187566 | |||||
| 3132 | Pu blic Const VeryLarge FileInZipI mport As I nteger = C Int(&H8004 8491) ' -2 147187567 | |||||
| 3133 | Pu blic Const InvalidAt tachmentsF older As I nteger = C Int(&H8004 8490) ' -2 147187568 | |||||
| 3134 | Pu blic Const ZipInside Zip As Int eger = CIn t(&H800484 89) ' -214 7187575 | |||||
| 3135 | Pu blic Const InvalidZi pFileForma t As Integ er = CInt( &H80048488 ) ' -21471 87576 | |||||
| 3136 | Pu blic Const EmptyFile ForImport As Integer = CInt(&H 80048487) ' -2147187 577 | |||||
| 3137 | Pu blic Const EmptyFile sInZip As Integer = CInt(&H800 48486) ' - 2147187578 | |||||
| 3138 | Pu blic Const ZipFileHa sMixOfCsvA ndXmlFiles As Intege r = CInt(& H80048485) ' -214718 7579 | |||||
| 3139 | Pu blic Const Duplicate FileNamesI nZip As In teger = CI nt(&H80048 484) ' -21 47187580 | |||||
| 3140 | Pu blic Const ErrorInUn zip As Int eger = CIn t(&H800484 83) ' -214 7187581 | |||||
| 3141 | Pu blic Const InvalidZi pFileForIm port As In teger = CI nt(&H80048 482) ' -21 47187582 | |||||
| 3142 | Pu blic Const InvalidLo okupMapNod e As Integ er = CInt( &H80048481 ) ' -21471 87583 | |||||
| 3143 | Pu blic Const ImportMai lMergeTemp lateEntity MissingErr or As Inte ger = CInt (&H8004848 0) ' -2147 187584 | |||||
| 3144 | Pu blic Const CannotUpd ateOpportu nityCurren cy As Inte ger = CInt (&H8004847 9) ' -2147 187591 | |||||
| 3145 | Pu blic Const ParentRec ordAlready Exists As Integer = CInt(&H800 48478) ' - 2147187592 | |||||
| 3146 | Pu blic Const MissingWe bToLeadRed irect As I nteger = C Int(&H8004 8477) ' -2 147187593 | |||||
| 3147 | Pu blic Const InvalidWe bToLeadRed irect As I nteger = C Int(&H8004 8476) ' -2 147187594 | |||||
| 3148 | Pu blic Const TemplateN otAllowedF orInternet Marketing As Integer = CInt(&H 80048475) ' -2147187 595 | |||||
| 3149 | Pu blic Const CopyNotAl lowedForIn ternetMark eting As I nteger = C Int(&H8004 8474) ' -2 147187596 | |||||
| 3150 | Pu blic Const MissingOr InvalidRed irectId As Integer = CInt(&H80 048473) ' -214718759 7 | |||||
| 3151 | Pu blic Const ImportNot Complete A s Integer = CInt(&H8 0048472) ' -21471875 98 | |||||
| 3152 | Pu blic Const UIDataMis singInWork flow As In teger = CI nt(&H80048 471) ' -21 47187599 | |||||
| 3153 | Pu blic Const RefEntity Relationsh ipRoleRequ ired As In teger = CI nt(&H80048 470) ' -21 47187600 | |||||
| 3154 | Pu blic Const ImportTem plateLangu ageIgnored As Intege r = CInt(& H8004847a) ' -214718 7590 | |||||
| 3155 | Pu blic Const ImportTem platePerso nalIgnored As Intege r = CInt(& H8004847b) ' -214718 7589 | |||||
| 3156 | Pu blic Const ImportCom ponentDele tedIgnored As Intege r = CInt(& H8004847c) ' -214718 7588 | |||||
| 3157 | Pu blic Const CustomerR elationshi pCannotBeD eleted As Integer = CInt(&H800 4847d) ' - 2147187587 | |||||
| 3158 | Pu blic Const Relations hipRoleNod eNumberInv alid As In teger = CI nt(&H80048 469) ' -21 47187607 | |||||
| 3159 | Pu blic Const Associati onRoleOrdi nalInvalid As Intege r = CInt(& H80048468) ' -214718 7608 | |||||
| 3160 | Pu blic Const Relations hipRoleMis match As I nteger = C Int(&H8004 8467) ' -2 147187609 | |||||
| 3161 | Pu blic Const ImportMap InUse As I nteger = C Int(&H8004 8465) ' -2 147187611 | |||||
| 3162 | Pu blic Const PreviousO perationNo tComplete As Integer = CInt(&H 80048464) ' -2147187 612 | |||||
| 3163 | Pu blic Const Transform ationResum eNotSuppor ted As Int eger = CIn t(&H800484 63) ' -214 7187613 | |||||
| 3164 | Pu blic Const CannotDis ableDuplic ateDetecti on As Inte ger = CInt (&H8004846 2) ' -2147 187614 | |||||
| 3165 | Pu blic Const TargetEnt ityNotMapp ed As Inte ger = CInt (&H8004846 0) ' -2147 187616 | |||||
| 3166 | Pu blic Const BulkDelet eChildFail ure As Int eger = CIn t(&H800484 59) ' -214 7187623 | |||||
| 3167 | Pu blic Const CannotRem oveNonList Member As Integer = CInt(&H800 48458) ' - 2147187624 | |||||
| 3168 | Pu blic Const JobNameIs EmptyOrNul l As Integ er = CInt( &H80048457 ) ' -21471 87625 | |||||
| 3169 | Pu blic Const ImportMai lMergeTemp lateError As Integer = CInt(&H 80048456) ' -2147187 626 | |||||
| 3170 | Pu blic Const ErrorsInW orkflowDef inition As Integer = CInt(&H80 048455) ' -214718762 7 | |||||
| 3171 | Pu blic Const Distribut eNoListAss ociated As Integer = CInt(&H80 048454) ' -214718762 8 | |||||
| 3172 | Pu blic Const Distribut eListAssoc iatedVary As Integer = CInt(&H 80048453) ' -2147187 629 | |||||
| 3173 | Pu blic Const OfflineFi lterParent Downloaded As Intege r = CInt(& H80048451) ' -214718 7631 | |||||
| 3174 | Pu blic Const OfflineFi lterNested DateTimeOR As Intege r = CInt(& H80048450) ' -214718 7632 | |||||
| 3175 | Pu blic Const Duplicate OfflineFil ter As Int eger = CIn t(&H800484 49) ' -214 7187639 | |||||
| 3176 | Pu blic Const CannotAss ignAddress BookFilter s As Integ er = CInt( &H80048448 ) ' -21471 87640 | |||||
| 3177 | Pu blic Const CannotCre ateAddress BookFilter s As Integ er = CInt( &H80048447 ) ' -21471 87641 | |||||
| 3178 | Pu blic Const CannotGra ntAccessTo AddressBoo kFilters A s Integer = CInt(&H8 0048446) ' -21471876 42 | |||||
| 3179 | Pu blic Const CannotMod ifyAccessT oAddressBo okFilters As Integer = CInt(&H 80048445) ' -2147187 643 | |||||
| 3180 | Pu blic Const CannotRev okeAccessT oAddressBo okFilters As Integer = CInt(&H 80048444) ' -2147187 644 | |||||
| 3181 | Pu blic Const Duplicate MapName As Integer = CInt(&H80 048443) ' -214718764 5 | |||||
| 3182 | Pu blic Const InvalidWo rdXmlFile As Integer = CInt(&H 80048441) ' -2147187 647 | |||||
| 3183 | Pu blic Const FileNotFo und As Int eger = CIn t(&H800484 40) ' -214 7187648 | |||||
| 3184 | Pu blic Const MultipleF ilesFound As Integer = CInt(&H 80048439) ' -2147187 655 | |||||
| 3185 | Pu blic Const InvalidAt tributeMap ping As In teger = CI nt(&H80048 438) ' -21 47187656 | |||||
| 3186 | Pu blic Const FileReadE rror As In teger = CI nt(&H80048 437) ' -21 47187657 | |||||
| 3187 | Pu blic Const ViewForDu plicateDet ectionNotD efined As Integer = CInt(&H800 48838) ' - 2147186632 | |||||
| 3188 | Pu blic Const FileInUse As Intege r = CInt(& H80048837) ' -214718 6633 | |||||
| 3189 | Pu blic Const NoPublish edDuplicat eDetection Rules As I nteger = C Int(&H8004 8436) ' -2 147187658 | |||||
| 3190 | Pu blic Const NoEntitie sForBulkDe lete As In teger = CI nt(&H80048 442) ' -21 47187646 | |||||
| 3191 | Pu blic Const BulkDelet eRecordDel etionFailu re As Inte ger = CInt (&H8004843 5) ' -2147 187659 | |||||
| 3192 | Pu blic Const RuleAlrea dyPublishi ng As Inte ger = CInt (&H8004843 4) ' -2147 187660 | |||||
| 3193 | Pu blic Const RuleNotFo und As Int eger = CIn t(&H800484 33) ' -214 7187661 | |||||
| 3194 | Pu blic Const CannotDel eteSystemE mailTempla te As Inte ger = CInt (&H8004843 2) ' -2147 187662 | |||||
| 3195 | Pu blic Const EntityDup CheckNotSu pportedSys temWide As Integer = CInt(&H80 048431) ' -214718766 3 | |||||
| 3196 | Pu blic Const Duplicate DetectionN otSupporte dOnAttribu teType As Integer = CInt(&H800 48430) ' - 2147187664 | |||||
| 3197 | Pu blic Const MaxMatchC odeLengthE xceeded As Integer = CInt(&H80 048429) ' -214718767 1 | |||||
| 3198 | Pu blic Const CannotDel eteUpdateI nUseRule A s Integer = CInt(&H8 0048428) ' -21471876 72 | |||||
| 3199 | Pu blic Const ImportMap pingsInval idIdSpecif ied As Int eger = CIn t(&H800484 27) ' -214 7187673 | |||||
| 3200 | Pu blic Const NotAWellF ormedXml A s Integer = CInt(&H8 0048426) ' -21471876 74 | |||||
| 3201 | Pu blic Const Noncompli antXml As Integer = CInt(&H800 48425) ' - 2147187675 | |||||
| 3202 | Pu blic Const Duplicate DetectionT emplateNot Found As I nteger = C Int(&H8004 8424) ' -2 147187676 | |||||
| 3203 | Pu blic Const RulesInIn consistent StateFound As Intege r = CInt(& H80048423) ' -214718 7677 | |||||
| 3204 | Pu blic Const BulkDetec tInvalidEm ailRecipie nt As Inte ger = CInt (&H8004842 2) ' -2147 187678 | |||||
| 3205 | Pu blic Const CannotEna bleDuplica teDetectio n As Integ er = CInt( &H80048421 ) ' -21471 87679 | |||||
| 3206 | Pu blic Const CannotDel eteInUseEn tity As In teger = CI nt(&H80048 420) ' -21 47187680 | |||||
| 3207 | Pu blic Const StringAtt ributeInde xError As Integer = CInt(&H800 4d292) ' - 2147167598 | |||||
| 3208 | Pu blic Const CannotCha ngeAttribu teRequired Level As I nteger = C Int(&H8004 d293) ' -2 147167597 | |||||
| 3209 | Pu blic Const MaximumNu mberOfAttr ibutesForE ntityReach ed As Inte ger = CInt (&H8004841 a) ' -2147 187686 | |||||
| 3210 | Pu blic Const CannotPub lishMoreRu les As Int eger = CIn t(&H800484 19) ' -214 7187687 | |||||
| 3211 | Pu blic Const CannotDel eteInUseAt tribute As Integer = CInt(&H80 048418) ' -214718768 8 | |||||
| 3212 | Pu blic Const CannotDel eteInUseOp tionSet As Integer = CInt(&H80 048417) ' -214718768 9 | |||||
| 3213 | Pu blic Const InvalidEn tityName A s Integer = CInt(&H8 0048416) ' -21471876 90 | |||||
| 3214 | Pu blic Const InvalidOp eratorCode As Intege r = CInt(& H80048415) ' -214718 7691 | |||||
| 3215 | Pu blic Const CannotPub lishEmptyR ule As Int eger = CIn t(&H800484 14) ' -214 7187692 | |||||
| 3216 | Pu blic Const CannotPub lishInacti veRule As Integer = CInt(&H800 48413) ' - 2147187693 | |||||
| 3217 | Pu blic Const Duplicate CheckNotEn abled As I nteger = C Int(&H8004 8412) ' -2 147187694 | |||||
| 3218 | Pu blic Const Duplicate CheckNotSu pportedOnE ntity As I nteger = C Int(&H8004 8410) ' -2 147187696 | |||||
| 3219 | Pu blic Const InvalidSt ateCodeSta tusCode As Integer = CInt(&H80 048408) ' -214718770 4 | |||||
| 3220 | Pu blic Const SyncToMsd eFailure A s Integer = CInt(&H8 0048407) ' -21471877 05 | |||||
| 3221 | Pu blic Const FormDoesN otExist As Integer = CInt(&H80 048406) ' -214718770 6 | |||||
| 3222 | Pu blic Const AccessDen ied As Int eger = CIn t(&H800484 05) ' -214 7187707 | |||||
| 3223 | Pu blic Const CannotDel eteOptionS et As Inte ger = CInt (&H8004840 4) ' -2147 187708 | |||||
| 3224 | Pu blic Const InvalidOp tionSetOpe ration As Integer = CInt(&H800 48403) ' - 2147187709 | |||||
| 3225 | Pu blic Const OptionVal uePrefixOu tOfRange A s Integer = CInt(&H8 0048402) ' -21471877 10 | |||||
| 3226 | Pu blic Const CheckPriv ilegeGroup ForUserOnP remiseErro r As Integ er = CInt( &H80048401 ) ' -21471 87711 | |||||
| 3227 | Pu blic Const CheckPriv ilegeGroup ForUserOnS plaError A s Integer = CInt(&H8 0048400) ' -21471877 12 | |||||
| 3228 | Pu blic Const unManaged IdsAccessD enied As I nteger = C Int(&H8004 8306) ' -2 147187962 | |||||
| 3229 | Pu blic Const EntityIsI ntersect A s Integer = CInt(&H8 004830f) ' -21471879 53 | |||||
| 3230 | Pu blic Const CannotDel eteTeamOwn ingRecords As Intege r = CInt(& H8004830e) ' -214718 7954 | |||||
| 3231 | Pu blic Const CannotRem oveMembers FromDefaul tTeam As I nteger = C Int(&H8004 830c) ' -2 147187956 | |||||
| 3232 | Pu blic Const CannotAdd MembersToD efaultTeam As Intege r = CInt(& H8004830b) ' -214718 7957 | |||||
| 3233 | Pu blic Const CannotUpd ateNameDef aultTeam A s Integer = CInt(&H8 004830a) ' -21471879 58 | |||||
| 3234 | Pu blic Const CannotSet ParentDefa ultTeam As Integer = CInt(&H80 048308) ' -214718796 0 | |||||
| 3235 | Pu blic Const CannotDel eteDefault Team As In teger = CI nt(&H80048 307) ' -21 47187961 | |||||
| 3236 | Pu blic Const TeamNameT ooLong As Integer = CInt(&H800 48305) ' - 2147187963 | |||||
| 3237 | Pu blic Const CannotAss ignRolesOr ProfilesTo AccessTeam As Intege r = CInt(& H80048331) ' -214718 7919 | |||||
| 3238 | Pu blic Const TooManyEn titiesEnab ledForAuto CreatedAcc essTeams A s Integer = CInt(&H8 0048332) ' -21471879 18 | |||||
| 3239 | Pu blic Const TooManyTe amTemplate sForEntity AccessTeam s As Integ er = CInt( &H80048333 ) ' -21471 87917 | |||||
| 3240 | Pu blic Const EntityNot EnabledFor AutoCreate dAccessTea ms As Inte ger = CInt (&H8004833 4) ' -2147 187916 | |||||
| 3241 | Pu blic Const InvalidAc cessMaskFo rTeamTempl ate As Int eger = CIn t(&H800483 35) ' -214 7187915 | |||||
| 3242 | Pu blic Const CannotCha ngeTeamTyp eDueToRole OrProfile As Integer = CInt(&H 80048336) ' -2147187 914 | |||||
| 3243 | Pu blic Const CannotCha ngeTeamTyp eDueToOwne rship As I nteger = C Int(&H8004 8337) ' -2 147187913 | |||||
| 3244 | Pu blic Const CannotDis ableAutoCr eateAccess Teams As I nteger = C Int(&H8004 8338) ' -2 147187912 | |||||
| 3245 | Pu blic Const CannotSha reSystemMa nagedTeam As Integer = CInt(&H 80048339) ' -2147187 911 | |||||
| 3246 | Pu blic Const CannotAss ignToAcces sTeam As I nteger = C Int(&H8004 8340) ' -2 147187904 | |||||
| 3247 | Pu blic Const Duplicate SalesTeamM ember As I nteger = C Int(&H8004 8341) ' -2 147187903 | |||||
| 3248 | Pu blic Const TargetUse rInsuffici entPrivile ges As Int eger = CIn t(&H800483 42) ' -214 7187902 | |||||
| 3249 | Pu blic Const CannotDis ableOrDele tePosition DueToAssoc iatedUsers As Intege r = CInt(& H80048343) ' -214718 7901 | |||||
| 3250 | Pu blic Const CannotCre ateOrEnabl ePositionD ueToParent PositionIs Disabled A s Integer = CInt(&H8 0048344) ' -21471879 00 | |||||
| 3251 | Pu blic Const InvalidDo mainName A s Integer = CInt(&H8 0048015) ' -21471887 15 | |||||
| 3252 | Pu blic Const InvalidUs erName As Integer = CInt(&H800 48095) ' - 2147188587 | |||||
| 3253 | Pu blic Const BulkMailS erviceNotA ccessible As Integer = CInt(&H 80048304) ' -2147187 964 | |||||
| 3254 | Pu blic Const RSMoveIte mError As Integer = CInt(&H800 48330) ' - 2147187920 | |||||
| 3255 | Pu blic Const ReportPar entChildNo tCustomiza ble As Int eger = CIn t(&H800483 2f) ' -214 7187921 | |||||
| 3256 | Pu blic Const ConvertFe tchDataSet Error As I nteger = C Int(&H8004 832e) ' -2 147187922 | |||||
| 3257 | Pu blic Const ConvertRe portToCrmE rror As In teger = CI nt(&H80048 32d) ' -21 47187923 | |||||
| 3258 | Pu blic Const ReportVie werError A s Integer = CInt(&H8 004832c) ' -21471879 24 | |||||
| 3259 | Pu blic Const RSGetItem TypeError As Integer = CInt(&H 8004832b) ' -2147187 925 | |||||
| 3260 | Pu blic Const RSSetProp ertiesErro r As Integ er = CInt( &H8004832a ) ' -21471 87926 | |||||
| 3261 | Pu blic Const RSReportP arameterTy peMismatch Error As I nteger = C Int(&H8004 8329) ' -2 147187927 | |||||
| 3262 | Pu blic Const RSUpdateR eportExecu tionSnapsh otError As Integer = CInt(&H80 048328) ' -214718792 8 | |||||
| 3263 | Pu blic Const RSSetRepo rtHistoryL imitError As Integer = CInt(&H 80048327) ' -2147187 929 | |||||
| 3264 | Pu blic Const RSSetRepo rtHistoryO ptionsErro r As Integ er = CInt( &H80048326 ) ' -21471 87930 | |||||
| 3265 | Pu blic Const RSSetExec utionOptio nsError As Integer = CInt(&H80 048325) ' -214718793 1 | |||||
| 3266 | Pu blic Const RSSetRepo rtParamete rsError As Integer = CInt(&H80 048324) ' -214718793 2 | |||||
| 3267 | Pu blic Const RSGetRepo rtParamete rsError As Integer = CInt(&H80 048323) ' -214718793 3 | |||||
| 3268 | Pu blic Const RSSetItem DataSource sError As Integer = CInt(&H800 48322) ' - 2147187934 | |||||
| 3269 | Pu blic Const RSGetItem DataSource sError As Integer = CInt(&H800 48321) ' - 2147187935 | |||||
| 3270 | Pu blic Const RSCreateB atchError As Integer = CInt(&H 80048320) ' -2147187 936 | |||||
| 3271 | Pu blic Const RSListRep ortHistory Error As I nteger = C Int(&H8004 831f) ' -2 147187937 | |||||
| 3272 | Pu blic Const RSGetRepo rtHistoryL imitError As Integer = CInt(&H 8004831e) ' -2147187 938 | |||||
| 3273 | Pu blic Const RSExecute BatchError As Intege r = CInt(& H8004831d) ' -214718 7939 | |||||
| 3274 | Pu blic Const RSCancelB atchError As Integer = CInt(&H 8004831c) ' -2147187 940 | |||||
| 3275 | Pu blic Const RSListExt ensionsErr or As Inte ger = CInt (&H8004831 b) ' -2147 187941 | |||||
| 3276 | Pu blic Const RSGetData SourceCont entsError As Integer = CInt(&H 8004831a) ' -2147187 942 | |||||
| 3277 | Pu blic Const RSSetData SourceCont entsError As Integer = CInt(&H 80048319) ' -2147187 943 | |||||
| 3278 | Pu blic Const RSFindIte msError As Integer = CInt(&H80 048318) ' -214718794 4 | |||||
| 3279 | Pu blic Const RSDeleteI temError A s Integer = CInt(&H8 0048317) ' -21471879 45 | |||||
| 3280 | Pu blic Const ReportSec urityError As Intege r = CInt(& H80048316) ' -214718 7946 | |||||
| 3281 | Pu blic Const ReportMis singReport SourceErro r As Integ er = CInt( &H80048315 ) ' -21471 87947 | |||||
| 3282 | Pu blic Const ReportMis singParame terError A s Integer = CInt(&H8 0048314) ' -21471879 48 | |||||
| 3283 | Pu blic Const ReportMis singEndpoi ntError As Integer = CInt(&H80 048313) ' -214718794 9 | |||||
| 3284 | Pu blic Const ReportMis singDataSo urceError As Integer = CInt(&H 80048312) ' -2147187 950 | |||||
| 3285 | Pu blic Const ReportMis singDataSo urceCreden tialsError As Intege r = CInt(& H80048311) ' -214718 7951 | |||||
| 3286 | Pu blic Const ReportLoc alProcessi ngError As Integer = CInt(&H80 048310) ' -214718795 2 | |||||
| 3287 | Pu blic Const ReportSer verSP2HotF ixNotAppli ed As Inte ger = CInt (&H8004830 9) ' -2147 187959 | |||||
| 3288 | Pu blic Const DataSourc eProhibite d As Integ er = CInt( &H8004830d ) ' -21471 87955 | |||||
| 3289 | Pu blic Const ReportSer verVersion Low As Int eger = CIn t(&H800483 03) ' -214 7187965 | |||||
| 3290 | Pu blic Const ReportSer verNoPrivi lege As In teger = CI nt(&H80048 302) ' -21 47187966 | |||||
| 3291 | Pu blic Const ReportSer verInvalid Url As Int eger = CIn t(&H800483 01) ' -214 7187967 | |||||
| 3292 | Pu blic Const ReportSer verUnknown Exception As Integer = CInt(&H 80048300) ' -2147187 968 | |||||
| 3293 | Pu blic Const ReportNot Available As Integer = CInt(&H 80048299) ' -2147188 071 | |||||
| 3294 | Pu blic Const ErrorUplo adingRepor t As Integ er = CInt( &H80048298 ) ' -21471 88072 | |||||
| 3295 | Pu blic Const ReportFil eTooBig As Integer = CInt(&H80 048297) ' -214718807 3 | |||||
| 3296 | Pu blic Const ReportFil eZeroLengt h As Integ er = CInt( &H80048296 ) ' -21471 88074 | |||||
| 3297 | Pu blic Const ReportTyp eBlocked A s Integer = CInt(&H8 0048295) ' -21471880 75 | |||||
| 3298 | Pu blic Const ReportUpl oadDisable d As Integ er = CInt( &H80048294 ) ' -21471 88076 | |||||
| 3299 | Pu blic Const BothConne ctionSides AreNeeded As Integer = CInt(&H 80048218) ' -2147188 200 | |||||
| 3300 | Pu blic Const CannotCon nectToSelf As Intege r = CInt(& H80048217) ' -214718 8201 | |||||
| 3301 | Pu blic Const Unrelated Connection Roles As I nteger = C Int(&H8004 8216) ' -2 147188202 | |||||
| 3302 | Pu blic Const Connectio nRoleNotVa lidForObje ctType As Integer = CInt(&H800 48215) ' - 2147188203 | |||||
| 3303 | Pu blic Const Connectio nCannotBeE nabledOnTh isEntity A s Integer = CInt(&H8 0048214) ' -21471882 04 | |||||
| 3304 | Pu blic Const Connectio nNotSuppor ted As Int eger = CIn t(&H800482 13) ' -214 7188205 | |||||
| 3305 | Pu blic Const Connectio nObjectsMi ssing As I nteger = C Int(&H8004 8210) ' -2 147188208 | |||||
| 3306 | Pu blic Const Connectio nInvalidSt artEndDate As Intege r = CInt(& H80048209) ' -214718 8215 | |||||
| 3307 | Pu blic Const Connectio nExists As Integer = CInt(&H80 048208) ' -214718821 6 | |||||
| 3308 | Pu blic Const DecoupleU serOwnedEn tity As In teger = CI nt(&H80048 207) ' -21 47188217 | |||||
| 3309 | Pu blic Const DecoupleC hildEntity As Intege r = CInt(& H80048206) ' -214718 8218 | |||||
| 3310 | Pu blic Const ExistingP arentalRel ationship As Integer = CInt(&H 80048205) ' -2147188 219 | |||||
| 3311 | Pu blic Const InvalidCa scadeLinkT ype As Int eger = CIn t(&H800482 04) ' -214 7188220 | |||||
| 3312 | Pu blic Const InvalidDe leteModifi cation As Integer = CInt(&H800 48203) ' - 2147188221 | |||||
| 3313 | Pu blic Const CustomerO pportunity RoleExists As Intege r = CInt(& H80048202) ' -214718 8222 | |||||
| 3314 | Pu blic Const CustomerR elationshi pExists As Integer = CInt(&H80 048201) ' -214718822 3 | |||||
| 3315 | Pu blic Const MultipleR elationshi psNotSuppo rted As In teger = CI nt(&H80048 200) ' -21 47188224 | |||||
| 3316 | Pu blic Const ImportDup licateEnti ty As Inte ger = CInt (&H8004810 c) ' -2147 188468 | |||||
| 3317 | Pu blic Const CascadePr oxyEmptyCa llerId As Integer = CInt(&H800 4810b) ' - 2147188469 | |||||
| 3318 | Pu blic Const CascadePr oxyInvalid PrincipalT ype As Int eger = CIn t(&H800481 0a) ' -214 7188470 | |||||
| 3319 | Pu blic Const CascadePr oxyInvalid NativeDAPt r As Integ er = CInt( &H80048109 ) ' -21471 88471 | |||||
| 3320 | Pu blic Const CascadeFa ilToCreate NativeDAWr apper As I nteger = C Int(&H8004 8108) ' -2 147188472 | |||||
| 3321 | Pu blic Const CascadeRe parentOnNo nUserOwned As Intege r = CInt(& H80048107) ' -214718 8473 | |||||
| 3322 | Pu blic Const CascadeMe rgeInvalid SpecialCol umn As Int eger = CIn t(&H800481 06) ' -214 7188474 | |||||
| 3323 | Pu blic Const CascadeRe moveLinkOn NonNullabl e As Integ er = CInt( &H80048104 ) ' -21471 88476 | |||||
| 3324 | Pu blic Const CascadeDe leteNotAll owDelete A s Integer = CInt(&H8 0048103) ' -21471884 77 | |||||
| 3325 | Pu blic Const CascadeIn validLinkT ype As Int eger = CIn t(&H800481 02) ' -214 7188478 | |||||
| 3326 | Pu blic Const IsvExtens ionsPrivil egeNotPres ent As Int eger = CIn t(&H800480 29) ' -214 7188695 | |||||
| 3327 | Pu blic Const Relations hipNameLen gthExceeds Limit As I nteger = C Int(&H8004 802a) ' -2 147188694 | |||||
| 3328 | Pu blic Const ImportEma ilTemplate ErrorMissi ngFile As Integer = CInt(&H800 4802b) ' - 2147188693 | |||||
| 3329 | Pu blic Const CascadeIn validExtra ConditionV alue As In teger = CI nt(&H80048 101) ' -21 47188479 | |||||
| 3330 | Pu blic Const ImportWor kflowNameC onflictErr or As Inte ger = CInt (&H8004802 7) ' -2147 188697 | |||||
| 3331 | Pu blic Const ImportWor kflowPubli shedError As Integer = CInt(&H 80048028) ' -2147188 696 | |||||
| 3332 | Pu blic Const ImportWor kflowEntit yDependenc yError As Integer = CInt(&H800 48023) ' - 2147188701 | |||||
| 3333 | Pu blic Const ImportWor kflowAttri buteDepend encyError As Integer = CInt(&H 80048022) ' -2147188 702 | |||||
| 3334 | Pu blic Const ImportWor kflowError As Intege r = CInt(& H80048021) ' -214718 8703 | |||||
| 3335 | Pu blic Const ImportGen ericEntiti esError As Integer = CInt(&H80 048020) ' -214718870 4 | |||||
| 3336 | Pu blic Const ImportRol ePermissio nError As Integer = CInt(&H800 48018) ' - 2147188712 | |||||
| 3337 | Pu blic Const ImportRol eError As Integer = CInt(&H800 48017) ' - 2147188713 | |||||
| 3338 | Pu blic Const ImportOrg SettingsEr ror As Int eger = CIn t(&H800480 19) ' -214 7188711 | |||||
| 3339 | Pu blic Const InvalidSh arePointSi teCollecti onUrl As I nteger = C Int(&H8004 8052) ' -2 147188654 | |||||
| 3340 | Pu blic Const InvalidSi teRelative UrlFormat As Integer = CInt(&H 80048053) ' -2147188 653 | |||||
| 3341 | Pu blic Const InvalidRe lativeUrlF ormat As I nteger = C Int(&H8004 8054) ' -2 147188652 | |||||
| 3342 | Pu blic Const InvalidAb soluteUrlF ormat As I nteger = C Int(&H8004 8055) ' -2 147188651 | |||||
| 3343 | Pu blic Const InvalidUr lConsecuti veSlashes As Integer = CInt(&H 80048056) ' -2147188 650 | |||||
| 3344 | Pu blic Const SharePoin tRecordWit hDuplicate Url As Int eger = CIn t(&H800480 57) ' -214 7188649 | |||||
| 3345 | Pu blic Const SharePoin tAbsoluteA ndRelative UrlEmpty A s Integer = CInt(&H8 0048149) ' -21471884 07 | |||||
| 3346 | Pu blic Const ImportOpt ionSetsErr or As Inte ger = CInt (&H8004803 0) ' -2147 188688 | |||||
| 3347 | Pu blic Const ImportRib bonsError As Integer = CInt(&H 80048031) ' -2147188 687 | |||||
| 3348 | Pu blic Const ImportRep ortsError As Integer = CInt(&H 80048032) ' -2147188 686 | |||||
| 3349 | Pu blic Const ImportSol utionError As Intege r = CInt(& H80048033) ' -214718 8685 | |||||
| 3350 | Pu blic Const ImportDep endencySol utionError As Intege r = CInt(& H80048034) ' -214718 8684 | |||||
| 3351 | Pu blic Const ExportSol utionError As Intege r = CInt(& H80048035) ' -214718 8683 | |||||
| 3352 | Pu blic Const ExportMan agedSoluti onError As Integer = CInt(&H80 048036) ' -214718868 2 | |||||
| 3353 | Pu blic Const ExportMis singSoluti onError As Integer = CInt(&H80 048037) ' -214718868 1 | |||||
| 3354 | Pu blic Const ImportSol utionManag edError As Integer = CInt(&H80 048038) ' -214718868 0 | |||||
| 3355 | Pu blic Const ImportOpt ionSetAttr ibuteError As Intege r = CInt(& H80048039) ' -214718 8679 | |||||
| 3356 | Pu blic Const ImportSol utionManag edToUnmana gedMismatc h As Integ er = CInt( &H80048040 ) ' -21471 88672 | |||||
| 3357 | Pu blic Const ImportSol utionUnman agedToMana gedMismatc h As Integ er = CInt( &H80048041 ) ' -21471 88671 | |||||
| 3358 | Pu blic Const ImportSol utionIsvCo nfigWarnin g As Integ er = CInt( &H80048042 ) ' -21471 88670 | |||||
| 3359 | Pu blic Const ImportSol utionSiteM apWarning As Integer = CInt(&H 80048043) ' -2147188 669 | |||||
| 3360 | Pu blic Const ImportSol utionOrgan izationSet tingsWarni ng As Inte ger = CInt (&H8004804 4) ' -2147 188668 | |||||
| 3361 | Pu blic Const ImportExp ortDepreca tedError A s Integer = CInt(&H8 0048045) ' -21471886 67 | |||||
| 3362 | Pu blic Const ImportSys temSolutio nError As Integer = CInt(&H800 48046) ' - 2147188666 | |||||
| 3363 | Pu blic Const ImportTra nslationMi ssingSolut ionError A s Integer = CInt(&H8 0048047) ' -21471886 65 | |||||
| 3364 | Pu blic Const ExportDef aultAsPack agedError As Integer = CInt(&H 80048048) ' -2147188 664 | |||||
| 3365 | Pu blic Const ImportDef aultAsPack ageError A s Integer = CInt(&H8 0048049) ' -21471886 63 | |||||
| 3366 | Pu blic Const ImportCus tomization sBadZipFil eError As Integer = CInt(&H800 48060) ' - 2147188640 | |||||
| 3367 | Pu blic Const ImportTra nslationsB adZipFileE rror As In teger = CI nt(&H80048 061) ' -21 47188639 | |||||
| 3368 | Pu blic Const ImportAtt ributeName Error As I nteger = C Int(&H8004 8062) ' -2 147188638 | |||||
| 3369 | Pu blic Const ImportFie ldSecurity ProfileIsS ecuredMiss ingError A s Integer = CInt(&H8 0048063) ' -21471886 37 | |||||
| 3370 | Pu blic Const ImportFie ldSecurity ProfileAtt ributesMis singError As Integer = CInt(&H 80048064) ' -2147188 636 | |||||
| 3371 | Pu blic Const ImportFil eSignature Invalid As Integer = CInt(&H80 048065) ' -214718863 5 | |||||
| 3372 | Pu blic Const ImportSol utionPacka geNotValid As Intege r = CInt(& H80048066) ' -214718 8634 | |||||
| 3373 | Pu blic Const ImportSol utionPacka geNeedsUpg rade As In teger = CI nt(&H80048 067) ' -21 47188633 | |||||
| 3374 | Pu blic Const ImportSol utionPacka geInvalidS olutionPac kageVersio n As Integ er = CInt( &H80048068 ) ' -21471 88632 | |||||
| 3375 | Pu blic Const ImportSol utionPacka geMinimumV ersionNeed ed As Inte ger = CInt (&H1) ' 1 | |||||
| 3376 | Pu blic Const ImportSol utionPacka geRequires OptInAvail able As In teger = CI nt(&H80048 069) ' -21 47188631 | |||||
| 3377 | Pu blic Const ImportSol utionPacka geRequires OptInNotAv ailable As Integer = CInt(&H80 04806a) ' -214718863 0 | |||||
| 3378 | Pu blic Const ImportSdk MessagesEr ror As Int eger = CIn t(&H800480 16) ' -214 7188714 | |||||
| 3379 | Pu blic Const ImportEma ilTemplate PersonalEr ror As Int eger = CIn t(&H800480 14) ' -214 7188716 | |||||
| 3380 | Pu blic Const ImportNon WellFormed FileError As Integer = CInt(&H 80048013) ' -2147188 717 | |||||
| 3381 | Pu blic Const ImportPlu ginTypesEr ror As Int eger = CIn t(&H800480 12) ' -214 7188718 | |||||
| 3382 | Pu blic Const ImportSit eMapError As Integer = CInt(&H 80048011) ' -2147188 719 | |||||
| 3383 | Pu blic Const ImportMap pingsMissi ngEntityMa pError As Integer = CInt(&H800 48010) ' - 2147188720 | |||||
| 3384 | Pu blic Const ImportMap pingsSyste mMapError As Integer = CInt(&H 8004800f) ' -2147188 721 | |||||
| 3385 | Pu blic Const ImportIsv ConfigErro r As Integ er = CInt( &H8004800e ) ' -21471 88722 | |||||
| 3386 | Pu blic Const ImportArt icleTempla teError As Integer = CInt(&H80 04800d) ' -214718872 3 | |||||
| 3387 | Pu blic Const ImportEma ilTemplate Error As I nteger = C Int(&H8004 800c) ' -2 147188724 | |||||
| 3388 | Pu blic Const ImportCon tractTempl ateError A s Integer = CInt(&H8 004800b) ' -21471887 25 | |||||
| 3389 | Pu blic Const ImportRel ationshipR oleMapsErr or As Inte ger = CInt (&H8004800 a) ' -2147 188726 | |||||
| 3390 | Pu blic Const ImportRel ationshipR olesError As Integer = CInt(&H 80048009) ' -2147188 727 | |||||
| 3391 | Pu blic Const ImportRel ationshipR olesPrivil egeError A s Integer = CInt(&H8 004802f) ' -21471886 89 | |||||
| 3392 | Pu blic Const ImportEnt ityNameMis matchError As Intege r = CInt(& H80048008) ' -214718 8728 | |||||
| 3393 | Pu blic Const ImportFor mXmlError As Integer = CInt(&H 80048007) ' -2147188 729 | |||||
| 3394 | Pu blic Const ImportFie ldXmlError As Intege r = CInt(& H80048006) ' -214718 8730 | |||||
| 3395 | Pu blic Const ImportSav edQueryExi stingError As Intege r = CInt(& H80048005) ' -214718 8731 | |||||
| 3396 | Pu blic Const ImportSav edQueryOtc MismatchEr ror As Int eger = CIn t(&H800480 04) ' -214 7188732 | |||||
| 3397 | Pu blic Const ImportEnt ityCustomR esourcesNe wStringErr or As Inte ger = CInt (&H8004800 3) ' -2147 188733 | |||||
| 3398 | Pu blic Const ImportEnt ityCustomR esourcesEr ror As Int eger = CIn t(&H800480 02) ' -214 7188734 | |||||
| 3399 | Pu blic Const ImportEnt ityIconErr or As Inte ger = CInt (&H8004800 1) ' -2147 188735 | |||||
| 3400 | Pu blic Const ImportSav edQueryDel etedError As Integer = CInt(&H 8004801b) ' -2147188 709 | |||||
| 3401 | Pu blic Const ImportEnt itySystemU serOnPremi seMismatch Error As I nteger = C Int(&H8004 8024) ' -2 147188700 | |||||
| 3402 | Pu blic Const ImportEnt itySystemU serLiveMis matchError As Intege r = CInt(& H80048025) ' -214718 8699 | |||||
| 3403 | Pu blic Const ImportLan guagesIgno redError A s Integer = CInt(&H8 0048026) ' -21471886 98 | |||||
| 3404 | Pu blic Const ImportInv alidFileEr ror As Int eger = CIn t(&H800480 00) ' -214 7188736 | |||||
| 3405 | Pu blic Const ImportXsd Validation Error As I nteger = C Int(&H8004 801a) ' -2 147188710 | |||||
| 3406 | Pu blic Const ImportInv alidXmlErr or As Inte ger = CInt (&H8004802 c) ' -2147 188692 | |||||
| 3407 | Pu blic Const ImportWro ngPublishe rError As Integer = CInt(&H800 4801c) ' - 2147188708 | |||||
| 3408 | Pu blic Const ImportMis singDepend enciesErro r As Integ er = CInt( &H8004801d ) ' -21471 88707 | |||||
| 3409 | Pu blic Const ImportGen ericError As Integer = CInt(&H 8004801e) ' -2147188 706 | |||||
| 3410 | Pu blic Const ImportMis singCompon ent As Int eger = CIn t(&H800480 1f) ' -214 7188705 | |||||
| 3411 | Pu blic Const ImportMis singRootCo mponentEnt ry As Inte ger = CInt (&H8004803 a) ' -2147 188678 | |||||
| 3412 | Pu blic Const Unmanaged ComponentP arentsMana gedCompone nt As Inte ger = CInt (&H8004803 b) ' -2147 188677 | |||||
| 3413 | Pu blic Const FailedToG etNetworkS erviceName As Intege r = CInt(& H80047103) ' -214719 2573 | |||||
| 3414 | Pu blic Const CustomPar entingSyst emNotSuppo rted As In teger = CI nt(&H80047 102) ' -21 47192574 | |||||
| 3415 | Pu blic Const InvalidFo rmatParame ters As In teger = CI nt(&H80047 101) ' -21 47192575 | |||||
| 3416 | Pu blic Const InvalidHi erarchical Relationsh ip As Inte ger = CInt (&H8004701 f) ' -2147 192801 | |||||
| 3417 | Pu blic Const MissingHi erarchical Relationsh ipForOpera tor As Int eger = CIn t(&H800470 20) ' -214 7192800 | |||||
| 3418 | Pu blic Const Duplicate PrimaryNam eAttribute As Intege r = CInt(& H8004701e) ' -214719 2802 | |||||
| 3419 | Pu blic Const Configura tionPageNo tValidForS olution As Integer = CInt(&H80 04701d) ' -214719280 3 | |||||
| 3420 | Pu blic Const SolutionC onfigurati onPageMust BeHtmlWebR esource As Integer = CInt(&H80 04701c) ' -214719280 4 | |||||
| 3421 | Pu blic Const InvalidSo lutionConf igurationP age As Int eger = CIn t(&H800470 1b) ' -214 7192805 | |||||
| 3422 | Pu blic Const InvalidHi erarchical Relationsh ipChange A s Integer = CInt(&H8 004701a) ' -21471928 06 | |||||
| 3423 | Pu blic Const InvalidLa nguageForS olution As Integer = CInt(&H80 047019) ' -214719280 7 | |||||
| 3424 | Pu blic Const CannotHav eDuplicate Yomi As In teger = CI nt(&H80047 018) ' -21 47192808 | |||||
| 3425 | Pu blic Const SavedQuer yIsNotCust omizable A s Integer = CInt(&H8 0047017) ' -21471928 09 | |||||
| 3426 | Pu blic Const CannotDel eteChildAt tribute As Integer = CInt(&H80 047016) ' -214719281 0 | |||||
| 3427 | Pu blic Const EntityHas NoStateCod e As Integ er = CInt( &H80047015 ) ' -21471 92811 | |||||
| 3428 | Pu blic Const NoAttribu tesForEnti tyCreate A s Integer = CInt(&H8 0047014) ' -21471928 12 | |||||
| 3429 | Pu blic Const Duplicate AttributeS chemaName As Integer = CInt(&H 80047013) ' -2147192 813 | |||||
| 3430 | Pu blic Const Duplicate DisplayCol lectionNam e As Integ er = CInt( &H80047012 ) ' -21471 92814 | |||||
| 3431 | Pu blic Const Duplicate DisplayNam e As Integ er = CInt( &H80047011 ) ' -21471 92815 | |||||
| 3432 | Pu blic Const Duplicate Name As In teger = CI nt(&H80047 010) ' -21 47192816 | |||||
| 3433 | Pu blic Const InvalidRe lationship Type As In teger = CI nt(&H80047 00f) ' -21 47192817 | |||||
| 3434 | Pu blic Const InvalidPr imaryField Type As In teger = CI nt(&H80047 00e) ' -21 47192818 | |||||
| 3435 | Pu blic Const InvalidOw nershipTyp eMask As I nteger = C Int(&H8004 700d) ' -2 147192819 | |||||
| 3436 | Pu blic Const InvalidDi splayName As Integer = CInt(&H 8004700c) ' -2147192 820 | |||||
| 3437 | Pu blic Const InvalidSc hemaName A s Integer = CInt(&H8 004700b) ' -21471928 21 | |||||
| 3438 | Pu blic Const Relations hipIsNotCu stomRelati onship As Integer = CInt(&H800 4700a) ' - 2147192822 | |||||
| 3439 | Pu blic Const Attribute IsNotCusto mAttribute As Intege r = CInt(& H80047009) ' -214719 2823 | |||||
| 3440 | Pu blic Const EntityIsN otCustomiz able As In teger = CI nt(&H80047 008) ' -21 47192824 | |||||
| 3441 | Pu blic Const MultipleP arentsNotS upported A s Integer = CInt(&H8 0047007) ' -21471928 25 | |||||
| 3442 | Pu blic Const CannotCre ateActivit yRelations hip As Int eger = CIn t(&H800470 06) ' -214 7192826 | |||||
| 3443 | Pu blic Const CyclicalR elationshi p As Integ er = CInt( &H80047004 ) ' -21471 92828 | |||||
| 3444 | Pu blic Const InvalidRe lationship Descriptio n As Integ er = CInt( &H80047003 ) ' -21471 92829 | |||||
| 3445 | Pu blic Const CannotDel etePrimary UIAttribut e As Integ er = CInt( &H80047002 ) ' -21471 92830 | |||||
| 3446 | Pu blic Const RowGuidIs NotValidNa me As Inte ger = CInt (&H8004700 1) ' -2147 192831 | |||||
| 3447 | Pu blic Const FailedToS cheduleAct ivity As I nteger = C Int(&H8004 7000) ' -2 147192832 | |||||
| 3448 | Pu blic Const CannotDel eteLastEma ilAttribut e As Integ er = CInt( &H80046fff ) ' -21471 92833 | |||||
| 3449 | Pu blic Const SystemAtt ributeMap As Integer = CInt(&H 80046205) ' -2147196 411 | |||||
| 3450 | Pu blic Const UpdateAtt ributeMap As Integer = CInt(&H 80046204) ' -2147196 412 | |||||
| 3451 | Pu blic Const InvalidAt tributeMap As Intege r = CInt(& H80046203) ' -214719 6413 | |||||
| 3452 | Pu blic Const SystemEnt ityMap As Integer = CInt(&H800 46202) ' - 2147196414 | |||||
| 3453 | Pu blic Const UpdateEnt ityMap As Integer = CInt(&H800 46201) ' - 2147196415 | |||||
| 3454 | Pu blic Const NonMappab leEntity A s Integer = CInt(&H8 0046200) ' -21471964 16 | |||||
| 3455 | Pu blic Const unManaged idsCallout Exception As Integer = CInt(&H 80045f05) ' -2147197 179 | |||||
| 3456 | Pu blic Const unManaged idscallout invalideve nt As Inte ger = CInt (&H80045f0 4) ' -2147 197180 | |||||
| 3457 | Pu blic Const unManaged idscallout invalidcon fig As Int eger = CIn t(&H80045f 03) ' -214 7197181 | |||||
| 3458 | Pu blic Const unManaged idscallout isvstop As Integer = CInt(&H80 045f02) ' -214719718 2 | |||||
| 3459 | Pu blic Const unManaged idscallout isvabort A s Integer = CInt(&H8 0045f01) ' -21471971 83 | |||||
| 3460 | Pu blic Const unManaged idscallout isvexcepti on As Inte ger = CInt (&H80045f0 0) ' -2147 197184 | |||||
| 3461 | Pu blic Const unManaged idscustome ntityambig uousrelati onship As Integer = CInt(&H800 4590d) ' - 2147198707 | |||||
| 3462 | Pu blic Const unManaged idscustome ntitynorel ationship As Integer = CInt(&H 8004590c) ' -2147198 708 | |||||
| 3463 | Pu blic Const unManaged idscustome ntityparen tchildiden tical As I nteger = C Int(&H8004 590b) ' -2 147198709 | |||||
| 3464 | Pu blic Const unManaged idscustome ntityinval idparent A s Integer = CInt(&H8 004590a) ' -21471987 10 | |||||
| 3465 | Pu blic Const unManaged idscustome ntityinval idchild As Integer = CInt(&H80 045909) ' -214719871 1 | |||||
| 3466 | Pu blic Const unManaged idscustome ntitywould createloop As Intege r = CInt(& H80045908) ' -214719 8712 | |||||
| 3467 | Pu blic Const unManaged idscustome ntityexist ingloop As Integer = CInt(&H80 045907) ' -214719871 3 | |||||
| 3468 | Pu blic Const unManaged idscustome ntitystack underflow As Integer = CInt(&H 80045906) ' -2147198 714 | |||||
| 3469 | Pu blic Const unManaged idscustome ntitystack overflow A s Integer = CInt(&H8 0045905) ' -21471987 15 | |||||
| 3470 | Pu blic Const unManaged idscustome ntitytlsfa ilure As I nteger = C Int(&H8004 5904) ' -2 147198716 | |||||
| 3471 | Pu blic Const unManaged idscustome ntityinval idownershi p As Integ er = CInt( &H80045903 ) ' -21471 98717 | |||||
| 3472 | Pu blic Const unManaged idscustome ntitynotin itialized As Integer = CInt(&H 80045902) ' -2147198 718 | |||||
| 3473 | Pu blic Const unManaged idscustome ntityalrea dyinitiali zed As Int eger = CIn t(&H800459 01) ' -214 7198719 | |||||
| 3474 | Pu blic Const unManaged idscustome ntitynamev iolation A s Integer = CInt(&H8 0045900) ' -21471987 20 | |||||
| 3475 | Pu blic Const unManaged idscascade unexpected error As I nteger = C Int(&H8004 5603) ' -2 147199485 | |||||
| 3476 | Pu blic Const unManaged idscascade emptylinke rror As In teger = CI nt(&H80045 602) ' -21 47199486 | |||||
| 3477 | Pu blic Const unManaged idscascade undefinedr elationerr or As Inte ger = CInt (&H8004560 1) ' -2147 199487 | |||||
| 3478 | Pu blic Const unManaged idscascade inconsiste ncyerror A s Integer = CInt(&H8 0045600) ' -21471994 88 | |||||
| 3479 | Pu blic Const MergeLoss OfParentin gWarning A s Integer = CInt(&H8 0045317) ' -21472002 33 | |||||
| 3480 | Pu blic Const MergeDiff erentlyPar entedWarni ng As Inte ger = CInt (&H8004531 6) ' -2147 200234 | |||||
| 3481 | Pu blic Const MergeEnti tiesIdenti calError A s Integer = CInt(&H8 0045305) ' -21472002 51 | |||||
| 3482 | Pu blic Const MergeEnti tyNotActiv eError As Integer = CInt(&H800 45304) ' - 2147200252 | |||||
| 3483 | Pu blic Const unManaged idsmergedi fferentbiz orgerror A s Integer = CInt(&H8 0045303) ' -21472002 53 | |||||
| 3484 | Pu blic Const MergeActi veQuoteErr or As Inte ger = CInt (&H8004530 2) ' -2147 200254 | |||||
| 3485 | Pu blic Const MergeSecu rityError As Integer = CInt(&H 80045301) ' -2147200 255 | |||||
| 3486 | Pu blic Const MergeCycl icalParent ingError A s Integer = CInt(&H8 0045300) ' -21472002 56 | |||||
| 3487 | Pu blic Const unManaged idscalenda rruledoesn otexist As Integer = CInt(&H80 045100) ' -214720076 8 | |||||
| 3488 | Pu blic Const unManaged idscalenda rinvalidca lendar As Integer = CInt(&H800 44d00) ' - 2147201792 | |||||
| 3489 | Pu blic Const Attachmen tInvalidFi leName As Integer = CInt(&H800 44a08) ' - 2147202552 | |||||
| 3490 | Pu blic Const unManaged idsattachm entcannott runcatetem pfile As I nteger = C Int(&H8004 4a07) ' -2 147202553 | |||||
| 3491 | Pu blic Const unManaged idsattachm entcannotu nmaptempfi le As Inte ger = CInt (&H80044a0 6) ' -2147 202554 | |||||
| 3492 | Pu blic Const unManaged idsattachm entcannotc reatetempf ile As Int eger = CIn t(&H80044a 05) ' -214 7202555 | |||||
| 3493 | Pu blic Const unManaged idsattachm entisempty As Intege r = CInt(& H80044a04) ' -214720 2556 | |||||
| 3494 | Pu blic Const unManaged idsattachm entcannotr eadtempfil e As Integ er = CInt( &H80044a03 ) ' -21472 02557 | |||||
| 3495 | Pu blic Const unManaged idsattachm entinvalid filesize A s Integer = CInt(&H8 0044a02) ' -21472025 58 | |||||
| 3496 | Pu blic Const unManaged idsattachm entcannotg etfilesize As Intege r = CInt(& H80044a01) ' -214720 2559 | |||||
| 3497 | Pu blic Const unManaged idsattachm entcannoto pentempfil e As Integ er = CInt( &H80044a00 ) ' -21472 02560 | |||||
| 3498 | Pu blic Const unManaged idscustomi zationtran sformation notsupport ed As Inte ger = CInt (&H8004470 0) ' -2147 203328 | |||||
| 3499 | Pu blic Const ContractD etailDisco untAmountA ndPercent As Integer = CInt(&H 80044414) ' -2147204 076 | |||||
| 3500 | Pu blic Const ContractD etailDisco untAmount As Integer = CInt(&H 80044413) ' -2147204 077 | |||||
| 3501 | Pu blic Const ContractD etailDisco untPercent As Intege r = CInt(& H80044412) ' -214720 4078 | |||||
| 3502 | Pu blic Const IncidentI sAlreadyCl osedOrCanc elled As I nteger = C Int(&H8004 4411) ' -2 147204079 | |||||
| 3503 | Pu blic Const unManaged idsinciden tparentacc ountandpar entcontact notpresent As Intege r = CInt(& H80044410) ' -214720 4080 | |||||
| 3504 | Pu blic Const unManaged idsinciden tparentacc ountandpar entcontact present As Integer = CInt(&H80 04440f) ' -214720408 1 | |||||
| 3505 | Pu blic Const IncidentC annotCance l As Integ er = CInt( &H8004440e ) ' -21472 04082 | |||||
| 3506 | Pu blic Const IncidentI nvalidCont ractLineSt ateForCrea te As Inte ger = CInt (&H8004440 d) ' -2147 204083 | |||||
| 3507 | Pu blic Const IncidentN ullSpentTi meOrBilled As Intege r = CInt(& H8004440c) ' -214720 4084 | |||||
| 3508 | Pu blic Const IncidentI nvalidAllo tmentType As Integer = CInt(&H 8004440b) ' -2147204 085 | |||||
| 3509 | Pu blic Const unManaged idsinciden tcannotclo se As Inte ger = CInt (&H8004440 a) ' -2147 204086 | |||||
| 3510 | Pu blic Const IncidentM issingActi vityRegard ingObject As Integer = CInt(&H 80044409) ' -2147204 087 | |||||
| 3511 | Pu blic Const unManaged idsinciden tmissingac tivityobje cttype As Integer = CInt(&H800 44408) ' - 2147204088 | |||||
| 3512 | Pu blic Const unManaged idsinciden tnullactiv itytypecod e As Integ er = CInt( &H80044407 ) ' -21472 04089 | |||||
| 3513 | Pu blic Const unManaged idsinciden tinvalidac tivitytype code As In teger = CI nt(&H80044 406) ' -21 47204090 | |||||
| 3514 | Pu blic Const unManaged idsinciden tassociate dactivityc orrupted A s Integer = CInt(&H8 0044405) ' -21472040 91 | |||||
| 3515 | Pu blic Const unManaged idsinciden tinvalidst ate As Int eger = CIn t(&H800444 04) ' -214 7204092 | |||||
| 3516 | Pu blic Const IncidentC ontractDoe sNotHaveAl lotments A s Integer = CInt(&H8 0044403) ' -21472040 93 | |||||
| 3517 | Pu blic Const unManaged idsinciden tcontractd etaildoesn otmatchcon tract As I nteger = C Int(&H8004 4402) ' -2 147204094 | |||||
| 3518 | Pu blic Const IncidentM issingCont ractDetail As Intege r = CInt(& H80044401) ' -214720 4095 | |||||
| 3519 | Pu blic Const IncidentI nvalidCont ractStateF orCreate A s Integer = CInt(&H8 0044400) ' -21472040 96 | |||||
| 3520 | Pu blic Const InvalidPr imaryConta ctBasedOnA ccount As Integer = CInt(&H800 4f864) ' - 2147157916 | |||||
| 3521 | Pu blic Const InvalidPr imaryConta ctBasedOnC ontact As Integer = CInt(&H800 4f865) ' - 2147157915 | |||||
| 3522 | Pu blic Const InvalidEn titlementF orSelected CustomerOr Product As Integer = CInt(&H80 04f866) ' -214715791 4 | |||||
| 3523 | Pu blic Const InvalidEn titlementC ontacts As Integer = CInt(&H80 044207) ' -214720460 1 | |||||
| 3524 | Pu blic Const Entitleme ntAlreadyI nCanceledS tate As In teger = CI nt(&H80044 208) ' -21 47204600 | |||||
| 3525 | Pu blic Const DisabledC RMGoingOff line As In teger = CI nt(&H80044 200) ' -21 47204608 | |||||
| 3526 | Pu blic Const DisabledC RMGoingOnl ine As Int eger = CIn t(&H800442 01) ' -214 7204607 | |||||
| 3527 | Pu blic Const DisabledC RMAddinLoa dFailure A s Integer = CInt(&H8 0044202) ' -21472046 06 | |||||
| 3528 | Pu blic Const DisabledC RMClientVe rsionLower As Intege r = CInt(& H80044203) ' -214720 4605 | |||||
| 3529 | Pu blic Const DisabledC RMClientVe rsionHighe r As Integ er = CInt( &H80044204 ) ' -21472 04604 | |||||
| 3530 | Pu blic Const DisabledC RMPostOffl ineUpgrade As Intege r = CInt(& H80044205) ' -214720 4603 | |||||
| 3531 | Pu blic Const DisabledC RMOnlineCr mNotAvaila ble As Int eger = CIn t(&H800442 06) ' -214 7204602 | |||||
| 3532 | Pu blic Const GoOffline MetadataVe rsionsMism atch As In teger = CI nt(&H80044 220) ' -21 47204576 | |||||
| 3533 | Pu blic Const GoOffline GetBCPFile Exception As Integer = CInt(&H 80044221) ' -2147204 575 | |||||
| 3534 | Pu blic Const GoOffline DbSizeLimi t As Integ er = CInt( &H80044222 ) ' -21472 04574 | |||||
| 3535 | Pu blic Const GoOffline ServerFail edGenerate BCPFile As Integer = CInt(&H80 044223) ' -214720457 3 | |||||
| 3536 | Pu blic Const GoOffline BCPFileSiz e As Integ er = CInt( &H80044224 ) ' -21472 04572 | |||||
| 3537 | Pu blic Const GoOffline FailedMove Data As In teger = CI nt(&H80044 225) ' -21 47204571 | |||||
| 3538 | Pu blic Const GoOffline FailedPrep areMsde As Integer = CInt(&H80 044226) ' -214720457 0 | |||||
| 3539 | Pu blic Const GoOffline FailedRelo adMetadata Cache As I nteger = C Int(&H8004 4227) ' -2 147204569 | |||||
| 3540 | Pu blic Const DoNotTrac kItem As I nteger = C Int(&H8004 4228) ' -2 147204568 | |||||
| 3541 | Pu blic Const GoOffline FileWasDel eted As In teger = CI nt(&H80044 229) ' -21 47204567 | |||||
| 3542 | Pu blic Const GoOffline EmptyFileF orDelete A s Integer = CInt(&H8 0044230) ' -21472045 60 | |||||
| 3543 | Pu blic Const InvalidFo rOfficeGra ph As Inte ger = CInt (&H8004423 1) ' -2147 204559 | |||||
| 3544 | Pu blic Const TrendingD ocumentsOn premiseDep loymentErr or As Inte ger = CInt (&H8004423 2) ' -2147 204558 | |||||
| 3545 | Pu blic Const TrendingD ocumentsIn tegrationD isabledErr or As Inte ger = CInt (&H8004423 3) ' -2147 204557 | |||||
| 3546 | Pu blic Const TrendingD ocumentsDa taRetrieva lFailure A s Integer = CInt(&H8 0044234) ' -21472045 56 | |||||
| 3547 | Pu blic Const Relations hipNotCrea tedForOffi ceGraphErr or As Inte ger = CInt (&H8004423 5) ' -2147 204555 | |||||
| 3548 | Pu blic Const Relations hipNotUpda tedForOffi ceGraphErr or As Inte ger = CInt (&H8004423 6) ' -2147 204554 | |||||
| 3549 | Pu blic Const Attribute NotCreated ForOfficeG raphError As Integer = CInt(&H 80044237) ' -2147204 553 | |||||
| 3550 | Pu blic Const Attribute NotUpdated ForOfficeG raphError As Integer = CInt(&H 80044238) ' -2147204 552 | |||||
| 3551 | Pu blic Const OfficeGra phDisabled Error As I nteger = C Int(&H8004 4239) ' -2 147204551 | |||||
| 3552 | Pu blic Const BaseAttri buteNameNo tPresentEr ror As Int eger = CIn t(&H800442 40) ' -214 7204544 | |||||
| 3553 | Pu blic Const OperatorC odeNotPres entError A s Integer = CInt(&H8 0044241) ' -21472045 43 | |||||
| 3554 | Pu blic Const InvalidBa seAttribut eError As Integer = CInt(&H800 44242) ' - 2147204542 | |||||
| 3555 | Pu blic Const MatchingA ttributeNa meNotNullE rror As In teger = CI nt(&H80044 243) ' -21 47204541 | |||||
| 3556 | Pu blic Const InvalidMa tchingAttr ibuteError As Intege r = CInt(& H80044244) ' -214720 4540 | |||||
| 3557 | Pu blic Const BaseMatch ingAttribu teNotSameE rror As In teger = CI nt(&H80044 245) ' -21 47204539 | |||||
| 3558 | Pu blic Const InvalidOp eratorCode Error As I nteger = C Int(&H8004 4253) ' -2 147204525 | |||||
| 3559 | Pu blic Const InvalidSi milarityRu leStateErr or As Inte ger = CInt (&H8004425 4) ' -2147 204524 | |||||
| 3560 | Pu blic Const TrendingD ocumentsIn tegrationT urnedOffEr ror As Int eger = CIn t(&H800442 55) ' -214 7204523 | |||||
| 3561 | Pu blic Const OfficeGra phSiteNotC onfigured As Integer = CInt(&H 80044257) ' -2147204 521 | |||||
| 3562 | Pu blic Const TrendingD ocumentsOf flineModeE rror As In teger = CI nt(&H80044 258) ' -21 47204520 | |||||
| 3563 | Pu blic Const S2SNotCon figured As Integer = CInt(&H80 044259) ' -214720451 9 | |||||
| 3564 | Pu blic Const ClientVer sionTooLow As Intege r = CInt(& H80044500) ' -214720 3840 | |||||
| 3565 | Pu blic Const ClientVer sionTooHig h As Integ er = CInt( &H80044501 ) ' -21472 03839 | |||||
| 3566 | Pu blic Const Insuffici entAccessM ode As Int eger = CIn t(&H800445 02) ' -214 7203838 | |||||
| 3567 | Pu blic Const ClientSer verDateTim eMismatch As Integer = CInt(&H 80044503) ' -2147203 837 | |||||
| 3568 | Pu blic Const ClientSer verEmailAd dressMisma tch As Int eger = CIn t(&H800445 04) ' -214 7203836 | |||||
| 3569 | Pu blic Const Federated EndpointEr ror As Int eger = CIn t(&H800445 05) ' -214 7203835 | |||||
| 3570 | Pu blic Const Communica tionBlocke d As Integ er = CInt( &H80044506 ) ' -21472 03834 | |||||
| 3571 | Pu blic Const UserDoesN otHaveAcce ssToTheTen ant As Int eger = CIn t(&H800445 07) ' -214 7203833 | |||||
| 3572 | Pu blic Const Configure dUserIsDif ferentThan SuppliedUs er As Inte ger = CInt (&H8004450 8) ' -2147 203832 | |||||
| 3573 | Pu blic Const OutlookCl ientConfig ActionFail ed As Inte ger = CInt (&H8004450 9) ' -2147 203831 | |||||
| 3574 | Pu blic Const Organizat ionUIDepre cated As I nteger = C Int(&H8004 4159) ' -2 147204775 | |||||
| 3575 | Pu blic Const IsKitCann otBeNull A s Integer = CInt(&H8 0044158) ' -21472047 76 | |||||
| 3576 | Pu blic Const SqlMaxRec ursionExce eded As In teger = CI nt(&H80044 157) ' -21 47204777 | |||||
| 3577 | Pu blic Const unManaged idssqltime outerror A s Integer = CInt(&H8 0044151) ' -21472047 83 | |||||
| 3578 | Pu blic Const unManaged idssqlerro r As Integ er = CInt( &H80044150 ) ' -21472 04784 | |||||
| 3579 | Pu blic Const unManaged idsrcsynci nvalidfilt ererror As Integer = CInt(&H80 04410d) ' -214720485 1 | |||||
| 3580 | Pu blic Const unManaged idsrcsyncn otprimary As Integer = CInt(&H 80044111) ' -2147204 847 | |||||
| 3581 | Pu blic Const unManaged idsrcsyncn oprimary A s Integer = CInt(&H8 0044112) ' -21472048 46 | |||||
| 3582 | Pu blic Const unManaged idsrcsyncn oclient As Integer = CInt(&H80 044113) ' -214720484 5 | |||||
| 3583 | Pu blic Const unManaged idsrcsyncm ethodnone As Integer = CInt(&H 80044114) ' -2147204 844 | |||||
| 3584 | Pu blic Const unManaged idsrcsyncf ilternoacc ess As Int eger = CIn t(&H800441 0f) ' -214 7204849 | |||||
| 3585 | Pu blic Const InvalidOf flineOpera tion As In teger = CI nt(&H80044 10e) ' -21 47204850 | |||||
| 3586 | Pu blic Const unManaged idsrcsyncs qlgenerice rror As In teger = CI nt(&H80044 110) ' -21 47204848 | |||||
| 3587 | Pu blic Const unManaged idsrcsyncs qlpauseder ror As Int eger = CIn t(&H800441 0c) ' -214 7204852 | |||||
| 3588 | Pu blic Const unManaged idsrcsyncs qlstoppede rror As In teger = CI nt(&H80044 10b) ' -21 47204853 | |||||
| 3589 | Pu blic Const unManaged idsrcsyncs ubscriptio nowner As Integer = CInt(&H800 4410a) ' - 2147204854 | |||||
| 3590 | Pu blic Const unManaged idsrcsynci nvalidsubs cription A s Integer = CInt(&H8 0044109) ' -21472048 55 | |||||
| 3591 | Pu blic Const unManaged idsrcsyncs oapparseer ror As Int eger = CIn t(&H800441 08) ' -214 7204856 | |||||
| 3592 | Pu blic Const unManaged idsrcsyncs oapreaderr or As Inte ger = CInt (&H8004410 7) ' -2147 204857 | |||||
| 3593 | Pu blic Const unManaged idsrcsyncs oapfaulter ror As Int eger = CIn t(&H800441 06) ' -214 7204858 | |||||
| 3594 | Pu blic Const unManaged idsrcsyncs oapservere rror As In teger = CI nt(&H80044 105) ' -21 47204859 | |||||
| 3595 | Pu blic Const unManaged idsrcsyncs oapsendfai led As Int eger = CIn t(&H800441 04) ' -214 7204860 | |||||
| 3596 | Pu blic Const unManaged idsrcsyncs oapconnfai led As Int eger = CIn t(&H800441 03) ' -214 7204861 | |||||
| 3597 | Pu blic Const unManaged idsrcsyncs oapgenfail ed As Inte ger = CInt (&H8004410 2) ' -2147 204862 | |||||
| 3598 | Pu blic Const unManaged idsrcsyncm sxmlfailed As Intege r = CInt(& H80044101) ' -214720 4863 | |||||
| 3599 | Pu blic Const unManaged idsrcsynci nvalidsync time As In teger = CI nt(&H80044 100) ' -21 47204864 | |||||
| 3600 | Pu blic Const Attachmen tBlocked A s Integer = CInt(&H8 0043e09) ' -21472056 23 | |||||
| 3601 | Pu blic Const unManaged idsarticle templateis notactive As Integer = CInt(&H 80043e07) ' -2147205 625 | |||||
| 3602 | Pu blic Const unManaged idsfulltex toperation failed As Integer = CInt(&H800 43e06) ' - 2147205626 | |||||
| 3603 | Pu blic Const unManaged idsarticle templateco ntainsarti cles As In teger = CI nt(&H80043 e05) ' -21 47205627 | |||||
| 3604 | Pu blic Const unManaged idsqueueor ganization idnotmatch As Intege r = CInt(& H80043e04) ' -214720 5628 | |||||
| 3605 | Pu blic Const unManaged idsqueuemi ssingbusin essunitid As Integer = CInt(&H 80043e03) ' -2147205 629 | |||||
| 3606 | Pu blic Const SubjectDo esNotExist As Intege r = CInt(& H80043e02) ' -214720 5630 | |||||
| 3607 | Pu blic Const SubjectLo opBeingCre ated As In teger = CI nt(&H80043 e01) ' -21 47205631 | |||||
| 3608 | Pu blic Const SubjectLo opExists A s Integer = CInt(&H8 0043e00) ' -21472056 32 | |||||
| 3609 | Pu blic Const InvalidSu bmitFromUn approvedAr ticle As I nteger = C Int(&H8004 8dff) ' -2 147185153 | |||||
| 3610 | Pu blic Const InvalidUn publishFro mUnapprove dArticle A s Integer = CInt(&H8 0048dfe) ' -21471851 54 | |||||
| 3611 | Pu blic Const InvalidAp proveFromD raftArticl e As Integ er = CInt( &H80048dfd ) ' -21471 85155 | |||||
| 3612 | Pu blic Const InvalidUn publishFro mDraftArti cle As Int eger = CIn t(&H80048d fc) ' -214 7185156 | |||||
| 3613 | Pu blic Const InvalidAp proveFromP ublishedAr ticle As I nteger = C Int(&H8004 8dfb) ' -2 147185157 | |||||
| 3614 | Pu blic Const InvalidSu bmitFromPu blishedArt icle As In teger = CI nt(&H80048 dfa) ' -21 47185158 | |||||
| 3615 | Pu blic Const QuoteRevi seExisting ActiveQuot e As Integ er = CInt( &H80048d00 ) ' -21471 85408 | |||||
| 3616 | Pu blic Const BaseCurre ncyNotDele table As I nteger = C Int(&H8004 8cff) ' -2 147185409 | |||||
| 3617 | Pu blic Const CannotDel eteBaseMon eyCalculat ionAttribu te As Inte ger = CInt (&H80048cf e) ' -2147 185410 | |||||
| 3618 | Pu blic Const InvalidEx changeRate As Intege r = CInt(& H80048cfd) ' -214718 5411 | |||||
| 3619 | Pu blic Const InvalidCu rrency As Integer = CInt(&H800 48cfc) ' - 2147185412 | |||||
| 3620 | Pu blic Const CurrencyC annotBeNul lDueToNonN ullMoneyFi elds As In teger = CI nt(&H80048 cfb) ' -21 47185413 | |||||
| 3621 | Pu blic Const CannotUpd ateProduct Currency A s Integer = CInt(&H8 0048cfa) ' -21471854 14 | |||||
| 3622 | Pu blic Const InvalidPr iceLevelCu rrencyForP ricingMeth od As Inte ger = CInt (&H80048cf 9) ' -2147 185415 | |||||
| 3623 | Pu blic Const DiscountT ypeAndPric eLevelCurr encyNotEqu al As Inte ger = CInt (&H80048cf 8) ' -2147 185416 | |||||
| 3624 | Pu blic Const CurrencyR equiredFor DiscountTy peAmount A s Integer = CInt(&H8 0048cf7) ' -21471854 17 | |||||
| 3625 | Pu blic Const RecordAnd PricelistC urrencyNot Equal As I nteger = C Int(&H8004 8cf6) ' -2 147185418 | |||||
| 3626 | Pu blic Const ExchangeR ateOfBaseC urrencyNot Updatable As Integer = CInt(&H 80048cf5) ' -2147185 419 | |||||
| 3627 | Pu blic Const BaseCurre ncyCannotB eDeactivat ed As Inte ger = CInt (&H80048cf 4) ' -2147 185420 | |||||
| 3628 | Pu blic Const Duplicate IsoCurrenc yCode As I nteger = C Int(&H8004 8cf3) ' -2 147185421 | |||||
| 3629 | Pu blic Const InvalidIs oCurrencyC ode As Int eger = CIn t(&H80048c f2) ' -214 7185422 | |||||
| 3630 | Pu blic Const Percentag eDiscountC annotHaveC urrency As Integer = CInt(&H80 048cf1) ' -214718542 3 | |||||
| 3631 | Pu blic Const RecordAnd Opportunit yCurrencyN otEqual As Integer = CInt(&H80 048cef) ' -214718542 5 | |||||
| 3632 | Pu blic Const QuoteAndS alesOrderC urrencyNot Equal As I nteger = C Int(&H8004 8cee) ' -2 147185426 | |||||
| 3633 | Pu blic Const SalesOrde rAndInvoic eCurrencyN otEqual As Integer = CInt(&H80 048ced) ' -214718542 7 | |||||
| 3634 | Pu blic Const BaseCurre ncyOverflo w As Integ er = CInt( &H80048cec ) ' -21471 85428 | |||||
| 3635 | Pu blic Const BaseCurre ncyUnderfl ow As Inte ger = CInt (&H80048ce b) ' -2147 185429 | |||||
| 3636 | Pu blic Const CurrencyN otEqual As Integer = CInt(&H80 048cea) ' -214718543 0 | |||||
| 3637 | Pu blic Const UnitNoNam e As Integ er = CInt( &H80043b26 ) ' -21472 06362 | |||||
| 3638 | Pu blic Const unManaged idsinvoice closeapide precated A s Integer = CInt(&H8 0043b25) ' -21472063 63 | |||||
| 3639 | Pu blic Const ProductDo esNotExist As Intege r = CInt(& H80043b24) ' -214720 6364 | |||||
| 3640 | Pu blic Const ProductKi tLoopBeing Created As Integer = CInt(&H80 043b23) ' -214720636 5 | |||||
| 3641 | Pu blic Const ProductKi tLoopExist s As Integ er = CInt( &H80043b22 ) ' -21472 06366 | |||||
| 3642 | Pu blic Const DiscountP ercent As Integer = CInt(&H800 43b21) ' - 2147206367 | |||||
| 3643 | Pu blic Const DiscountA mount As I nteger = C Int(&H8004 3b20) ' -2 147206368 | |||||
| 3644 | Pu blic Const DiscountA mountAndPe rcent As I nteger = C Int(&H8004 3b1f) ' -2 147206369 | |||||
| 3645 | Pu blic Const EntityIsU nlocked As Integer = CInt(&H80 043b1e) ' -214720637 0 | |||||
| 3646 | Pu blic Const EntityIsL ocked As I nteger = C Int(&H8004 3b1d) ' -2 147206371 | |||||
| 3647 | Pu blic Const BaseUnitD oesNotExis t As Integ er = CInt( &H80043b1c ) ' -21472 06372 | |||||
| 3648 | Pu blic Const UnitDoesN otExist As Integer = CInt(&H80 043b1b) ' -214720637 3 | |||||
| 3649 | Pu blic Const UnitLoopB eingCreate d As Integ er = CInt( &H80043b1a ) ' -21472 06374 | |||||
| 3650 | Pu blic Const UnitLoopE xists As I nteger = C Int(&H8004 3b19) ' -2 147206375 | |||||
| 3651 | Pu blic Const QuantityR eadonly As Integer = CInt(&H80 043b18) ' -214720637 6 | |||||
| 3652 | Pu blic Const BaseUnitN otNull As Integer = CInt(&H800 43b17) ' - 2147206377 | |||||
| 3653 | Pu blic Const UnitNotIn Schedule A s Integer = CInt(&H8 0043b16) ' -21472063 78 | |||||
| 3654 | Pu blic Const MissingOp portunityI d As Integ er = CInt( &H80043b15 ) ' -21472 06379 | |||||
| 3655 | Pu blic Const ProductIn validUnit As Integer = CInt(&H 80043b14) ' -2147206 380 | |||||
| 3656 | Pu blic Const ProductMi ssingUomSh eduleId As Integer = CInt(&H80 043b13) ' -214720638 1 | |||||
| 3657 | Pu blic Const MissingPr iceLevelId As Intege r = CInt(& H80043b12) ' -214720 6382 | |||||
| 3658 | Pu blic Const MissingPr oductId As Integer = CInt(&H80 043b11) ' -214720638 3 | |||||
| 3659 | Pu blic Const InvalidPr icePerUnit As Intege r = CInt(& H80043b10) ' -214720 6384 | |||||
| 3660 | Pu blic Const PriceLeve lNameExist s As Integ er = CInt( &H80043b0f ) ' -21472 06385 | |||||
| 3661 | Pu blic Const PriceLeve lNoName As Integer = CInt(&H80 043b0e) ' -214720638 6 | |||||
| 3662 | Pu blic Const MissingUo mId As Int eger = CIn t(&H80043b 0d) ' -214 7206387 | |||||
| 3663 | Pu blic Const ProductIn validPrice LevelPerce ntage As I nteger = C Int(&H8004 3b0c) ' -2 147206388 | |||||
| 3664 | Pu blic Const InvalidBa seUnit As Integer = CInt(&H800 43b0b) ' - 2147206389 | |||||
| 3665 | Pu blic Const MissingUo mScheduleI d As Integ er = CInt( &H80043b0a ) ' -21472 06390 | |||||
| 3666 | Pu blic Const ParentRea dOnly As I nteger = C Int(&H8004 3b09) ' -2 147206391 | |||||
| 3667 | Pu blic Const Duplicate ProductPri ceLevel As Integer = CInt(&H80 043b08) ' -214720639 2 | |||||
| 3668 | Pu blic Const ProductIn validQuant ityDecimal As Intege r = CInt(& H80043b07) ' -214720 6393 | |||||
| 3669 | Pu blic Const ProductPr oductNumbe rExists As Integer = CInt(&H80 043b06) ' -214720639 4 | |||||
| 3670 | Pu blic Const ProductNo ProductNum ber As Int eger = CIn t(&H80043b 05) ' -214 7206395 | |||||
| 3671 | Pu blic Const unManaged idscannotd eactivatep ricelevel As Integer = CInt(&H 80043b04) ' -2147206 396 | |||||
| 3672 | Pu blic Const BaseUnitN otDeletabl e As Integ er = CInt( &H80043b03 ) ' -21472 06397 | |||||
| 3673 | Pu blic Const DiscountR angeOverla p As Integ er = CInt( &H80043b02 ) ' -21472 06398 | |||||
| 3674 | Pu blic Const LowQuanti tyGreaterT hanHighQua ntity As I nteger = C Int(&H8004 3b01) ' -2 147206399 | |||||
| 3675 | Pu blic Const LowQuanti tyLessThan Zero As In teger = CI nt(&H80043 b00) ' -21 47206400 | |||||
| 3676 | Pu blic Const InvalidSu bstitutePr oduct As I nteger = C Int(&H8004 3aff) ' -2 147206401 | |||||
| 3677 | Pu blic Const InvalidKi tProduct A s Integer = CInt(&H8 0043afe) ' -21472064 02 | |||||
| 3678 | Pu blic Const InvalidKi t As Integ er = CInt( &H80043afd ) ' -21472 06403 | |||||
| 3679 | Pu blic Const InvalidQu antityDeci malCode As Integer = CInt(&H80 043afc) ' -214720640 4 | |||||
| 3680 | Pu blic Const CannotSpe cifyBothPr oductAndPr oductDesc As Integer = CInt(&H 80043afb) ' -2147206 405 | |||||
| 3681 | Pu blic Const CannotSpe cifyBothUo mAndProduc tDesc As I nteger = C Int(&H8004 3afa) ' -2 147206406 | |||||
| 3682 | Pu blic Const unManaged idsstatedo esnotexist As Intege r = CInt(& H80043af9) ' -214720 6407 | |||||
| 3683 | Pu blic Const FiscalSet tingsAlrea dyUpdated As Integer = CInt(&H 80043809) ' -2147207 159 | |||||
| 3684 | Pu blic Const unManaged idssalespe opleinvali dfiscalcal endartype As Integer = CInt(&H 80043808) ' -2147207 160 | |||||
| 3685 | Pu blic Const unManaged idssalespe opleinvali dfiscalper iodindex A s Integer = CInt(&H8 0043807) ' -21472071 61 | |||||
| 3686 | Pu blic Const SalesPeop leManagerN otAllowed As Integer = CInt(&H 80043805) ' -2147207 163 | |||||
| 3687 | Pu blic Const unManaged idssalespe opleinvali dterritory objecttype As Intege r = CInt(& H80043804) ' -214720 7164 | |||||
| 3688 | Pu blic Const SalesPeop leDuplicat eCalendarN otAllowed As Integer = CInt(&H 80043803) ' -2147207 165 | |||||
| 3689 | Pu blic Const unManaged idssalespe opleduplic atecalenda rfound As Integer = CInt(&H800 43802) ' - 2147207166 | |||||
| 3690 | Pu blic Const SalesPeop leEmptyEff ectiveDate As Intege r = CInt(& H80043801) ' -214720 7167 | |||||
| 3691 | Pu blic Const SalesPeop leEmptySal esPerson A s Integer = CInt(&H8 0043800) ' -21472071 68 | |||||
| 3692 | Pu blic Const InvalidNu mberGroupF ormat As I nteger = C Int(&H8004 3700) ' -2 147207424 | |||||
| 3693 | Pu blic Const BaseUomNa meNotSpeci fied As In teger = CI nt(&H80043 810) ' -21 47207152 | |||||
| 3694 | Pu blic Const InvalidAc tivityPart yAddress A s Integer = CInt(&H8 0043518) ' -21472079 12 | |||||
| 3695 | Pu blic Const FaxNoSupp ort As Int eger = CIn t(&H800435 17) ' -214 7207913 | |||||
| 3696 | Pu blic Const FaxNoData As Intege r = CInt(& H80043516) ' -214720 7914 | |||||
| 3697 | Pu blic Const InvalidPa rtyMapping As Intege r = CInt(& H80043515) ' -214720 7915 | |||||
| 3698 | Pu blic Const InvalidAc tivityXml As Integer = CInt(&H 80043514) ' -2147207 916 | |||||
| 3699 | Pu blic Const ActivityI nvalidObje ctTypeCode As Intege r = CInt(& H80043513) ' -214720 7917 | |||||
| 3700 | Pu blic Const ActivityI nvalidSess ionToken A s Integer = CInt(&H8 0043512) ' -21472079 18 | |||||
| 3701 | Pu blic Const FaxServic eNotRunnin g As Integ er = CInt( &H80043511 ) ' -21472 07919 | |||||
| 3702 | Pu blic Const FaxSendBl ocked As I nteger = C Int(&H8004 3510) ' -2 147207920 | |||||
| 3703 | Pu blic Const NoDialNum ber As Int eger = CIn t(&H800435 0f) ' -214 7207921 | |||||
| 3704 | Pu blic Const TooManyRe cipients A s Integer = CInt(&H8 004350e) ' -21472079 22 | |||||
| 3705 | Pu blic Const MissingRe cipient As Integer = CInt(&H80 04350d) ' -214720792 3 | |||||
| 3706 | Pu blic Const unManaged idsactivit ynotroutab le As Inte ger = CInt (&H8004350 b) ' -2147 207925 | |||||
| 3707 | Pu blic Const unManaged idsactivit ydurationd oesnotmatc h As Integ er = CInt( &H8004350a ) ' -21472 07926 | |||||
| 3708 | Pu blic Const unManaged idsactivit yinvaliddu ration As Integer = CInt(&H800 43509) ' - 2147207927 | |||||
| 3709 | Pu blic Const unManaged idsactivit yinvalidti meformat A s Integer = CInt(&H8 0043508) ' -21472079 28 | |||||
| 3710 | Pu blic Const unManaged idsactivit yinvalidre gardingobj ect As Int eger = CIn t(&H800435 07) ' -214 7207929 | |||||
| 3711 | Pu blic Const ActivityP artyObject TypeNotAll owed As In teger = CI nt(&H80043 506) ' -21 47207930 | |||||
| 3712 | Pu blic Const unManaged idsactivit yinvalidpa rtyobjectt ype As Int eger = CIn t(&H800435 05) ' -214 7207931 | |||||
| 3713 | Pu blic Const unManaged idsactivit ypartyobje ctidortype missing As Integer = CInt(&H80 043504) ' -214720793 2 | |||||
| 3714 | Pu blic Const unManaged idsactivit yinvalidob jecttype A s Integer = CInt(&H8 0043503) ' -21472079 33 | |||||
| 3715 | Pu blic Const unManaged idsactivit yobjectido rtypemissi ng As Inte ger = CInt (&H8004350 2) ' -2147 207934 | |||||
| 3716 | Pu blic Const unManaged idsactivit yinvalidty pe As Inte ger = CInt (&H8004350 1) ' -2147 207935 | |||||
| 3717 | Pu blic Const unManaged idsactivit yinvalidst ate As Int eger = CIn t(&H800435 00) ' -214 7207936 | |||||
| 3718 | Pu blic Const ContractI nvalidDate sForRenew As Integer = CInt(&H 80043218) ' -2147208 680 | |||||
| 3719 | Pu blic Const unManaged idscontrac tinvalidst artdatefor renewedcon tract As I nteger = C Int(&H8004 3217) ' -2 147208681 | |||||
| 3720 | Pu blic Const unManaged idscontrac ttemplatea bbreviatio nexists As Integer = CInt(&H80 043216) ' -214720868 2 | |||||
| 3721 | Pu blic Const ContractI nvalidPric e As Integ er = CInt( &H80043215 ) ' -21472 08683 | |||||
| 3722 | Pu blic Const unManaged idscontrac tinvalidto talallotme nts As Int eger = CIn t(&H800432 14) ' -214 7208684 | |||||
| 3723 | Pu blic Const ContractI nvalidCont ract As In teger = CI nt(&H80043 213) ' -21 47208685 | |||||
| 3724 | Pu blic Const unManaged idscontrac tinvalidow ner As Int eger = CIn t(&H800432 12) ' -214 7208686 | |||||
| 3725 | Pu blic Const ContractI nvalidCont ractTempla te As Inte ger = CInt (&H8004321 1) ' -2147 208687 | |||||
| 3726 | Pu blic Const ContractI nvalidBill ToCustomer As Intege r = CInt(& H80043210) ' -214720 8688 | |||||
| 3727 | Pu blic Const ContractI nvalidBill ToAddress As Integer = CInt(&H 8004320f) ' -2147208 689 | |||||
| 3728 | Pu blic Const ContractI nvalidServ iceAddress As Intege r = CInt(& H8004320e) ' -214720 8690 | |||||
| 3729 | Pu blic Const ContractI nvalidCust omer As In teger = CI nt(&H80043 20d) ' -21 47208691 | |||||
| 3730 | Pu blic Const ContractN oLineItems As Intege r = CInt(& H8004320c) ' -214720 8692 | |||||
| 3731 | Pu blic Const ContractT emplateNoA bbreviatio n As Integ er = CInt( &H8004320b ) ' -21472 08693 | |||||
| 3732 | Pu blic Const unManaged idscontrac topencases exist As I nteger = C Int(&H8004 320a) ' -2 147208694 | |||||
| 3733 | Pu blic Const unManaged idscontrac tlineitemd oesnotexis t As Integ er = CInt( &H80043208 ) ' -21472 08696 | |||||
| 3734 | Pu blic Const unManaged idscontrac tdoesnotex ist As Int eger = CIn t(&H800432 07) ' -214 7208697 | |||||
| 3735 | Pu blic Const ContractT emplateDoe sNotExist As Integer = CInt(&H 80043206) ' -2147208 698 | |||||
| 3736 | Pu blic Const ContractI nvalidAllo tmentTypeC ode As Int eger = CIn t(&H800432 05) ' -214 7208699 | |||||
| 3737 | Pu blic Const ContractL ineInvalid State As I nteger = C Int(&H8004 3204) ' -2 147208700 | |||||
| 3738 | Pu blic Const ContractI nvalidStat e As Integ er = CInt( &H80043203 ) ' -21472 08701 | |||||
| 3739 | Pu blic Const ContractI nvalidStar tEndDate A s Integer = CInt(&H8 0043202) ' -21472087 02 | |||||
| 3740 | Pu blic Const unManaged idscontrac taccountmi ssing As I nteger = C Int(&H8004 3201) ' -2 147208703 | |||||
| 3741 | Pu blic Const unManaged idscontrac tunexpecte d As Integ er = CInt( &H80043200 ) ' -21472 08704 | |||||
| 3742 | Pu blic Const unManaged idsevalerr orformatlo okupparame ter As Int eger = CIn t(&H80042c 4c) ' -214 7210164 | |||||
| 3743 | Pu blic Const unManaged idsevalerr orformatti mezonecode parameter As Integer = CInt(&H 80042c4b) ' -2147210 165 | |||||
| 3744 | Pu blic Const unManaged idsevalerr orformatde cimalparam eter As In teger = CI nt(&H80042 c4a) ' -21 47210166 | |||||
| 3745 | Pu blic Const unManaged idsevalerr orformatin tegerparam eter As In teger = CI nt(&H80042 c49) ' -21 47210167 | |||||
| 3746 | Pu blic Const unManaged idsevalerr orobjectty pe As Inte ger = CInt (&H80042c4 8) ' -2147 210168 | |||||
| 3747 | Pu blic Const unManaged idsevalerr orqueueidp arameter A s Integer = CInt(&H8 0042c47) ' -21472101 69 | |||||
| 3748 | Pu blic Const unManaged idsevalerr orformatpi cklistpara meter As I nteger = C Int(&H8004 2c46) ' -2 147210170 | |||||
| 3749 | Pu blic Const unManaged idsevalerr orformatbo oleanparam eter As In teger = CI nt(&H80042 c45) ' -21 47210171 | |||||
| 3750 | Pu blic Const unManaged idsevalerr orformatda tetimepara meter As I nteger = C Int(&H8004 2c44) ' -2 147210172 | |||||
| 3751 | Pu blic Const unManaged idsevalerr orisnullli stparamete r As Integ er = CInt( &H80042c43 ) ' -21472 10173 | |||||
| 3752 | Pu blic Const unManaged idsevalerr orinlistpa rameter As Integer = CInt(&H80 042c42) ' -214721017 4 | |||||
| 3753 | Pu blic Const unManaged idsevalerr orsetactiv ityparty A s Integer = CInt(&H8 0042c41) ' -21472101 75 | |||||
| 3754 | Pu blic Const unManaged idsevalerr orremovefr omactivity party As I nteger = C Int(&H8004 2c40) ' -2 147210176 | |||||
| 3755 | Pu blic Const unManaged idsevalerr orappendto activitypa rty As Int eger = CIn t(&H80042c 3f) ' -214 7210177 | |||||
| 3756 | Pu blic Const unManaged idsevaltim ererrorcal culatesche duletime A s Integer = CInt(&H8 0042c3e) ' -21472101 78 | |||||
| 3757 | Pu blic Const unManaged idsevaltim erinvalidp arameternu mber As In teger = CI nt(&H80042 c3d) ' -21 47210179 | |||||
| 3758 | Pu blic Const unManaged idsevalcre ateshouldh ave2parame ters As In teger = CI nt(&H80042 c3c) ' -21 47210180 | |||||
| 3759 | Pu blic Const unManaged idsevalerr orcreate A s Integer = CInt(&H8 0042c3b) ' -21472101 81 | |||||
| 3760 | Pu blic Const unManaged idsevalerr orcontainp arameter A s Integer = CInt(&H8 0042c3a) ' -21472101 82 | |||||
| 3761 | Pu blic Const unManaged idsevalerr orendwithp arameter A s Integer = CInt(&H8 0042c39) ' -21472101 83 | |||||
| 3762 | Pu blic Const unManaged idsevalerr orbeginwit hparameter As Intege r = CInt(& H80042c38) ' -214721 0184 | |||||
| 3763 | Pu blic Const unManaged idsevalerr orstrlenpa rameter As Integer = CInt(&H80 042c37) ' -214721018 5 | |||||
| 3764 | Pu blic Const unManaged idsevalerr orsubstrpa rameter As Integer = CInt(&H80 042c36) ' -214721018 6 | |||||
| 3765 | Pu blic Const unManaged idsevalerr orinvalidr ecipient A s Integer = CInt(&H8 0042c35) ' -21472101 87 | |||||
| 3766 | Pu blic Const unManaged idsevalerr orinparame ter As Int eger = CIn t(&H80042c 34) ' -214 7210188 | |||||
| 3767 | Pu blic Const unManaged idsevalerr orbetweenp arameter A s Integer = CInt(&H8 0042c33) ' -21472101 89 | |||||
| 3768 | Pu blic Const unManaged idsevalerr orneqparam eter As In teger = CI nt(&H80042 c32) ' -21 47210190 | |||||
| 3769 | Pu blic Const unManaged idsevalerr oreqparame ter As Int eger = CIn t(&H80042c 31) ' -214 7210191 | |||||
| 3770 | Pu blic Const unManaged idsevalerr orleqparam eter As In teger = CI nt(&H80042 c30) ' -21 47210192 | |||||
| 3771 | Pu blic Const unManaged idsevalerr orltparame ter As Int eger = CIn t(&H80042c 2f) ' -214 7210193 | |||||
| 3772 | Pu blic Const unManaged idsevalerr orgeqparam eter As In teger = CI nt(&H80042 c2e) ' -21 47210194 | |||||
| 3773 | Pu blic Const unManaged idsevalerr orgtparame ter As Int eger = CIn t(&H80042c 2d) ' -214 7210195 | |||||
| 3774 | Pu blic Const unManaged idsevalerr orabsparam eter As In teger = CI nt(&H80042 c2c) ' -21 47210196 | |||||
| 3775 | Pu blic Const unManaged idsevalerr orinvalidp arameter A s Integer = CInt(&H8 0042c2b) ' -21472101 97 | |||||
| 3776 | Pu blic Const unManaged idsevalgen ericerror As Integer = CInt(&H 80042c2a) ' -2147210 198 | |||||
| 3777 | Pu blic Const unManaged idsevalerr orincident queue As I nteger = C Int(&H8004 2c29) ' -2 147210199 | |||||
| 3778 | Pu blic Const unManaged idsevalerr orhalt As Integer = CInt(&H800 42c28) ' - 2147210200 | |||||
| 3779 | Pu blic Const unManaged idsevalerr orexec As Integer = CInt(&H800 42c27) ' - 2147210201 | |||||
| 3780 | Pu blic Const unManaged idsevalerr orposturl As Integer = CInt(&H 80042c26) ' -2147210 202 | |||||
| 3781 | Pu blic Const unManaged idsevalerr orsetstate As Intege r = CInt(& H80042c25) ' -214721 0203 | |||||
| 3782 | Pu blic Const unManaged idsevalerr orroute As Integer = CInt(&H80 042c24) ' -214721020 4 | |||||
| 3783 | Pu blic Const unManaged idsevalerr orupdate A s Integer = CInt(&H8 0042c23) ' -21472102 05 | |||||
| 3784 | Pu blic Const unManaged idsevalerr orassign A s Integer = CInt(&H8 0042c22) ' -21472102 06 | |||||
| 3785 | Pu blic Const unManaged idsevalerr oremailtem plate As I nteger = C Int(&H8004 2c21) ' -2 147210207 | |||||
| 3786 | Pu blic Const unManaged idsevalerr orsendemai l As Integ er = CInt( &H80042c20 ) ' -21472 10208 | |||||
| 3787 | Pu blic Const unManaged idsevalerr orunhandle incident A s Integer = CInt(&H8 0042c1f) ' -21472102 09 | |||||
| 3788 | Pu blic Const unManaged idsevalerr orhandlein cident As Integer = CInt(&H800 42c1e) ' - 2147210210 | |||||
| 3789 | Pu blic Const unManaged idsevalerr orcreatein cident As Integer = CInt(&H800 42c1d) ' - 2147210211 | |||||
| 3790 | Pu blic Const unManaged idsevalerr ornoteatta chment As Integer = CInt(&H800 42c1c) ' - 2147210212 | |||||
| 3791 | Pu blic Const unManaged idsevalerr orcreateno te As Inte ger = CInt (&H80042c1 b) ' -2147 210213 | |||||
| 3792 | Pu blic Const unManaged idsevalerr orunhandle activity A s Integer = CInt(&H8 0042c1a) ' -21472102 14 | |||||
| 3793 | Pu blic Const unManaged idsevalerr orhandleac tivity As Integer = CInt(&H800 42c19) ' - 2147210215 | |||||
| 3794 | Pu blic Const unManaged idsevalerr oractivity attachment As Intege r = CInt(& H80042c18) ' -214721 0216 | |||||
| 3795 | Pu blic Const unManaged idsevalerr orcreateac tivity As Integer = CInt(&H800 42c17) ' - 2147210217 | |||||
| 3796 | Pu blic Const unManaged idsevalerr ordividedb yzero As I nteger = C Int(&H8004 2c16) ' -2 147210218 | |||||
| 3797 | Pu blic Const unManaged idsevalerr ormodulusp arameter A s Integer = CInt(&H8 0042c15) ' -21472102 19 | |||||
| 3798 | Pu blic Const unManaged idsevalerr ormodulusp arameters As Integer = CInt(&H 80042c14) ' -2147210 220 | |||||
| 3799 | Pu blic Const unManaged idsevalerr ordivision parameter As Integer = CInt(&H 80042c13) ' -2147210 221 | |||||
| 3800 | Pu blic Const unManaged idsevalerr ordivision parameters As Intege r = CInt(& H80042c12) ' -214721 0222 | |||||
| 3801 | Pu blic Const unManaged idsevalerr ormultipli cationpara meter As I nteger = C Int(&H8004 2c11) ' -2 147210223 | |||||
| 3802 | Pu blic Const unManaged idsevalerr orsubtract ionparamet er As Inte ger = CInt (&H80042c1 0) ' -2147 210224 | |||||
| 3803 | Pu blic Const unManaged idsevalerr oraddparam eter As In teger = CI nt(&H80042 c0f) ' -21 47210225 | |||||
| 3804 | Pu blic Const unManaged idsevalmis sselectque ry As Inte ger = CInt (&H80042c0 e) ' -2147 210226 | |||||
| 3805 | Pu blic Const unManaged idsevalcha ngetypeerr or As Inte ger = CInt (&H80042c0 d) ' -2147 210227 | |||||
| 3806 | Pu blic Const unManaged idsevalall completed As Integer = CInt(&H 80042c0c) ' -2147210 228 | |||||
| 3807 | Pu blic Const unManaged idsevalmet abaseattri butenotmat chquery As Integer = CInt(&H80 042c0b) ' -214721022 9 | |||||
| 3808 | Pu blic Const unManaged idsevalmet abaseentit ynotmatchq uery As In teger = CI nt(&H80042 c0a) ' -21 47210230 | |||||
| 3809 | Pu blic Const unManaged idsevalpro pertyisnul l As Integ er = CInt( &H80042c09 ) ' -21472 10231 | |||||
| 3810 | Pu blic Const unManaged idsevalmet abaseattri butenotfou nd As Inte ger = CInt (&H80042c0 8) ' -2147 210232 | |||||
| 3811 | Pu blic Const unManaged idsevalmet abaseentit ycompoundk eys As Int eger = CIn t(&H80042c 07) ' -214 7210233 | |||||
| 3812 | Pu blic Const unManaged idsevalpro pertynotfo und As Int eger = CIn t(&H80042c 06) ' -214 7210234 | |||||
| 3813 | Pu blic Const unManaged idsevalobj ectnotfoun d As Integ er = CInt( &H80042c05 ) ' -21472 10235 | |||||
| 3814 | Pu blic Const unManaged idsevalcom pleted As Integer = CInt(&H800 42c04) ' - 2147210236 | |||||
| 3815 | Pu blic Const unManaged idsevalabo rted As In teger = CI nt(&H80042 c03) ' -21 47210237 | |||||
| 3816 | Pu blic Const unManaged idsevalall aborted As Integer = CInt(&H80 042c02) ' -214721023 8 | |||||
| 3817 | Pu blic Const unManaged idsevalass ignshouldh ave4parame ters As In teger = CI nt(&H80042 c01) ' -21 47210239 | |||||
| 3818 | Pu blic Const unManaged idsevalupd ateshouldh ave3parame ters As In teger = CI nt(&H80042 c00) ' -21 47210240 | |||||
| 3819 | Pu blic Const unManaged idscpdecry ptfailed A s Integer = CInt(&H8 0042903) ' -21472110 05 | |||||
| 3820 | Pu blic Const unManaged idscpencry ptfailed A s Integer = CInt(&H8 0042902) ' -21472110 06 | |||||
| 3821 | Pu blic Const unManaged idscpbadpa ssword As Integer = CInt(&H800 42901) ' - 2147211007 | |||||
| 3822 | Pu blic Const unManaged idscpuserd oesnotexis t As Integ er = CInt( &H80042900 ) ' -21472 11008 | |||||
| 3823 | Pu blic Const unManaged idsdataacc essunexpec ted As Int eger = CIn t(&H800423 00) ' -214 7212544 | |||||
| 3824 | Pu blic Const unManaged idspropbag attributea lreadyset As Integer = CInt(&H 8004203f) ' -2147213 249 | |||||
| 3825 | Pu blic Const unManaged idspropbag attributen otnullable As Intege r = CInt(& H8004203e) ' -214721 3250 | |||||
| 3826 | Pu blic Const unManaged idsrspropb agdbinfoal readyset A s Integer = CInt(&H8 004203d) ' -21472132 51 | |||||
| 3827 | Pu blic Const unManaged idsrspropb agdbinfono tset As In teger = CI nt(&H80042 03c) ' -21 47213252 | |||||
| 3828 | Pu blic Const unManaged idspropbag colloutofr ange As In teger = CI nt(&H80042 01e) ' -21 47213282 | |||||
| 3829 | Pu blic Const unManaged idspropbag nullproper ty As Inte ger = CInt (&H8004200 2) ' -2147 213310 | |||||
| 3830 | Pu blic Const unManaged idspropbag nointerfac e As Integ er = CInt( &H80042001 ) ' -21472 13311 | |||||
| 3831 | Pu blic Const unManaged MissingObj ectType As Integer = CInt(&H80 042003) ' -214721330 9 | |||||
| 3832 | Pu blic Const unManaged ObjectType Unexpected As Intege r = CInt(& H80042004) ' -214721 3308 | |||||
| 3833 | Pu blic Const BusinessU nitCannotB eDisabled As Integer = CInt(&H 80041d59) ' -2147213 991 | |||||
| 3834 | Pu blic Const BusinessU nitIsNotDi sabledAndC annotBeDel eted As In teger = CI nt(&H80041 d60) ' -21 47213984 | |||||
| 3835 | Pu blic Const BusinessU nitHasChil dAndCannot BeDeleted As Integer = CInt(&H 80041d61) ' -2147213 983 | |||||
| 3836 | Pu blic Const BusinessU nitDefault TeamOwnsRe cords As I nteger = C Int(&H8004 1d62) ' -2 147213982 | |||||
| 3837 | Pu blic Const RootBusin essUnitCan notBeDisab led As Int eger = CIn t(&H80041d 63) ' -214 7213981 | |||||
| 3838 | Pu blic Const unManaged idspropbag propertyno tfound As Integer = CInt(&H800 42000) ' - 2147213312 | |||||
| 3839 | Pu blic Const ReadOnlyU serNotSupp orted As I nteger = C Int(&H8004 1d40) ' -2 147214016 | |||||
| 3840 | Pu blic Const SupportUs erCannotBe CreateNorU pdated As Integer = CInt(&H800 41d41) ' - 2147214015 | |||||
| 3841 | Pu blic Const Delegated AdminUserC annotBeCre ateNorUpda ted As Int eger = CIn t(&H80041d 67) ' -214 7213977 | |||||
| 3842 | Pu blic Const Applicati onUserCann otBeUpdate d As Integ er = CInt( &H80041d48 ) ' -21472 14008 | |||||
| 3843 | Pu blic Const Applicati onNotRegis teredWithD eployment As Integer = CInt(&H 80041d49) ' -2147214 007 | |||||
| 3844 | Pu blic Const InvalidOA uthToken A s Integer = CInt(&H8 0041d50) ' -21472140 00 | |||||
| 3845 | Pu blic Const ExpiredOA uthToken A s Integer = CInt(&H8 0041d52) ' -21472139 98 | |||||
| 3846 | Pu blic Const CannotAss ignRolesTo SupportUse r As Integ er = CInt( &H80041d51 ) ' -21472 13999 | |||||
| 3847 | Pu blic Const CannotMak eSelfReadO nlyUser As Integer = CInt(&H80 041d39) ' -214721402 3 | |||||
| 3848 | Pu blic Const CannotMak eReadOnlyU ser As Int eger = CIn t(&H80041d 38) ' -214 7214024 | |||||
| 3849 | Pu blic Const unManaged idsbizmgmt cantchange orgname As Integer = CInt(&H80 041d36) ' -214721402 6 | |||||
| 3850 | Pu blic Const MultipleO rganizatio nsNotAllow ed As Inte ger = CInt (&H80041d3 5) ' -2147 214027 | |||||
| 3851 | Pu blic Const UserSetti ngsInvalid AdvancedFi ndStartupM ode As Int eger = CIn t(&H80041d 34) ' -214 7214028 | |||||
| 3852 | Pu blic Const UserSetti ngsInvalid SearchExpe rienceValu e As Integ er = CInt( &H80041d53 ) ' -21472 13997 | |||||
| 3853 | Pu blic Const CannotMod ifySpecial User As In teger = CI nt(&H80041 d33) ' -21 47214029 | |||||
| 3854 | Pu blic Const unManaged idsbizmgmt cannotaddl ocaluser A s Integer = CInt(&H8 0041d32) ' -21472140 30 | |||||
| 3855 | Pu blic Const CannotMod ifySysAdmi n As Integ er = CInt( &H80041d31 ) ' -21472 14031 | |||||
| 3856 | Pu blic Const CannotMod ifySupport User As In teger = CI nt(&H80041 d43) ' -21 47214013 | |||||
| 3857 | Pu blic Const CannotAss ignSupport User As In teger = CI nt(&H80041 d44) ' -21 47214012 | |||||
| 3858 | Pu blic Const CannotRem oveFromSup portUser A s Integer = CInt(&H8 0041d45) ' -21472140 11 | |||||
| 3859 | Pu blic Const CannotCre ateFromSup portUser A s Integer = CInt(&H8 0041d46) ' -21472140 10 | |||||
| 3860 | Pu blic Const CannotUpd ateSupport User As In teger = CI nt(&H80041 d47) ' -21 47214009 | |||||
| 3861 | Pu blic Const CannotRem oveFromSys Admin As I nteger = C Int(&H8004 1d30) ' -2 147214032 | |||||
| 3862 | Pu blic Const CannotDis ableSysAdm in As Inte ger = CInt (&H80041d2 f) ' -2147 214033 | |||||
| 3863 | Pu blic Const CannotDel eteSysAdmi n As Integ er = CInt( &H80041d2e ) ' -21472 14034 | |||||
| 3864 | Pu blic Const CannotDel eteSupport User As In teger = CI nt(&H80041 d42) ' -21 47214014 | |||||
| 3865 | Pu blic Const CannotDel eteSystemC ustomizer As Integer = CInt(&H 80041d4a) ' -2147214 006 | |||||
| 3866 | Pu blic Const CannotCre ateSyncUse rObjectMis sing As In teger = CI nt(&H80041 d4b) ' -21 47214005 | |||||
| 3867 | Pu blic Const CannotUpd ateSyncUse rIsLicense dField As Integer = CInt(&H800 41d4c) ' - 2147214004 | |||||
| 3868 | Pu blic Const CannotCre ateSyncUse rIsLicense dField As Integer = CInt(&H800 41d4d) ' - 2147214003 | |||||
| 3869 | Pu blic Const CannotUpd ateSyncUse rIsSyncWit hDirectory Field As I nteger = C Int(&H8004 1d4e) ' -2 147214002 | |||||
| 3870 | Pu blic Const unManaged idsbizmgmt cannotread accountcon trol As In teger = CI nt(&H80041 d2d) ' -21 47214035 | |||||
| 3871 | Pu blic Const UserAlrea dyExists A s Integer = CInt(&H8 0041d2c) ' -21472140 36 | |||||
| 3872 | Pu blic Const unManaged idsbizmgmt usersettin gsnotcreat ed As Inte ger = CInt (&H80041d2 b) ' -2147 214037 | |||||
| 3873 | Pu blic Const ObjectNot FoundInAD As Integer = CInt(&H 80041d2a) ' -2147214 038 | |||||
| 3874 | Pu blic Const GenericAc tiveDirect oryError A s Integer = CInt(&H8 0041d37) ' -21472140 25 | |||||
| 3875 | Pu blic Const unManaged idsbizmgmt noparentbu siness As Integer = CInt(&H800 41d29) ' - 2147214039 | |||||
| 3876 | Pu blic Const ParentUse rDoesNotEx ist As Int eger = CIn t(&H80041d 27) ' -214 7214041 | |||||
| 3877 | Pu blic Const ChildUser DoesNotExi st As Inte ger = CInt (&H80041d2 6) ' -2147 214042 | |||||
| 3878 | Pu blic Const UserLoopB eingCreate d As Integ er = CInt( &H80041d25 ) ' -21472 14043 | |||||
| 3879 | Pu blic Const UserLoopE xists As I nteger = C Int(&H8004 1d24) ' -2 147214044 | |||||
| 3880 | Pu blic Const ParentBus inessDoesN otExist As Integer = CInt(&H80 041d23) ' -214721404 5 | |||||
| 3881 | Pu blic Const ChildBusi nessDoesNo tExist As Integer = CInt(&H800 41d22) ' - 2147214046 | |||||
| 3882 | Pu blic Const BusinessM anagementL oopBeingCr eated As I nteger = C Int(&H8004 1d21) ' -2 147214047 | |||||
| 3883 | Pu blic Const BusinessM anagementL oopExists As Integer = CInt(&H 80041d20) ' -2147214 048 | |||||
| 3884 | Pu blic Const BusinessM anagementI nvalidUser Id As Inte ger = CInt (&H80041d1 f) ' -2147 214049 | |||||
| 3885 | Pu blic Const unManaged idsbizmgmt userdoesno thaveparen t As Integ er = CInt( &H80041d1e ) ' -21472 14050 | |||||
| 3886 | Pu blic Const unManaged idsbizmgmt cannotenab leprovisio n As Integ er = CInt( &H80041d1d ) ' -21472 14051 | |||||
| 3887 | Pu blic Const unManaged idsbizmgmt cannotenab lebusiness As Intege r = CInt(& H80041d1c) ' -214721 4052 | |||||
| 3888 | Pu blic Const unManaged idsbizmgmt cannotdisa bleprovisi on As Inte ger = CInt (&H80041d1 b) ' -2147 214053 | |||||
| 3889 | Pu blic Const unManaged idsbizmgmt cannotdisa blebusines s As Integ er = CInt( &H80041d1a ) ' -21472 14054 | |||||
| 3890 | Pu blic Const unManaged idsbizmgmt cannotdele teprovisio n As Integ er = CInt( &H80041d19 ) ' -21472 14055 | |||||
| 3891 | Pu blic Const unManaged idsbizmgmt cannotdele tebusiness As Intege r = CInt(& H80041d18) ' -214721 4056 | |||||
| 3892 | Pu blic Const unManaged idsbizmgmt cannotremo vepartners hipdefault user As In teger = CI nt(&H80041 d17) ' -21 47214057 | |||||
| 3893 | Pu blic Const unManaged idsbizmgmt partnershi pnotinpend ingstatus As Integer = CInt(&H 80041d16) ' -2147214 058 | |||||
| 3894 | Pu blic Const unManaged idsbizmgmt defaultuse rnotinpart nerbusines s As Integ er = CInt( &H80041d15 ) ' -21472 14059 | |||||
| 3895 | Pu blic Const unManaged idsbizmgmt callernoti npartnerbu siness As Integer = CInt(&H800 41d14) ' - 2147214060 | |||||
| 3896 | Pu blic Const unManaged idsbizmgmt defaultuse rnotinprim arybusines s As Integ er = CInt( &H80041d13 ) ' -21472 14061 | |||||
| 3897 | Pu blic Const unManaged idsbizmgmt callernoti nprimarybu siness As Integer = CInt(&H800 41d12) ' - 2147214062 | |||||
| 3898 | Pu blic Const unManaged idsbizmgmt partnershi palreadyex ists As In teger = CI nt(&H80041 d11) ' -21 47214063 | |||||
| 3899 | Pu blic Const unManaged idsbizmgmt primarysam easpartner As Intege r = CInt(& H80041d10) ' -214721 4064 | |||||
| 3900 | Pu blic Const unManaged idsbizmgmt misspartne rbusiness As Integer = CInt(&H 80041d0f) ' -2147214 065 | |||||
| 3901 | Pu blic Const unManaged idsbizmgmt missprimar ybusiness As Integer = CInt(&H 80041d0e) ' -2147214 066 | |||||
| 3902 | Pu blic Const InvalidAc cessModeTr ansition A s Integer = CInt(&H8 0041d66) ' -21472139 78 | |||||
| 3903 | Pu blic Const MissingTe amName As Integer = CInt(&H800 41d0b) ' - 2147214069 | |||||
| 3904 | Pu blic Const TeamAdmin istratorMi ssedPrivil ege As Int eger = CIn t(&H80041d 0a) ' -214 7214070 | |||||
| 3905 | Pu blic Const CannotDis ableTenant Admin As I nteger = C Int(&H8004 1d65) ' -2 147213979 | |||||
| 3906 | Pu blic Const CannotRem oveTenantA dminFromSy sAdminRole As Intege r = CInt(& H80041d64) ' -214721 3980 | |||||
| 3907 | Pu blic Const UserNotIn ParentHier archy As I nteger = C Int(&H8004 1d07) ' -2 147214073 | |||||
| 3908 | Pu blic Const unManaged idsbizmgmt usercannot beownparen t As Integ er = CInt( &H80041d06 ) ' -21472 14074 | |||||
| 3909 | Pu blic Const unManaged idsbizmgmt cannotmove defaultuse r As Integ er = CInt( &H80041d05 ) ' -21472 14075 | |||||
| 3910 | Pu blic Const unManaged idsbizmgmt businesspa rentdiffme rchant As Integer = CInt(&H800 41d04) ' - 2147214076 | |||||
| 3911 | Pu blic Const unManaged idsbizmgmt defaultuse rnotinbusi ness As In teger = CI nt(&H80041 d03) ' -21 47214077 | |||||
| 3912 | Pu blic Const unManaged idsbizmgmt missparent business A s Integer = CInt(&H8 0041d02) ' -21472140 78 | |||||
| 3913 | Pu blic Const unManaged idsbizmgmt missuserdo mainname A s Integer = CInt(&H8 0041d01) ' -21472140 79 | |||||
| 3914 | Pu blic Const unManaged idsbizmgmt missbusine ssname As Integer = CInt(&H800 41d00) ' - 2147214080 | |||||
| 3915 | Pu blic Const unManaged idsxmlinva lidread As Integer = CInt(&H80 041a08) ' -214721484 0 | |||||
| 3916 | Pu blic Const unManaged idsxmlinva lidfield A s Integer = CInt(&H8 0041a07) ' -21472148 41 | |||||
| 3917 | Pu blic Const unManaged idsxmlinva lidentitya ttributes As Integer = CInt(&H 80041a06) ' -2147214 842 | |||||
| 3918 | Pu blic Const unManaged idsxmlunex pected As Integer = CInt(&H800 41a05) ' - 2147214843 | |||||
| 3919 | Pu blic Const unManaged idsxmlpars eerror As Integer = CInt(&H800 41a04) ' - 2147214844 | |||||
| 3920 | Pu blic Const unManaged idsxmlinva lidcollect ionname As Integer = CInt(&H80 041a03) ' -214721484 5 | |||||
| 3921 | Pu blic Const unManaged idsxmlinva lidupdate As Integer = CInt(&H 80041a02) ' -2147214 846 | |||||
| 3922 | Pu blic Const unManaged idsxmlinva lidcreate As Integer = CInt(&H 80041a01) ' -2147214 847 | |||||
| 3923 | Pu blic Const unManaged idsxmlinva lidentityn ame As Int eger = CIn t(&H80041a 00) ' -214 7214848 | |||||
| 3924 | Pu blic Const unManaged idsnotesno attachment As Intege r = CInt(& H80041704) ' -214721 5612 | |||||
| 3925 | Pu blic Const unManaged idsnoteslo opbeingcre ated As In teger = CI nt(&H80041 703) ' -21 47215613 | |||||
| 3926 | Pu blic Const unManaged idsnoteslo opexists A s Integer = CInt(&H8 0041702) ' -21472156 14 | |||||
| 3927 | Pu blic Const unManaged idsnotesal readyattac hed As Int eger = CIn t(&H800417 01) ' -214 7215615 | |||||
| 3928 | Pu blic Const unManaged idsnotesno tedoesnote xist As In teger = CI nt(&H80041 700) ' -21 47215616 | |||||
| 3929 | Pu blic Const Duplicate dPrivilege As Intege r = CInt(& H8004140f) ' -214721 6369 | |||||
| 3930 | Pu blic Const MemberHas AlreadyBee nContacted As Intege r = CInt(& H8004140e) ' -214721 6370 | |||||
| 3931 | Pu blic Const TeamInWro ngBusiness As Intege r = CInt(& H8004140d) ' -214721 6371 | |||||
| 3932 | Pu blic Const unManaged idsrolesde letenonpar entrole As Integer = CInt(&H80 04140c) ' -214721637 2 | |||||
| 3933 | Pu blic Const InvalidPr ivilegeDep th As Inte ger = CInt (&H8004140 b) ' -2147 216373 | |||||
| 3934 | Pu blic Const unManaged idsrolesin validrolen ame As Int eger = CIn t(&H800414 0a) ' -214 7216374 | |||||
| 3935 | Pu blic Const UserInWro ngBusiness As Intege r = CInt(& H80041409) ' -214721 6375 | |||||
| 3936 | Pu blic Const unManaged idsrolesmi ssprivid A s Integer = CInt(&H8 0041408) ' -21472163 76 | |||||
| 3937 | Pu blic Const unManaged idsrolesmi ssrolename As Intege r = CInt(& H80041407) ' -214721 6377 | |||||
| 3938 | Pu blic Const unManaged idsrolesmi ssbusiness id As Inte ger = CInt (&H8004140 6) ' -2147 216378 | |||||
| 3939 | Pu blic Const unManaged idsrolesmi ssroleid A s Integer = CInt(&H8 0041405) ' -21472163 79 | |||||
| 3940 | Pu blic Const unManaged idsrolesin validtempl ateid As I nteger = C Int(&H8004 1404) ' -2 147216380 | |||||
| 3941 | Pu blic Const RoleAlrea dyExists A s Integer = CInt(&H8 0041403) ' -21472163 81 | |||||
| 3942 | Pu blic Const unManaged idsrolesro ledoesnote xist As In teger = CI nt(&H80041 402) ' -21 47216382 | |||||
| 3943 | Pu blic Const unManaged idsrolesin validrolei d As Integ er = CInt( &H80041401 ) ' -21472 16383 | |||||
| 3944 | Pu blic Const unManaged idsrolesin validroled ata As Int eger = CIn t(&H800414 00) ' -214 7216384 | |||||
| 3945 | Pu blic Const QueryBuil derNoEntit yKey As In teger = CI nt(&H80041 140) ' -21 47217088 | |||||
| 3946 | Pu blic Const QueryBuil derInvalid AttributeV alue As In teger = CI nt(&H80041 139) ' -21 47217095 | |||||
| 3947 | Pu blic Const QueryBuil derSeriali zationInva lidIsQuick FindFilter As Intege r = CInt(& H80041138) ' -214721 7096 | |||||
| 3948 | Pu blic Const QueryBuil derAttribu teCannotBe GroupByAnd Aggregate As Integer = CInt(&H 80041137) ' -2147217 097 | |||||
| 3949 | Pu blic Const SqlArithm eticOverfl owError As Integer = CInt(&H80 041136) ' -214721709 8 | |||||
| 3950 | Pu blic Const QueryBuil derInvalid DateGroupi ng As Inte ger = CInt (&H8004113 5) ' -2147 217099 | |||||
| 3951 | Pu blic Const QueryBuil derAliasRe quiredForA ggregateOr derBy As I nteger = C Int(&H8004 1134) ' -2 147217100 | |||||
| 3952 | Pu blic Const QueryBuil derAttribu teRequired ForNonAggr egateOrder By As Inte ger = CInt (&H8004113 3) ' -2147 217101 | |||||
| 3953 | Pu blic Const QueryBuil derAliasNo tAllowedFo rNonAggreg ateOrderBy As Intege r = CInt(& H80041132) ' -214721 7102 | |||||
| 3954 | Pu blic Const QueryBuil derAttribu teNotAllow edForAggre gateOrderB y As Integ er = CInt( &H80041131 ) ' -21472 17103 | |||||
| 3955 | Pu blic Const QueryBuil derDuplica teAlias As Integer = CInt(&H80 041130) ' -214721710 4 | |||||
| 3956 | Pu blic Const QueryBuil derInvalid AggregateA ttribute A s Integer = CInt(&H8 004112f) ' -21472171 05 | |||||
| 3957 | Pu blic Const QueryBuil derDeseria lizeInvali dGroupBy A s Integer = CInt(&H8 004112e) ' -21472171 06 | |||||
| 3958 | Pu blic Const QueryBuil derNoAttrs DistinctCo nflict As Integer = CInt(&H800 4112c) ' - 2147217108 | |||||
| 3959 | Pu blic Const QueryBuil derInvalid PagingCook ie As Inte ger = CInt (&H8004112 a) ' -2147 217110 | |||||
| 3960 | Pu blic Const QueryBuil derPagingO rderBy As Integer = CInt(&H800 41129) ' - 2147217111 | |||||
| 3961 | Pu blic Const QueryBuil derEntitie sDontMatch As Intege r = CInt(& H80041128) ' -214721 7112 | |||||
| 3962 | Pu blic Const QueryBuil derLinkNod eForOrderN otFound As Integer = CInt(&H80 041126) ' -214721711 4 | |||||
| 3963 | Pu blic Const QueryBuil derDeseria lizeNoDocE lemXml As Integer = CInt(&H800 41125) ' - 2147217115 | |||||
| 3964 | Pu blic Const QueryBuil derDeseria lizeEmptyX ml As Inte ger = CInt (&H8004112 4) ' -2147 217116 | |||||
| 3965 | Pu blic Const QueryBuil derElement NotFound A s Integer = CInt(&H8 0041123) ' -21472171 17 | |||||
| 3966 | Pu blic Const QueryBuil derInvalid FilterType As Intege r = CInt(& H80041122) ' -214721 7118 | |||||
| 3967 | Pu blic Const QueryBuil derInvalid JoinOperat or As Inte ger = CInt (&H8004112 1) ' -2147 217119 | |||||
| 3968 | Pu blic Const QueryBuil derInvalid ConditionO perator As Integer = CInt(&H80 041120) ' -214721712 0 | |||||
| 3969 | Pu blic Const QueryBuil derInvalid OrderType As Integer = CInt(&H 8004111f) ' -2147217 121 | |||||
| 3970 | Pu blic Const QueryBuil derAttribu teNotFound As Intege r = CInt(& H8004111e) ' -214721 7122 | |||||
| 3971 | Pu blic Const QueryBuil derDeseria lizeInvali dUtcOffset As Intege r = CInt(& H8004111d) ' -214721 7123 | |||||
| 3972 | Pu blic Const QueryBuil derDeseria lizeInvali dNode As I nteger = C Int(&H8004 111c) ' -2 147217124 | |||||
| 3973 | Pu blic Const QueryBuil derDeseria lizeInvali dGetMinAct iveRowVers ion As Int eger = CIn t(&H800411 1b) ' -214 7217125 | |||||
| 3974 | Pu blic Const QueryBuil derDeseria lizeInvali dAggregate As Intege r = CInt(& H8004111a) ' -214721 7126 | |||||
| 3975 | Pu blic Const QueryBuil derDeseria lizeInvali dDescendin g As Integ er = CInt( &H80041119 ) ' -21472 17127 | |||||
| 3976 | Pu blic Const QueryBuil derDeseria lizeInvali dNoLock As Integer = CInt(&H80 041118) ' -214721712 8 | |||||
| 3977 | Pu blic Const QueryBuil derDeseria lizeInvali dLinkType As Integer = CInt(&H 80041117) ' -2147217 129 | |||||
| 3978 | Pu blic Const QueryBuil derDeseria lizeInvali dMapping A s Integer = CInt(&H8 0041116) ' -21472171 30 | |||||
| 3979 | Pu blic Const QueryBuil derDeseria lizeInvali dDistinct As Integer = CInt(&H 80041115) ' -2147217 131 | |||||
| 3980 | Pu blic Const QueryBuil derSerialz eLinkTopCr iteria As Integer = CInt(&H800 41114) ' - 2147217132 | |||||
| 3981 | Pu blic Const QueryBuil derColumnS etVersionM issing As Integer = CInt(&H800 41113) ' - 2147217133 | |||||
| 3982 | Pu blic Const QueryBuil derInvalid ColumnSetV ersion As Integer = CInt(&H800 41112) ' - 2147217134 | |||||
| 3983 | Pu blic Const QueryBuil derAttribu tePairMism atch As In teger = CI nt(&H80041 111) ' -21 47217135 | |||||
| 3984 | Pu blic Const QueryBuil derByAttri buteNonEmp ty As Inte ger = CInt (&H8004111 0) ' -2147 217136 | |||||
| 3985 | Pu blic Const QueryBuil derByAttri buteMismat ch As Inte ger = CInt (&H8004110 f) ' -2147 217137 | |||||
| 3986 | Pu blic Const QueryBuil derMultipl eIntersect Entities A s Integer = CInt(&H8 004110e) ' -21472171 38 | |||||
| 3987 | Pu blic Const QueryBuil derReportV iew_Does_N ot_Exist A s Integer = CInt(&H8 004110d) ' -21472171 39 | |||||
| 3988 | Pu blic Const QueryBuil derValue_G reaterThan Zero As In teger = CI nt(&H80041 10c) ' -21 47217140 | |||||
| 3989 | Pu blic Const QueryBuil derNoAlias As Intege r = CInt(& H8004110b) ' -214721 7141 | |||||
| 3990 | Pu blic Const QueryBuil derAlias_D oes_Not_Ex ist As Int eger = CIn t(&H800411 0a) ' -214 7217142 | |||||
| 3991 | Pu blic Const QueryBuil derInvalid _Alias As Integer = CInt(&H800 41109) ' - 2147217143 | |||||
| 3992 | Pu blic Const QueryBuil derInvalid _Value As Integer = CInt(&H800 41108) ' - 2147217144 | |||||
| 3993 | Pu blic Const QueryBuil derAttribu te_With_Ag gregate As Integer = CInt(&H80 041107) ' -214721714 5 | |||||
| 3994 | Pu blic Const QueryBuil derBad_Con dition As Integer = CInt(&H800 41106) ' - 2147217146 | |||||
| 3995 | Pu blic Const QueryBuil derNoAttri bute As In teger = CI nt(&H80041 103) ' -21 47217149 | |||||
| 3996 | Pu blic Const QueryBuil derNoEntit y As Integ er = CInt( &H80041102 ) ' -21472 17150 | |||||
| 3997 | Pu blic Const QueryBuil derUnexpec ted As Int eger = CIn t(&H800411 01) ' -214 7217151 | |||||
| 3998 | Pu blic Const QueryBuil derInvalid Update As Integer = CInt(&H800 41100) ' - 2147217152 | |||||
| 3999 | Pu blic Const QueryBuil derInvalid LogicalOpe rator As I nteger = C Int(&H8004 10fe) ' -2 147217154 | |||||
| 4000 | Pu blic Const unManaged idsmetadat anorelatio nship As I nteger = C Int(&H8004 0e02) ' -2 147217918 | |||||
| 4001 | Pu blic Const MetadataN oMapping A s Integer = CInt(&H8 0040e01) ' -21472179 19 | |||||
| 4002 | Pu blic Const MetadataN otSerializ able As In teger = CI nt(&H80040 e03) ' -21 47217917 | |||||
| 4003 | Pu blic Const unManaged idsmetadat anoentity As Integer = CInt(&H 80040e00) ' -2147217 920 | |||||
| 4004 | Pu blic Const unManaged idscommuni cationsnos enderaddre ss As Inte ger = CInt (&H80040b0 8) ' -2147 218680 | |||||
| 4005 | Pu blic Const unManaged idscommuni cationstem plateinval idtemplate As Intege r = CInt(& H80040b07) ' -214721 8681 | |||||
| 4006 | Pu blic Const unManaged idscommuni cationsnop articipati onmask As Integer = CInt(&H800 40b06) ' - 2147218682 | |||||
| 4007 | Pu blic Const unManaged idscommuni cationsnor ecipients As Integer = CInt(&H 80040b05) ' -2147218 683 | |||||
| 4008 | Pu blic Const EmailReci pientNotSp ecified As Integer = CInt(&H80 040b04) ' -214721868 4 | |||||
| 4009 | Pu blic Const unManaged idscommuni cationsnos ender As I nteger = C Int(&H8004 0b02) ' -2 147218686 | |||||
| 4010 | Pu blic Const unManaged idscommuni cationsbad sender As Integer = CInt(&H800 40b01) ' - 2147218687 | |||||
| 4011 | Pu blic Const unManaged idscommuni cationsnop artyaddres s As Integ er = CInt( &H80040b00 ) ' -21472 18688 | |||||
| 4012 | Pu blic Const unManaged idsjournal ingmissing incidentid As Intege r = CInt(& H80040809) ' -214721 9447 | |||||
| 4013 | Pu blic Const unManaged idsjournal ingmissing contactid As Integer = CInt(&H 80040808) ' -2147219 448 | |||||
| 4014 | Pu blic Const unManaged idsjournal ingmissing opportunit yid As Int eger = CIn t(&H800408 07) ' -214 7219449 | |||||
| 4015 | Pu blic Const unManaged idsjournal ingmissing accountid As Integer = CInt(&H 80040806) ' -2147219 450 | |||||
| 4016 | Pu blic Const unManaged idsjournal ingmissing leadid As Integer = CInt(&H800 40805) ' - 2147219451 | |||||
| 4017 | Pu blic Const unManaged idsjournal ingmissing eventtype As Integer = CInt(&H 80040804) ' -2147219 452 | |||||
| 4018 | Pu blic Const unManaged idsjournal inginvalid eventtype As Integer = CInt(&H 80040803) ' -2147219 453 | |||||
| 4019 | Pu blic Const unManaged idsjournal ingmissing eventdirec tion As In teger = CI nt(&H80040 802) ' -21 47219454 | |||||
| 4020 | Pu blic Const unManaged idsjournal ingunsuppo rtedobject type As In teger = CI nt(&H80040 801) ' -21 47219455 | |||||
| 4021 | Pu blic Const SdkEntity DoesNotSup portMessag e As Integ er = CInt( &H80040800 ) ' -21472 19456 | |||||
| 4022 | Pu blic Const Opportuni tyAlreadyI nOpenState As Intege r = CInt(& H8004051a) ' -214722 0198 | |||||
| 4023 | Pu blic Const LeadAlrea dyInClosed State As I nteger = C Int(&H8004 0519) ' -2 147220199 | |||||
| 4024 | Pu blic Const LeadAlrea dyInOpenSt ate As Int eger = CIn t(&H800405 18) ' -214 7220200 | |||||
| 4025 | Pu blic Const CustomerI sInactive As Integer = CInt(&H 80040517) ' -2147220 201 | |||||
| 4026 | Pu blic Const Opportuni tyCannotBe Closed As Integer = CInt(&H800 40516) ' - 2147220202 | |||||
| 4027 | Pu blic Const Opportuni tyIsAlread yClosed As Integer = CInt(&H80 040515) ' -214722020 3 | |||||
| 4028 | Pu blic Const unManaged idscustome raddressty peinvalid As Integer = CInt(&H 80040514) ' -2147220 204 | |||||
| 4029 | Pu blic Const unManaged idsleadnot assignedto caller As Integer = CInt(&H800 40513) ' - 2147220205 | |||||
| 4030 | Pu blic Const unManaged idscontact haschildop portunitie s As Integ er = CInt( &H80040512 ) ' -21472 20206 | |||||
| 4031 | Pu blic Const unManaged idsaccount haschildop portunitie s As Integ er = CInt( &H80040511 ) ' -21472 20207 | |||||
| 4032 | Pu blic Const unManaged idsleadone account As Integer = CInt(&H80 040510) ' -214722020 8 | |||||
| 4033 | Pu blic Const unManaged idsopportu nityorphan As Intege r = CInt(& H8004050f) ' -214722 0209 | |||||
| 4034 | Pu blic Const unManaged idsopportu nityoneacc ount As In teger = CI nt(&H80040 50e) ' -21 47220210 | |||||
| 4035 | Pu blic Const unManaged idsleaduse rcannotrej ect As Int eger = CIn t(&H800405 0d) ' -214 7220211 | |||||
| 4036 | Pu blic Const unManaged idsleadnot assigned A s Integer = CInt(&H8 004050c) ' -21472202 12 | |||||
| 4037 | Pu blic Const unManaged idsleadnop arent As I nteger = C Int(&H8004 050b) ' -2 147220213 | |||||
| 4038 | Pu blic Const ContactLo opBeingCre ated As In teger = CI nt(&H80040 50a) ' -21 47220214 | |||||
| 4039 | Pu blic Const ContactLo opExists A s Integer = CInt(&H8 0040509) ' -21472202 15 | |||||
| 4040 | Pu blic Const PresentPa rentAccoun tAndParent Contact As Integer = CInt(&H80 040508) ' -214722021 6 | |||||
| 4041 | Pu blic Const AccountLo opBeingCre ated As In teger = CI nt(&H80040 507) ' -21 47220217 | |||||
| 4042 | Pu blic Const AccountLo opExists A s Integer = CInt(&H8 0040506) ' -21472202 18 | |||||
| 4043 | Pu blic Const unManaged idsopportu nitymissin gparent As Integer = CInt(&H80 040505) ' -214722021 9 | |||||
| 4044 | Pu blic Const unManaged idsopportu nityinvali dparent As Integer = CInt(&H80 040504) ' -214722022 0 | |||||
| 4045 | Pu blic Const ContactDo esNotExist As Intege r = CInt(& H80040503) ' -214722 0221 | |||||
| 4046 | Pu blic Const AccountDo esNotExist As Intege r = CInt(& H80040502) ' -214722 0222 | |||||
| 4047 | Pu blic Const unManaged idsleaddoe snotexist As Integer = CInt(&H 80040501) ' -2147220 223 | |||||
| 4048 | Pu blic Const unManaged idsopportu nitydoesno texist As Integer = CInt(&H800 40500) ' - 2147220224 | |||||
| 4049 | Pu blic Const ReportDoe sNotExist As Integer = CInt(&H 80040499) ' -2147220 327 | |||||
| 4050 | Pu blic Const ReportLoo pBeingCrea ted As Int eger = CIn t(&H800404 98) ' -214 7220328 | |||||
| 4051 | Pu blic Const ReportLoo pExists As Integer = CInt(&H80 040497) ' -214722032 9 | |||||
| 4052 | Pu blic Const ParentRep ortLinksTo SameNameCh ild As Int eger = CIn t(&H800404 96) ' -214 7220330 | |||||
| 4053 | Pu blic Const Duplicate ReportVisi bility As Integer = CInt(&H800 40495) ' - 2147220331 | |||||
| 4054 | Pu blic Const ReportRen derError A s Integer = CInt(&H8 0040494) ' -21472203 32 | |||||
| 4055 | Pu blic Const SubReport DoesNotExi st As Inte ger = CInt (&H8004049 3) ' -2147 220333 | |||||
| 4056 | Pu blic Const SrsDataCo nnectorNot Installed As Integer = CInt(&H 80040492) ' -2147220 334 | |||||
| 4057 | Pu blic Const InvalidCu stomReport ingWizardX ml As Inte ger = CInt (&H8004049 1) ' -2147 220335 | |||||
| 4058 | Pu blic Const UpdateNon CustomRepo rtFromTemp late As In teger = CI nt(&H80040 490) ' -21 47220336 | |||||
| 4059 | Pu blic Const SnapshotR eportNotRe ady As Int eger = CIn t(&H800404 89) ' -214 7220343 | |||||
| 4060 | Pu blic Const ExistingE xternalRep ort As Int eger = CIn t(&H800404 88) ' -214 7220344 | |||||
| 4061 | Pu blic Const ParentRep ortNotSupp orted As I nteger = C Int(&H8004 0487) ' -2 147220345 | |||||
| 4062 | Pu blic Const ParentRep ortDoesNot ReferenceC hild As In teger = CI nt(&H80040 486) ' -21 47220346 | |||||
| 4063 | Pu blic Const MultipleP arentRepor tsFound As Integer = CInt(&H80 040485) ' -214722034 7 | |||||
| 4064 | Pu blic Const Reporting ServicesRe portExpect ed As Inte ger = CInt (&H8004048 4) ' -2147 220348 | |||||
| 4065 | Pu blic Const InvalidTr ansformati onParamete r As Integ er = CInt( &H80040389 ) ' -21472 20599 | |||||
| 4066 | Pu blic Const Reflexive EntityPare ntOrChildD oesNotExis t As Integ er = CInt( &H80040388 ) ' -21472 20600 | |||||
| 4067 | Pu blic Const EntityLoo pBeingCrea ted As Int eger = CIn t(&H800403 87) ' -214 7220601 | |||||
| 4068 | Pu blic Const EntityLoo pExists As Integer = CInt(&H80 040386) ' -214722060 2 | |||||
| 4069 | Pu blic Const Unsupport edProcessC ode As Int eger = CIn t(&H800403 85) ' -214 7220603 | |||||
| 4070 | Pu blic Const NoOutputT ransformat ionParamet erMappingF ound As In teger = CI nt(&H80040 384) ' -21 47220604 | |||||
| 4071 | Pu blic Const RequiredC olumnsNotF oundInImpo rtFile As Integer = CInt(&H800 40383) ' - 2147220605 | |||||
| 4072 | Pu blic Const InvalidTr ansformati onParamete rMapping A s Integer = CInt(&H8 0040382) ' -21472206 06 | |||||
| 4073 | Pu blic Const UnmappedT ransformat ionOutputD ataFound A s Integer = CInt(&H8 0040381) ' -21472206 07 | |||||
| 4074 | Pu blic Const InvalidTr ansformati onParamete rDataType As Integer = CInt(&H 80040380) ' -2147220 608 | |||||
| 4075 | Pu blic Const ArrayMapp ingFoundFo rSingleton Parameter As Integer = CInt(&H 8004037f) ' -2147220 609 | |||||
| 4076 | Pu blic Const Singleton MappingFou ndForArray Parameter As Integer = CInt(&H 8004037e) ' -2147220 610 | |||||
| 4077 | Pu blic Const Incomplet eTransform ationParam eterMappin gsFound As Integer = CInt(&H80 04037d) ' -214722061 1 | |||||
| 4078 | Pu blic Const InvalidTr ansformati onParamete rMappings As Integer = CInt(&H 8004037c) ' -2147220 612 | |||||
| 4079 | Pu blic Const GenericTr ansformati onInvocati onError As Integer = CInt(&H80 04037b) ' -214722061 3 | |||||
| 4080 | Pu blic Const InvalidTr ansformati onType As Integer = CInt(&H800 4037a) ' - 2147220614 | |||||
| 4081 | Pu blic Const UnableToL oadTransfo rmationTyp e As Integ er = CInt( &H80040379 ) ' -21472 20615 | |||||
| 4082 | Pu blic Const UnableToL oadTransfo rmationAss embly As I nteger = C Int(&H8004 0378) ' -2 147220616 | |||||
| 4083 | Pu blic Const InvalidCo lumnMappin g As Integ er = CInt( &H80040377 ) ' -21472 20617 | |||||
| 4084 | Pu blic Const CannotMod ifyOldData FromImport As Intege r = CInt(& H80040376) ' -214722 0618 | |||||
| 4085 | Pu blic Const ImportFil eTooLargeT oUpload As Integer = CInt(&H80 040375) ' -214722061 9 | |||||
| 4086 | Pu blic Const InvalidIm portFileCo ntent As I nteger = C Int(&H8004 0374) ' -2 147220620 | |||||
| 4087 | Pu blic Const EmptyReco rd As Inte ger = CInt (&H8004037 3) ' -2147 220621 | |||||
| 4088 | Pu blic Const LongParse Row As Int eger = CIn t(&H800403 72) ' -214 7220622 | |||||
| 4089 | Pu blic Const ParseMust BeCalledBe foreTransf orm As Int eger = CIn t(&H800403 71) ' -214 7220623 | |||||
| 4090 | Pu blic Const HeaderVal ueDoesNotM atchAttrib uteDisplay Label As I nteger = C Int(&H8004 0370) ' -2 147220624 | |||||
| 4091 | Pu blic Const InvalidTa rgetEntity As Intege r = CInt(& H80040369) ' -214722 0631 | |||||
| 4092 | Pu blic Const NoHeaderC olumnFound As Intege r = CInt(& H80040368) ' -214722 0632 | |||||
| 4093 | Pu blic Const ParsingMe tadataNotF ound As In teger = CI nt(&H80040 367) ' -21 47220633 | |||||
| 4094 | Pu blic Const EmptyHead erRow As I nteger = C Int(&H8004 0366) ' -2 147220634 | |||||
| 4095 | Pu blic Const EmptyCont ent As Int eger = CIn t(&H800403 65) ' -214 7220635 | |||||
| 4096 | Pu blic Const InvalidIs FirstRowHe aderForUse SystemMap As Integer = CInt(&H 80040364) ' -2147220 636 | |||||
| 4097 | Pu blic Const InvalidGu id As Inte ger = CInt (&H8004036 3) ' -2147 220637 | |||||
| 4098 | Pu blic Const GuidNotPr esent As I nteger = C Int(&H8004 0362) ' -2 147220638 | |||||
| 4099 | Pu blic Const OwnerValu eNotMapped As Intege r = CInt(& H80040361) ' -214722 0639 | |||||
| 4100 | Pu blic Const PicklistV alueNotMap ped As Int eger = CIn t(&H800403 60) ' -214 7220640 | |||||
| 4101 | Pu blic Const ErrorInDe lete As In teger = CI nt(&H80040 35a) ' -21 47220646 | |||||
| 4102 | Pu blic Const ErrorIncr eate As In teger = CI nt(&H80040 359) ' -21 47220647 | |||||
| 4103 | Pu blic Const ErrorInUp date As In teger = CI nt(&H80040 358) ' -21 47220648 | |||||
| 4104 | Pu blic Const ErrorInSe tState As Integer = CInt(&H800 40357) ' - 2147220649 | |||||
| 4105 | Pu blic Const InvalidDa taFormat A s Integer = CInt(&H8 0040356) ' -21472206 50 | |||||
| 4106 | Pu blic Const InvalidFo rmatForDat aDelimiter As Intege r = CInt(& H80040355) ' -214722 0651 | |||||
| 4107 | Pu blic Const CRMUserDo esNotExist As Intege r = CInt(& H80040354) ' -214722 0652 | |||||
| 4108 | Pu blic Const LookupNot Found As I nteger = C Int(&H8004 0353) ' -2 147220653 | |||||
| 4109 | Pu blic Const Duplicate LookupFoun d As Integ er = CInt( &H80040352 ) ' -21472 20654 | |||||
| 4110 | Pu blic Const InvalidIm portFileDa ta As Inte ger = CInt (&H8004035 1) ' -2147 220655 | |||||
| 4111 | Pu blic Const InvalidXm lSSContent As Intege r = CInt(& H80040350) ' -214722 0656 | |||||
| 4112 | Pu blic Const InvalidIm portFilePa rseData As Integer = CInt(&H80 040349) ' -214722066 3 | |||||
| 4113 | Pu blic Const InvalidVa lueForFile Type As In teger = CI nt(&H80040 348) ' -21 47220664 | |||||
| 4114 | Pu blic Const EmptyImpo rtFileRow As Integer = CInt(&H 80040347) ' -2147220 665 | |||||
| 4115 | Pu blic Const ErrorInPa rseRow As Integer = CInt(&H800 40346) ' - 2147220666 | |||||
| 4116 | Pu blic Const DataColum nsNumberMi smatch As Integer = CInt(&H800 40345) ' - 2147220667 | |||||
| 4117 | Pu blic Const InvalidHe aderColumn As Intege r = CInt(& H80040344) ' -214722 0668 | |||||
| 4118 | Pu blic Const OwnerMapp ingExistsW ithSourceS ystemUserN ame As Int eger = CIn t(&H800403 43) ' -214 7220669 | |||||
| 4119 | Pu blic Const PickListM appingExis tsWithSour ceValue As Integer = CInt(&H80 040342) ' -214722067 0 | |||||
| 4120 | Pu blic Const InvalidVa lueForData Delimiter As Integer = CInt(&H 80040341) ' -2147220 671 | |||||
| 4121 | Pu blic Const InvalidVa lueForFiel dDelimiter As Intege r = CInt(& H80040340) ' -214722 0672 | |||||
| 4122 | Pu blic Const PickListM appingExis tsForTarge tValue As Integer = CInt(&H800 4033f) ' - 2147220673 | |||||
| 4123 | Pu blic Const MappingEx istsForTar getAttribu te As Inte ger = CInt (&H8004033 e) ' -2147 220674 | |||||
| 4124 | Pu blic Const SourceEnt ityMappedT oMultipleT argets As Integer = CInt(&H800 4033d) ' - 2147220675 | |||||
| 4125 | Pu blic Const Attribute NotOfTypeP icklist As Integer = CInt(&H80 04033c) ' -214722067 6 | |||||
| 4126 | Pu blic Const Attribute NotOfTypeR eference A s Integer = CInt(&H8 0040390) ' -21472205 92 | |||||
| 4127 | Pu blic Const TargetEnt ityNotFoun d As Integ er = CInt( &H80040391 ) ' -21472 20591 | |||||
| 4128 | Pu blic Const TargetAtt ributeNotF ound As In teger = CI nt(&H80040 392) ' -21 47220590 | |||||
| 4129 | Pu blic Const PicklistV alueNotFou nd As Inte ger = CInt (&H8004039 3) ' -2147 220589 | |||||
| 4130 | Pu blic Const TargetAtt ributeInva lidForMap As Integer = CInt(&H 80040394) ' -2147220 588 | |||||
| 4131 | Pu blic Const TargetEnt ityInvalid ForMap As Integer = CInt(&H800 40395) ' - 2147220587 | |||||
| 4132 | Pu blic Const InvalidFi leBadChara cters As I nteger = C Int(&H8004 0396) ' -2 147220586 | |||||
| 4133 | Pu blic Const ErrorsInI mportFiles As Intege r = CInt(& H8004034a) ' -214722 0662 | |||||
| 4134 | Pu blic Const InvalidOp erationWhe nListIsNot Active As Integer = CInt(&H800 4033a) ' - 2147220678 | |||||
| 4135 | Pu blic Const InvalidOp erationWhe nPartyIsNo tActive As Integer = CInt(&H80 04033b) ' -214722067 7 | |||||
| 4136 | Pu blic Const AsyncOper ationSuspe ndedOrLock ed As Inte ger = CInt (&H8004033 9) ' -2147 220679 | |||||
| 4137 | Pu blic Const Duplicate HeaderColu mn As Inte ger = CInt (&H8004033 8) ' -2147 220680 | |||||
| 4138 | Pu blic Const EmptyHead erColumn A s Integer = CInt(&H8 0040337) ' -21472206 81 | |||||
| 4139 | Pu blic Const InvalidCo lumnNumber As Intege r = CInt(& H80040336) ' -214722 0682 | |||||
| 4140 | Pu blic Const Transform MustBeCall edBeforeIm port As In teger = CI nt(&H80040 335) ' -21 47220683 | |||||
| 4141 | Pu blic Const Operation CanBeCalle dOnlyOnce As Integer = CInt(&H 80040334) ' -2147220 684 | |||||
| 4142 | Pu blic Const Duplicate RecordsFou nd As Inte ger = CInt (&H8004033 3) ' -2147 220685 | |||||
| 4143 | Pu blic Const CampaignA ctivityClo sed As Int eger = CIn t(&H800403 31) ' -214 7220687 | |||||
| 4144 | Pu blic Const Unexpecte dErrorInMa ilMerge As Integer = CInt(&H80 040330) ' -214722068 8 | |||||
| 4145 | Pu blic Const UserCance lledMailMe rge As Int eger = CIn t(&H800403 2f) ' -214 7220689 | |||||
| 4146 | Pu blic Const FilteredD uetoMissin gEmailAddr ess As Int eger = CIn t(&H800403 2e) ' -214 7220690 | |||||
| 4147 | Pu blic Const CannotDel eteAsBackg roundOpera tionInProg ress As In teger = CI nt(&H80040 32b) ' -21 47220693 | |||||
| 4148 | Pu blic Const FilteredD uetoInacti veState As Integer = CInt(&H80 04032a) ' -214722069 4 | |||||
| 4149 | Pu blic Const MissingBO WFRules As Integer = CInt(&H80 040329) ' -214722069 5 | |||||
| 4150 | Pu blic Const AsyncOper ationPostp oned As In teger = CI nt(&H80040 328) ' -21 47220696 | |||||
| 4151 | Pu blic Const CannotSpe cifyOwnerF orActivity Propagatio n As Integ er = CInt( &H80040327 ) ' -21472 20697 | |||||
| 4152 | Pu blic Const CampaignA ctivityAlr eadyPropag ated As In teger = CI nt(&H80040 326) ' -21 47220698 | |||||
| 4153 | Pu blic Const FilteredD uetoAntiSp am As Inte ger = CInt (&H8004032 5) ' -2147 220699 | |||||
| 4154 | Pu blic Const TemplateT ypeNotSupp ortedForUn subscribeA cknowledge ment As In teger = CI nt(&H80040 324) ' -21 47220700 | |||||
| 4155 | Pu blic Const ErrorInIm portConfig As Intege r = CInt(& H80040323) ' -214722 0701 | |||||
| 4156 | Pu blic Const ImportCon figNotSpec ified As I nteger = C Int(&H8004 0322) ' -2 147220702 | |||||
| 4157 | Pu blic Const InvalidAc tivityType As Intege r = CInt(& H80040321) ' -214722 0703 | |||||
| 4158 | Pu blic Const Unsupport edParamete r As Integ er = CInt( &H80040320 ) ' -21472 20704 | |||||
| 4159 | Pu blic Const MissingPa rameter As Integer = CInt(&H80 04031f) ' -214722070 5 | |||||
| 4160 | Pu blic Const CannotSpe cifyCommun icationAtt ributeOnAc tivityForP ropagation As Intege r = CInt(& H8004031e) ' -214722 0706 | |||||
| 4161 | Pu blic Const CannotSpe cifyRecipi entForActi vityPropag ation As I nteger = C Int(&H8004 031d) ' -2 147220707 | |||||
| 4162 | Pu blic Const CannotSpe cifyAttend eeForAppoi ntmentProp agation As Integer = CInt(&H80 04031c) ' -214722070 8 | |||||
| 4163 | Pu blic Const CannotSpe cifySender ForActivit yPropagati on As Inte ger = CInt (&H8004031 b) ' -2147 220709 | |||||
| 4164 | Pu blic Const CannotSpe cifyOrgani zerForAppo intmentPro pagation A s Integer = CInt(&H8 004031a) ' -21472207 10 | |||||
| 4165 | Pu blic Const InvalidRe gardingObj ectTypeCod e As Integ er = CInt( &H80040319 ) ' -21472 20711 | |||||
| 4166 | Pu blic Const Unspecifi edActivity XmlForCamp aignActivi tyPropagat e As Integ er = CInt( &H80040318 ) ' -21472 20712 | |||||
| 4167 | Pu blic Const MoneySize Exceeded A s Integer = CInt(&H8 0040317) ' -21472207 13 | |||||
| 4168 | Pu blic Const ExtraPart yInformati on As Inte ger = CInt (&H8004031 6) ' -2147 220714 | |||||
| 4169 | Pu blic Const NotSuppor ted As Int eger = CIn t(&H800403 15) ' -214 7220715 | |||||
| 4170 | Pu blic Const InvalidOp erationFor ClosedOrCa ncelledCam paignActiv ity As Int eger = CIn t(&H800403 14) ' -214 7220716 | |||||
| 4171 | Pu blic Const InvalidEm ailTemplat e As Integ er = CInt( &H80040313 ) ' -21472 20717 | |||||
| 4172 | Pu blic Const CannotCre ateRespons eForTempla te As Inte ger = CInt (&H8004031 2) ' -2147 220718 | |||||
| 4173 | Pu blic Const CannotPro pagateCama paignActiv ityForTemp late As In teger = CI nt(&H80040 311) ' -21 47220719 | |||||
| 4174 | Pu blic Const InvalidCh annelForCa mpaignActi vityPropag ate As Int eger = CIn t(&H800403 10) ' -214 7220720 | |||||
| 4175 | Pu blic Const InvalidAc tivityType ForCampaig nActivityP ropagate A s Integer = CInt(&H8 004030f) ' -21472207 21 | |||||
| 4176 | Pu blic Const ObjectNot RelatedToC ampaign As Integer = CInt(&H80 04030e) ' -214722072 2 | |||||
| 4177 | Pu blic Const CannotRel ateObjectT ypeToCampa ignActivit y As Integ er = CInt( &H8004030d ) ' -21472 20723 | |||||
| 4178 | Pu blic Const CannotUpd ateCampaig nForCampai gnResponse As Intege r = CInt(& H8004030c) ' -214722 0724 | |||||
| 4179 | Pu blic Const CannotUpd ateCampaig nForCampai gnActivity As Intege r = CInt(& H8004030b) ' -214722 0725 | |||||
| 4180 | Pu blic Const CampaignN otSpecifie dForCampai gnResponse As Intege r = CInt(& H8004030a) ' -214722 0726 | |||||
| 4181 | Pu blic Const CampaignN otSpecifie dForCampai gnActivity As Intege r = CInt(& H80040309) ' -214722 0727 | |||||
| 4182 | Pu blic Const CannotRel ateObjectT ypeToCampa ign As Int eger = CIn t(&H800403 07) ' -214 7220729 | |||||
| 4183 | Pu blic Const CannotCop yIncompati bleListTyp e As Integ er = CInt( &H80040306 ) ' -21472 20730 | |||||
| 4184 | Pu blic Const InvalidAc tivityType ForList As Integer = CInt(&H80 040305) ' -214722073 1 | |||||
| 4185 | Pu blic Const CannotAss ociateInac tiveItemTo Campaign A s Integer = CInt(&H8 0040304) ' -21472207 32 | |||||
| 4186 | Pu blic Const InvalidFe tchXml As Integer = CInt(&H800 40303) ' - 2147220733 | |||||
| 4187 | Pu blic Const InvalidOp erationWhe nListLocke d As Integ er = CInt( &H80040302 ) ' -21472 20734 | |||||
| 4188 | Pu blic Const Unsupport edListMemb erType As Integer = CInt(&H800 40301) ' - 2147220735 | |||||
| 4189 | Pu blic Const InvalidPr imaryKey A s Integer = CInt(&H8 0040266) ' -21472208 90 | |||||
| 4190 | Pu blic Const IsvAborte d As Integ er = CInt( &H80040265 ) ' -21472 20891 | |||||
| 4191 | Pu blic Const CannotAss ignOutlook Filters As Integer = CInt(&H80 040264) ' -214722089 2 | |||||
| 4192 | Pu blic Const CannotCre ateOutlook Filters As Integer = CInt(&H80 040263) ' -214722089 3 | |||||
| 4193 | Pu blic Const CannotGra ntAccessTo OutlookFil ters As In teger = CI nt(&H80040 268) ' -21 47220888 | |||||
| 4194 | Pu blic Const CannotMod ifyAccessT oOutlookFi lters As I nteger = C Int(&H8004 0269) ' -2 147220887 | |||||
| 4195 | Pu blic Const CannotRev okeAccessT oOutlookFi lters As I nteger = C Int(&H8004 0270) ' -2 147220880 | |||||
| 4196 | Pu blic Const CannotGra ntAccessTo OfflineFil ters As In teger = CI nt(&H80040 271) ' -21 47220879 | |||||
| 4197 | Pu blic Const CannotMod ifyAccessT oOfflineFi lters As I nteger = C Int(&H8004 0272) ' -2 147220878 | |||||
| 4198 | Pu blic Const CannotRev okeAccessT oOfflineFi lters As I nteger = C Int(&H8004 0273) ' -2 147220877 | |||||
| 4199 | Pu blic Const Duplicate OutlookApp ointment A s Integer = CInt(&H8 0040274) ' -21472208 76 | |||||
| 4200 | Pu blic Const Appointme ntSchedule NotSet As Integer = CInt(&H800 40275) ' - 2147220875 | |||||
| 4201 | Pu blic Const Privilege CreateIsDi sabledForO rganizatio n As Integ er = CInt( &H80040276 ) ' -21472 20874 | |||||
| 4202 | Pu blic Const Unauthori zedAccess As Integer = CInt(&H 80040277) ' -2147220 873 | |||||
| 4203 | Pu blic Const InvalidCh aractersIn Field As I nteger = C Int(&H8004 0278) ' -2 147220872 | |||||
| 4204 | Pu blic Const CannotCha ngeStateOf NonpublicV iew As Int eger = CIn t(&H800402 79) ' -214 7220871 | |||||
| 4205 | Pu blic Const CannotDea ctivateDef aultView A s Integer = CInt(&H8 004027a) ' -21472208 70 | |||||
| 4206 | Pu blic Const CannotSet InactiveVi ewAsDefaul t As Integ er = CInt( &H8004027b ) ' -21472 20869 | |||||
| 4207 | Pu blic Const CannotExc eedFilterL imit As In teger = CI nt(&H80040 27c) ' -21 47220868 | |||||
| 4208 | Pu blic Const CannotHav eMultipleD efaultFilt erTemplate s As Integ er = CInt( &H8004027d ) ' -21472 20867 | |||||
| 4209 | Pu blic Const CrmConstr aintParsin gError As Integer = CInt(&H800 40262) ' - 2147220894 | |||||
| 4210 | Pu blic Const CrmConstr aintEvalua tionError As Integer = CInt(&H 80040261) ' -2147220 895 | |||||
| 4211 | Pu blic Const CrmExpres sionEvalua tionError As Integer = CInt(&H 80040260) ' -2147220 896 | |||||
| 4212 | Pu blic Const CrmExpres sionParame tersParsin gError As Integer = CInt(&H800 4025f) ' - 2147220897 | |||||
| 4213 | Pu blic Const CrmExpres sionBodyPa rsingError As Intege r = CInt(& H8004025e) ' -214722 0898 | |||||
| 4214 | Pu blic Const CrmExpres sionParsin gError As Integer = CInt(&H800 4025d) ' - 2147220899 | |||||
| 4215 | Pu blic Const CrmMalfor medExpress ionError A s Integer = CInt(&H8 004025c) ' -21472209 00 | |||||
| 4216 | Pu blic Const CalloutEx ception As Integer = CInt(&H80 04025b) ' -214722090 1 | |||||
| 4217 | Pu blic Const DateTimeF ormatFaile d As Integ er = CInt( &H8004025a ) ' -21472 20902 | |||||
| 4218 | Pu blic Const NumberFor matFailed As Integer = CInt(&H 80040259) ' -2147220 903 | |||||
| 4219 | Pu blic Const InvalidRe store As I nteger = C Int(&H8004 0258) ' -2 147220904 | |||||
| 4220 | Pu blic Const InvalidCa ller As In teger = CI nt(&H80040 257) ' -21 47220905 | |||||
| 4221 | Pu blic Const CrmSecuri tyError As Integer = CInt(&H80 040256) ' -214722090 6 | |||||
| 4222 | Pu blic Const Transacti onAborted As Integer = CInt(&H 80040255) ' -2147220 907 | |||||
| 4223 | Pu blic Const CannotBin dToSession As Intege r = CInt(& H80040254) ' -214722 0908 | |||||
| 4224 | Pu blic Const SessionTo kenUnavail able As In teger = CI nt(&H80040 253) ' -21 47220909 | |||||
| 4225 | Pu blic Const Transacti onNotCommi ted As Int eger = CIn t(&H800402 52) ' -214 7220910 | |||||
| 4226 | Pu blic Const Transacti onNotStart ed As Inte ger = CInt (&H8004025 1) ' -2147 220911 | |||||
| 4227 | Pu blic Const MultipleC hildPickli st As Inte ger = CInt (&H8004025 0) ' -2147 220912 | |||||
| 4228 | Pu blic Const InvalidSi ngletonRes ults As In teger = CI nt(&H80040 24f) ' -21 47220913 | |||||
| 4229 | Pu blic Const FailedToL oadAssembl y As Integ er = CInt( &H8004024e ) ' -21472 20914 | |||||
| 4230 | Pu blic Const CrmQueryE xpressionN otInitiali zed As Int eger = CIn t(&H800402 4d) ' -214 7220915 | |||||
| 4231 | Pu blic Const InvalidRe gistryKey As Integer = CInt(&H 8004024c) ' -2147220 916 | |||||
| 4232 | Pu blic Const InvalidPr iv As Inte ger = CInt (&H8004024 b) ' -2147 220917 | |||||
| 4233 | Pu blic Const MetadataN otFound As Integer = CInt(&H80 04024a) ' -214722091 8 | |||||
| 4234 | Pu blic Const InvalidEn tityClassE xception A s Integer = CInt(&H8 0040249) ' -21472209 19 | |||||
| 4235 | Pu blic Const InvalidXm lEntityNam eException As Intege r = CInt(& H80040248) ' -214722 0920 | |||||
| 4236 | Pu blic Const InvalidXm lCollectio nNameExcep tion As In teger = CI nt(&H80040 247) ' -21 47220921 | |||||
| 4237 | Pu blic Const InvalidRe currenceRu le As Inte ger = CInt (&H8004024 6) ' -2147 220922 | |||||
| 4238 | Pu blic Const CrmImpers onationErr or As Inte ger = CInt (&H8004024 5) ' -2147 220923 | |||||
| 4239 | Pu blic Const ServiceIn stantiatio nFailed As Integer = CInt(&H80 040244) ' -214722092 4 | |||||
| 4240 | Pu blic Const EntityIns tantiation Failed As Integer = CInt(&H800 40243) ' - 2147220925 | |||||
| 4241 | Pu blic Const FormTrans itionError As Intege r = CInt(& H80040242) ' -214722 0926 | |||||
| 4242 | Pu blic Const UserTimeC onvertExce ption As I nteger = C Int(&H8004 0241) ' -2 147220927 | |||||
| 4243 | Pu blic Const UserTimeZ oneExcepti on As Inte ger = CInt (&H8004024 0) ' -2147 220928 | |||||
| 4244 | Pu blic Const InvalidCo nnectionSt ring As In teger = CI nt(&H80040 23f) ' -21 47220929 | |||||
| 4245 | Pu blic Const OpenCrmDB Connection As Intege r = CInt(& H8004023e) ' -214722 0930 | |||||
| 4246 | Pu blic Const Unpopulat edPrimaryK ey As Inte ger = CInt (&H8004023 d) ' -2147 220931 | |||||
| 4247 | Pu blic Const InvalidVe rsion As I nteger = C Int(&H8004 023c) ' -2 147220932 | |||||
| 4248 | Pu blic Const InvalidOp eration As Integer = CInt(&H80 04023b) ' -214722093 3 | |||||
| 4249 | Pu blic Const InvalidMe tadata As Integer = CInt(&H800 4023a) ' - 2147220934 | |||||
| 4250 | Pu blic Const InvalidDa teTime As Integer = CInt(&H800 40239) ' - 2147220935 | |||||
| 4251 | Pu blic Const unManaged idscannotd efaultpriv ateview As Integer = CInt(&H80 040238) ' -214722093 6 | |||||
| 4252 | Pu blic Const Duplicate Record As Integer = CInt(&H800 40237) ' - 2147220937 | |||||
| 4253 | Pu blic Const unManaged idsnorelat ionship As Integer = CInt(&H80 040236) ' -214722093 8 | |||||
| 4254 | Pu blic Const MissingQu eryType As Integer = CInt(&H80 040235) ' -214722093 9 | |||||
| 4255 | Pu blic Const InvalidRo llupType A s Integer = CInt(&H8 0040234) ' -21472209 40 | |||||
| 4256 | Pu blic Const InvalidSt ate As Int eger = CIn t(&H800402 33) ' -214 7220941 | |||||
| 4257 | Pu blic Const unManaged idsviewisn otsharable As Intege r = CInt(& H80040232) ' -214722 0942 | |||||
| 4258 | Pu blic Const Principal PrivilegeD enied As I nteger = C Int(&H8004 0231) ' -2 147220943 | |||||
| 4259 | Pu blic Const CannotUpd ateObjectB ecauseItIs Inactive A s Integer = CInt(&H8 0040230) ' -21472209 44 | |||||
| 4260 | Pu blic Const CannotDel eteCannedV iew As Int eger = CIn t(&H800402 2f) ' -214 7220945 | |||||
| 4261 | Pu blic Const CannotUpd ateBecause ItIsReadOn ly As Inte ger = CInt (&H8004022 e) ' -2147 220946 | |||||
| 4262 | Pu blic Const CaseAlrea dyResolved As Intege r = CInt(& H800404cf) ' -214722 0273 | |||||
| 4263 | Pu blic Const InvalidCu stomer As Integer = CInt(&H800 4022d) ' - 2147220947 | |||||
| 4264 | Pu blic Const unManaged idsdataout ofrange As Integer = CInt(&H80 04022c) ' -214722094 8 | |||||
| 4265 | Pu blic Const unManaged idsownerno tenabled A s Integer = CInt(&H8 004022b) ' -21472209 49 | |||||
| 4266 | Pu blic Const BusinessM anagementO bjectAlrea dyExists A s Integer = CInt(&H8 004022a) ' -21472209 50 | |||||
| 4267 | Pu blic Const InvalidOw nerID As I nteger = C Int(&H8004 0229) ' -2 147220951 | |||||
| 4268 | Pu blic Const CannotDel eteAsItIsR eadOnly As Integer = CInt(&H80 040228) ' -214722095 2 | |||||
| 4269 | Pu blic Const CannotDel eteDueToAs sociation As Integer = CInt(&H 80040227) ' -2147220 953 | |||||
| 4270 | Pu blic Const unManaged idsanonymo usenabled As Integer = CInt(&H 80040226) ' -2147220 954 | |||||
| 4271 | Pu blic Const unManaged idsusernot enabled As Integer = CInt(&H80 040225) ' -214722095 5 | |||||
| 4272 | Pu blic Const BusinessN otEnabled As Integer = CInt(&H 8004032c) ' -2147220 692 | |||||
| 4273 | Pu blic Const CannotAss ignToDisab ledBusines s As Integ er = CInt( &H8004032d ) ' -21472 20691 | |||||
| 4274 | Pu blic Const IsvUnExpe cted As In teger = CI nt(&H80040 224) ' -21 47220956 | |||||
| 4275 | Pu blic Const OnlyOwner CanRevoke As Integer = CInt(&H 80040223) ' -2147220 957 | |||||
| 4276 | Pu blic Const unManaged idsoutofme mory As In teger = CI nt(&H80040 222) ' -21 47220958 | |||||
| 4277 | Pu blic Const unManaged idscannota ssigntobus iness As I nteger = C Int(&H8004 0221) ' -2 147220959 | |||||
| 4278 | Pu blic Const Privilege Denied As Integer = CInt(&H800 40220) ' - 2147220960 | |||||
| 4279 | Pu blic Const InvalidOb jectTypes As Integer = CInt(&H 8004021f) ' -2147220 961 | |||||
| 4280 | Pu blic Const unManaged idscannotg rantorrevo keaccessto business A s Integer = CInt(&H8 004021e) ' -21472209 62 | |||||
| 4281 | Pu blic Const unManaged idsinvalid useridorbu sinessidor usersbusin essinvalid As Intege r = CInt(& H8004021d) ' -214722 0963 | |||||
| 4282 | Pu blic Const unManaged idspresent useridandt eamid As I nteger = C Int(&H8004 021c) ' -2 147220964 | |||||
| 4283 | Pu blic Const MissingUs erId As In teger = CI nt(&H80040 21b) ' -21 47220965 | |||||
| 4284 | Pu blic Const MissingBu sinessId A s Integer = CInt(&H8 004021a) ' -21472209 66 | |||||
| 4285 | Pu blic Const NotImplem ented As I nteger = C Int(&H8004 0219) ' -2 147220967 | |||||
| 4286 | Pu blic Const InvalidPo inter As I nteger = C Int(&H8004 0218) ' -2 147220968 | |||||
| 4287 | Pu blic Const ObjectDoe sNotExist As Integer = CInt(&H 80040217) ' -2147220 969 | |||||
| 4288 | Pu blic Const UnExpecte d As Integ er = CInt( &H80040216 ) ' -21472 20970 | |||||
| 4289 | Pu blic Const MissingOw ner As Int eger = CIn t(&H800402 15) ' -214 7220971 | |||||
| 4290 | Pu blic Const CannotSha reWithOwne r As Integ er = CInt( &H80040214 ) ' -21472 20972 | |||||
| 4291 | Pu blic Const unManaged idsinvalid visibility modificati onaccess A s Integer = CInt(&H8 0040213) ' -21472209 73 | |||||
| 4292 | Pu blic Const unManaged idsinvalid owninguser As Intege r = CInt(& H80040212) ' -214722 0974 | |||||
| 4293 | Pu blic Const unManaged idsinvalid associatio n As Integ er = CInt( &H80040211 ) ' -21472 20975 | |||||
| 4294 | Pu blic Const InvalidAs signeeId A s Integer = CInt(&H8 0040210) ' -21472209 76 | |||||
| 4295 | Pu blic Const unManaged idsfailure inittoken As Integer = CInt(&H 8004020f) ' -2147220 977 | |||||
| 4296 | Pu blic Const unManaged idsinvalid visibility As Intege r = CInt(& H8004020e) ' -214722 0978 | |||||
| 4297 | Pu blic Const InvalidAc cessRights As Intege r = CInt(& H8004020d) ' -214722 0979 | |||||
| 4298 | Pu blic Const InvalidSh aree As In teger = CI nt(&H80040 20c) ' -21 47220980 | |||||
| 4299 | Pu blic Const unManaged idsinvalid itemid As Integer = CInt(&H800 4020b) ' - 2147220981 | |||||
| 4300 | Pu blic Const unManaged idsinvalid orgid As I nteger = C Int(&H8004 020a) ' -2 147220982 | |||||
| 4301 | Pu blic Const unManaged idsinvalid businessid As Intege r = CInt(& H80040209) ' -214722 0983 | |||||
| 4302 | Pu blic Const unManaged idsinvalid teamid As Integer = CInt(&H800 40208) ' - 2147220984 | |||||
| 4303 | Pu blic Const unManaged idsinvalid userid As Integer = CInt(&H800 40207) ' - 2147220985 | |||||
| 4304 | Pu blic Const InvalidPa rentId As Integer = CInt(&H800 40206) ' - 2147220986 | |||||
| 4305 | Pu blic Const InvalidPa rent As In teger = CI nt(&H80040 205) ' -21 47220987 | |||||
| 4306 | Pu blic Const InvalidUs erAuth As Integer = CInt(&H800 40204) ' - 2147220988 | |||||
| 4307 | Pu blic Const InvalidAr gument As Integer = CInt(&H800 40203) ' - 2147220989 | |||||
| 4308 | Pu blic Const EmptyXml As Integer = CInt(&H 80040202) ' -2147220 990 | |||||
| 4309 | Pu blic Const InvalidXm l As Integ er = CInt( &H80040201 ) ' -21472 20991 | |||||
| 4310 | Pu blic Const RequiredF ieldMissin g As Integ er = CInt( &H80040200 ) ' -21472 20992 | |||||
| 4311 | Pu blic Const SearchTex tLenExceed ed As Inte ger = CInt (&H800401f f) ' -2147 220993 | |||||
| 4312 | Pu blic Const CannotAss ignOffline Filters As Integer = CInt(&H80 0404ff) ' -214722022 5 | |||||
| 4313 | Pu blic Const ArticleIs Published As Integer = CInt(&H 800404fe) ' -2147220 226 | |||||
| 4314 | Pu blic Const InvalidAr ticleTempl ateState A s Integer = CInt(&H8 00404fd) ' -21472202 27 | |||||
| 4315 | Pu blic Const InvalidAr ticleState Transition As Intege r = CInt(& H800404fc) ' -214722 0228 | |||||
| 4316 | Pu blic Const InvalidAr ticleState As Intege r = CInt(& H800404fb) ' -214722 0229 | |||||
| 4317 | Pu blic Const NullKBArt icleTempla teId As In teger = CI nt(&H80040 4fa) ' -21 47220230 | |||||
| 4318 | Pu blic Const NullArtic leTemplate StructureX ml As Inte ger = CInt (&H800404f 9) ' -2147 220231 | |||||
| 4319 | Pu blic Const NullArtic leTemplate FormatXml As Integer = CInt(&H 800404f8) ' -2147220 232 | |||||
| 4320 | Pu blic Const NullArtic leXml As I nteger = C Int(&H8004 04f7) ' -2 147220233 | |||||
| 4321 | Pu blic Const InvalidCo ntractDeta ilId As In teger = CI nt(&H80040 4f6) ' -21 47220234 | |||||
| 4322 | Pu blic Const InvalidTo talPrice A s Integer = CInt(&H8 00404f5) ' -21472202 35 | |||||
| 4323 | Pu blic Const InvalidTo talDiscoun t As Integ er = CInt( &H800404f4 ) ' -21472 20236 | |||||
| 4324 | Pu blic Const InvalidNe tPrice As Integer = CInt(&H800 404f3) ' - 2147220237 | |||||
| 4325 | Pu blic Const InvalidAl lotmentsRe maining As Integer = CInt(&H80 0404f2) ' -214722023 8 | |||||
| 4326 | Pu blic Const InvalidAl lotmentsUs ed As Inte ger = CInt (&H800404f 1) ' -2147 220239 | |||||
| 4327 | Pu blic Const InvalidAl lotmentsTo tal As Int eger = CIn t(&H800404 f0) ' -214 7220240 | |||||
| 4328 | Pu blic Const InvalidAl lotmentsCa lc As Inte ger = CInt (&H800404e f) ' -2147 220241 | |||||
| 4329 | Pu blic Const CannotRou teToSameQu eue As Int eger = CIn t(&H800405 1b) ' -214 7220197 | |||||
| 4330 | Pu blic Const CannotAdd SingleQueu eEnabledEn tityToQueu e As Integ er = CInt( &H8004051c ) ' -21472 20196 | |||||
| 4331 | Pu blic Const CannotUpd ateDeactiv atedQueueI tem As Int eger = CIn t(&H800405 1d) ' -214 7220195 | |||||
| 4332 | Pu blic Const CannotCre ateQueueIt emInactive Object As Integer = CInt(&H800 4051e) ' - 2147220194 | |||||
| 4333 | Pu blic Const Insuffici entPrivile geToQueueO wner As In teger = CI nt(&H80040 520) ' -21 47220192 | |||||
| 4334 | Pu blic Const NoPrivile geToWorker As Intege r = CInt(& H80040521) ' -214722 0191 | |||||
| 4335 | Pu blic Const CannotAdd QueueItems ToInactive Queue As I nteger = C Int(&H8004 0522) ' -2 147220190 | |||||
| 4336 | Pu blic Const EmailAlre adyExistsI nDestinati onQueue As Integer = CInt(&H80 040523) ' -214722018 9 | |||||
| 4337 | Pu blic Const CouldNotF indQueueIt emInQueue As Integer = CInt(&H 80040524) ' -2147220 188 | |||||
| 4338 | Pu blic Const MultipleQ ueueItemsF ound As In teger = CI nt(&H80040 525) ' -21 47220187 | |||||
| 4339 | Pu blic Const ActiveQue ueItemAlre adyExists As Integer = CInt(&H 80040526) ' -2147220 186 | |||||
| 4340 | Pu blic Const CannotRou teInactive QueueItem As Integer = CInt(&H 80040527) ' -2147220 185 | |||||
| 4341 | Pu blic Const QueueIdNo tPresent A s Integer = CInt(&H8 0040528) ' -21472201 84 | |||||
| 4342 | Pu blic Const QueueItem NotPresent As Intege r = CInt(& H80040529) ' -214722 0183 | |||||
| 4343 | Pu blic Const CannotUpd atePrivate OrWIPQueue As Intege r = CInt(& H800404ee) ' -214722 0242 | |||||
| 4344 | Pu blic Const CannotFin dUserQueue As Intege r = CInt(& H800404ec) ' -214722 0244 | |||||
| 4345 | Pu blic Const CannotFin dObjectInQ ueue As In teger = CI nt(&H80040 4eb) ' -21 47220245 | |||||
| 4346 | Pu blic Const CannotRou teToQueue As Integer = CInt(&H 800404ea) ' -2147220 246 | |||||
| 4347 | Pu blic Const RouteType Unsupporte d As Integ er = CInt( &H800404e9 ) ' -21472 20247 | |||||
| 4348 | Pu blic Const UserIdOrQ ueueNotSet As Intege r = CInt(& H800404e8) ' -214722 0248 | |||||
| 4349 | Pu blic Const RoutingNo tAllowed A s Integer = CInt(&H8 00404e7) ' -21472202 49 | |||||
| 4350 | Pu blic Const CannotUpd ateMetricO nChildGoal As Intege r = CInt(& H80044900) ' -214720 2816 | |||||
| 4351 | Pu blic Const CannotUpd ateGoalPer iodInfoChi ldGoal As Integer = CInt(&H800 44901) ' - 2147202815 | |||||
| 4352 | Pu blic Const CannotUpd ateMetricO nGoalWithC hildren As Integer = CInt(&H80 044902) ' -214720281 4 | |||||
| 4353 | Pu blic Const FiscalPer iodGoalMis singInfo A s Integer = CInt(&H8 0044903) ' -21472028 13 | |||||
| 4354 | Pu blic Const CustomPer iodGoalHav ingExtraIn fo As Inte ger = CInt (&H8004490 4) ' -2147 202812 | |||||
| 4355 | Pu blic Const ParentChi ldMetricId Differs As Integer = CInt(&H80 044905) ' -214720281 1 | |||||
| 4356 | Pu blic Const ParentChi ldPeriodAt tributesDi ffer As In teger = CI nt(&H80044 906) ' -21 47202810 | |||||
| 4357 | Pu blic Const CustomPer iodGoalMis singInfo A s Integer = CInt(&H8 0044907) ' -21472028 09 | |||||
| 4358 | Pu blic Const GoalMissi ngPeriodTy peInfo As Integer = CInt(&H800 44908) ' - 2147202808 | |||||
| 4359 | Pu blic Const Participa tingQueryE ntityMisma tch As Int eger = CIn t(&H800449 09) ' -214 7202807 | |||||
| 4360 | Pu blic Const CannotUpd ateGoalPer iodInfoClo sedGoal As Integer = CInt(&H80 044910) ' -214720280 0 | |||||
| 4361 | Pu blic Const CannotUpd ateRollupF ields As I nteger = C Int(&H8004 4911) ' -2 147202799 | |||||
| 4362 | Pu blic Const CannotDel eteMetricW ithGoals A s Integer = CInt(&H8 0044800) ' -21472030 72 | |||||
| 4363 | Pu blic Const CannotUpd ateRollupA ttributeWi thClosedGo als As Int eger = CIn t(&H800448 01) ' -214 7203071 | |||||
| 4364 | Pu blic Const MetricNam eAlreadyEx ists As In teger = CI nt(&H80044 802) ' -21 47203070 | |||||
| 4365 | Pu blic Const CannotUpd ateMetricW ithGoals A s Integer = CInt(&H8 0044803) ' -21472030 69 | |||||
| 4366 | Pu blic Const CannotCre ateUpdateS ourceAttri bute As In teger = CI nt(&H80044 804) ' -21 47203068 | |||||
| 4367 | Pu blic Const InvalidDa teAttribut e As Integ er = CInt( &H80044805 ) ' -21472 03067 | |||||
| 4368 | Pu blic Const InvalidSo urceEntity Attribute As Integer = CInt(&H 80044806) ' -2147203 066 | |||||
| 4369 | Pu blic Const GoalAttri buteAlread yMapped As Integer = CInt(&H80 044807) ' -214720306 5 | |||||
| 4370 | Pu blic Const InvalidSo urceAttrib uteType As Integer = CInt(&H80 044808) ' -214720306 4 | |||||
| 4371 | Pu blic Const MaxLimitF orRollupAt tribute As Integer = CInt(&H80 04480a) ' -214720306 2 | |||||
| 4372 | Pu blic Const InvalidGo alAttribut e As Integ er = CInt( &H8004480b ) ' -21472 03061 | |||||
| 4373 | Pu blic Const CannotUpd ateParentA ndDependen ts As Inte ger = CInt (&H8004480 c) ' -2147 203060 | |||||
| 4374 | Pu blic Const UserDoesN otHaveSend AsAllowed As Integer = CInt(&H 8004480d) ' -2147203 059 | |||||
| 4375 | Pu blic Const CannotUpd ateQuoteCu rrency As Integer = CInt(&H800 4480e) ' - 2147203058 | |||||
| 4376 | Pu blic Const UserDoesN otHaveSend AsForQueue As Intege r = CInt(& H8004480f) ' -214720 3057 | |||||
| 4377 | Pu blic Const InvalidSo urceStateV alue As In teger = CI nt(&H80044 810) ' -21 47203056 | |||||
| 4378 | Pu blic Const InvalidSo urceStatus Value As I nteger = C Int(&H8004 4811) ' -2 147203055 | |||||
| 4379 | Pu blic Const InvalidEn tityForDat eAttribute As Intege r = CInt(& H80044812) ' -214720 3054 | |||||
| 4380 | Pu blic Const InvalidEn tityForRol lup As Int eger = CIn t(&H800448 13) ' -214 7203053 | |||||
| 4381 | Pu blic Const InvalidFi scalPeriod As Intege r = CInt(& H80044814) ' -214720 3052 | |||||
| 4382 | Pu blic Const unManaged childentit yisnotchil d As Integ er = CInt( &H800404e6 ) ' -21472 20250 | |||||
| 4383 | Pu blic Const unManaged missingpar ententity As Integer = CInt(&H 800404e5) ' -2147220 251 | |||||
| 4384 | Pu blic Const unManaged unablegete xecutionco ntext As I nteger = C Int(&H8004 04e4) ' -2 147220252 | |||||
| 4385 | Pu blic Const unManaged pendingtrx exists As Integer = CInt(&H800 404e3) ' - 2147220253 | |||||
| 4386 | Pu blic Const unManaged invalidtrx countforco mmit As In teger = CI nt(&H80040 4e2) ' -21 47220254 | |||||
| 4387 | Pu blic Const unManaged invalidtrx countforro llback As Integer = CInt(&H800 404e1) ' - 2147220255 | |||||
| 4388 | Pu blic Const unManaged unableswit chusercont ext As Int eger = CIn t(&H800404 e0) ' -214 7220256 | |||||
| 4389 | Pu blic Const unManaged missingdat aaccess As Integer = CInt(&H80 0404df) ' -214722025 7 | |||||
| 4390 | Pu blic Const unManaged invalidcha racterdata foraggrega te As Inte ger = CInt (&H800404d e) ' -2147 220258 | |||||
| 4391 | Pu blic Const unManaged trxinterop handlerset As Intege r = CInt(& H800404dd) ' -214722 0259 | |||||
| 4392 | Pu blic Const unManaged invalidbin aryfield A s Integer = CInt(&H8 00404dc) ' -21472202 60 | |||||
| 4393 | Pu blic Const unManaged invaludidi spatchfiel d As Integ er = CInt( &H800404db ) ' -21472 20261 | |||||
| 4394 | Pu blic Const unManaged invaliddbd atefield A s Integer = CInt(&H8 00404da) ' -21472202 62 | |||||
| 4395 | Pu blic Const unManaged invalddbti mefield As Integer = CInt(&H80 0404d9) ' -214722026 3 | |||||
| 4396 | Pu blic Const unManaged invalidfie ldtype As Integer = CInt(&H800 404d8) ' - 2147220264 | |||||
| 4397 | Pu blic Const unManaged invalidstr eamfield A s Integer = CInt(&H8 00404d7) ' -21472202 65 | |||||
| 4398 | Pu blic Const unManaged invalidpar ametertype forparamet erizedquer y As Integ er = CInt( &H800404d6 ) ' -21472 20266 | |||||
| 4399 | Pu blic Const unManaged invaliddyn amicparame teraccesso r As Integ er = CInt( &H800404d5 ) ' -21472 20267 | |||||
| 4400 | Pu blic Const unManaged unablegets essiontoke nnotrx As Integer = CInt(&H800 404d4) ' - 2147220268 | |||||
| 4401 | Pu blic Const unManaged unablegets essiontoke n As Integ er = CInt( &H800404d3 ) ' -21472 20269 | |||||
| 4402 | Pu blic Const unManaged invalidsec urityprinc ipal As In teger = CI nt(&H80040 4d2) ' -21 47220270 | |||||
| 4403 | Pu blic Const unManaged missingpre viousowner type As In teger = CI nt(&H80040 4d0) ' -21 47220272 | |||||
| 4404 | Pu blic Const unManaged invalidpri vilegeid A s Integer = CInt(&H8 00404ce) ' -21472202 74 | |||||
| 4405 | Pu blic Const unManaged invalidpri vilegeuser group As I nteger = C Int(&H8004 04cd) ' -2 147220275 | |||||
| 4406 | Pu blic Const unManaged unexpected propertyty pe As Inte ger = CInt (&H800404c c) ' -2147 220276 | |||||
| 4407 | Pu blic Const unManaged missingadd ressentity As Intege r = CInt(& H800404cb) ' -214722 0277 | |||||
| 4408 | Pu blic Const unManaged erroraddin gfiltertoq ueryplan A s Integer = CInt(&H8 00404ca) ' -21472202 78 | |||||
| 4409 | Pu blic Const unManaged missingref erencesfro mrelations hip As Int eger = CIn t(&H800404 c9) ' -214 7220279 | |||||
| 4410 | Pu blic Const unManaged missingref erencingat tribute As Integer = CInt(&H80 0404c8) ' -214722028 0 | |||||
| 4411 | Pu blic Const unManaged invalidope rator As I nteger = C Int(&H8004 04c7) ' -2 147220281 | |||||
| 4412 | Pu blic Const unManaged unabletoac cessqueryp lanfilter As Integer = CInt(&H 800404c6) ' -2147220 282 | |||||
| 4413 | Pu blic Const unManaged missingatt ributefort ag As Inte ger = CInt (&H800404c 5) ' -2147 220283 | |||||
| 4414 | Pu blic Const unManaged errorproce ssingfilte rnodes As Integer = CInt(&H800 404c4) ' - 2147220284 | |||||
| 4415 | Pu blic Const unManaged unabletolo catecondit ionfilter As Integer = CInt(&H 800404c3) ' -2147220 285 | |||||
| 4416 | Pu blic Const unManaged invalidpag evalue As Integer = CInt(&H800 404c2) ' - 2147220286 | |||||
| 4417 | Pu blic Const unManaged invalidcou ntvalue As Integer = CInt(&H80 0404c1) ' -214722028 7 | |||||
| 4418 | Pu blic Const unManaged invalidver sionvalue As Integer = CInt(&H 800404c0) ' -2147220 288 | |||||
| 4419 | Pu blic Const unManaged invalidval uettagouts ideconditi ontag As I nteger = C Int(&H8004 04bf) ' -2 147220289 | |||||
| 4420 | Pu blic Const unManaged invalidorg anizationi d As Integ er = CInt( &H800404be ) ' -21472 20290 | |||||
| 4421 | Pu blic Const unManaged invalidown inguser As Integer = CInt(&H80 0404bd) ' -214722029 1 | |||||
| 4422 | Pu blic Const unManaged invalidown ingbusines sunitorbus inessuniti d As Integ er = CInt( &H800404bc ) ' -21472 20292 | |||||
| 4423 | Pu blic Const unManaged invalidpri vilegeedep th As Inte ger = CInt (&H800404b b) ' -2147 220293 | |||||
| 4424 | Pu blic Const unManaged invalidlin kobjects A s Integer = CInt(&H8 00404ba) ' -21472202 94 | |||||
| 4425 | Pu blic Const unManaged partylista ttributeno tsupported As Intege r = CInt(& H800404b8) ' -214722 0296 | |||||
| 4426 | Pu blic Const unManaged invalidarg umentsforc ondition A s Integer = CInt(&H8 00404b7) ' -21472202 97 | |||||
| 4427 | Pu blic Const unManaged unknownagg regateoper ation As I nteger = C Int(&H8004 04b6) ' -2 147220298 | |||||
| 4428 | Pu blic Const unManaged missingpar entattribu teonentity As Intege r = CInt(& H800404b5) ' -214722 0299 | |||||
| 4429 | Pu blic Const unManaged invalidpro cesschildo fcondition As Intege r = CInt(& H800404b4) ' -214722 0300 | |||||
| 4430 | Pu blic Const unManaged unexpected rimarykey As Integer = CInt(&H 800404b3) ' -2147220 301 | |||||
| 4431 | Pu blic Const unManaged missinglin kentity As Integer = CInt(&H80 0404b2) ' -214722030 2 | |||||
| 4432 | Pu blic Const unManaged invalidpro cesslitern alconditio n As Integ er = CInt( &H800404b1 ) ' -21472 20303 | |||||
| 4433 | Pu blic Const unManaged emptyproce ssliteralc ondition A s Integer = CInt(&H8 00404b0) ' -21472203 04 | |||||
| 4434 | Pu blic Const unManaged unusableva riantdata As Integer = CInt(&H 800404af) ' -2147220 305 | |||||
| 4435 | Pu blic Const unManaged fieldnotva lidatedbyp latform As Integer = CInt(&H80 0404ae) ' -214722030 6 | |||||
| 4436 | Pu blic Const unManaged missingfil terattribu te As Inte ger = CInt (&H800404a d) ' -2147 220307 | |||||
| 4437 | Pu blic Const unManaged invalidequ alityopera nd As Inte ger = CInt (&H800404a c) ' -2147 220308 | |||||
| 4438 | Pu blic Const unManaged filterinde xoutofrang e As Integ er = CInt( &H800404ab ) ' -21472 20309 | |||||
| 4439 | Pu blic Const unManaged entityisno tintersect As Intege r = CInt(& H800404aa) ' -214722 0310 | |||||
| 4440 | Pu blic Const unManaged cihldofcon ditionforo ffilefilte rs As Inte ger = CInt (&H800404a 9) ' -2147 220311 | |||||
| 4441 | Pu blic Const unManaged invalidown ingbusines sunit As I nteger = C Int(&H8004 04a8) ' -2 147220312 | |||||
| 4442 | Pu blic Const unManaged invalidbus inessuniti d As Integ er = CInt( &H800404a7 ) ' -21472 20313 | |||||
| 4443 | Pu blic Const unManaged morethanon esortattri bute As In teger = CI nt(&H80040 4a6) ' -21 47220314 | |||||
| 4444 | Pu blic Const unManaged unabletoac cessqueryp lan As Int eger = CIn t(&H800404 a5) ' -214 7220315 | |||||
| 4445 | Pu blic Const unManaged parentattr ibutenotfo und As Int eger = CIn t(&H800404 a4) ' -214 7220316 | |||||
| 4446 | Pu blic Const unManaged invalidtls mananger A s Integer = CInt(&H8 00404a2) ' -21472203 18 | |||||
| 4447 | Pu blic Const unManaged invalidesc apedxml As Integer = CInt(&H80 0404a1) ' -214722031 9 | |||||
| 4448 | Pu blic Const unManaged unabletore trievepriv ileges As Integer = CInt(&H800 404a0) ' - 2147220320 | |||||
| 4449 | Pu blic Const unManaged proxycreat ionfailed As Integer = CInt(&H 8004049f) ' -2147220 321 | |||||
| 4450 | Pu blic Const unManaged invalidpri ncipal As Integer = CInt(&H800 4049e) ' - 2147220322 | |||||
| 4451 | Pu blic Const RestrictI nheritedRo le As Inte ger = CInt (&H8004415 2) ' -2147 204782 | |||||
| 4452 | Pu blic Const unManaged idsfetchbe tweentext As Integer = CInt(&H 80044153) ' -2147204 781 | |||||
| 4453 | Pu blic Const unManaged idscantdis able As In teger = CI nt(&H80044 154) ' -21 47204780 | |||||
| 4454 | Pu blic Const CascadeIn validLinkT ypeTransit ion As Int eger = CIn t(&H800441 55) ' -214 7204779 | |||||
| 4455 | Pu blic Const InvalidOr gOwnedCasc adeLinkTyp e As Integ er = CInt( &H80044156 ) ' -21472 04778 | |||||
| 4456 | Pu blic Const CallerCan notChangeO wnDomainNa me As Inte ger = CInt (&H8004416 1) ' -2147 204767 | |||||
| 4457 | Pu blic Const AsyncOper ationInval idStateCha nge As Int eger = CIn t(&H800441 62) ' -214 7204766 | |||||
| 4458 | Pu blic Const AsyncOper ationInval idStateCha ngeUnexpec ted As Int eger = CIn t(&H800441 63) ' -214 7204765 | |||||
| 4459 | Pu blic Const AsyncOper ationMissi ngId As In teger = CI nt(&H80044 164) ' -21 47204764 | |||||
| 4460 | Pu blic Const AsyncOper ationInval idStateCha ngeToCompl ete As Int eger = CIn t(&H800441 65) ' -214 7204763 | |||||
| 4461 | Pu blic Const AsyncOper ationInval idStateCha ngeToReady As Intege r = CInt(& H80044166) ' -214720 4762 | |||||
| 4462 | Pu blic Const AsyncOper ationInval idStateCha ngeToSuspe nded As In teger = CI nt(&H80044 167) ' -21 47204761 | |||||
| 4463 | Pu blic Const AsyncOper ationCanno tUpdateNon recurring As Integer = CInt(&H 80044168) ' -2147204 760 | |||||
| 4464 | Pu blic Const AsyncOper ationCanno tUpdateRec urring As Integer = CInt(&H800 44169) ' - 2147204759 | |||||
| 4465 | Pu blic Const AsyncOper ationCanno tDeleteUnl essComplet ed As Inte ger = CInt (&H8004416 a) ' -2147 204758 | |||||
| 4466 | Pu blic Const SdkInvali dMessagePr opertyName As Intege r = CInt(& H8004416b) ' -214720 4757 | |||||
| 4467 | Pu blic Const PluginAss emblyMustH avePublicK eyToken As Integer = CInt(&H80 04416c) ' -214720475 6 | |||||
| 4468 | Pu blic Const SdkMessag eInvalidIm ageTypeReg istration As Integer = CInt(&H 8004416d) ' -2147204 755 | |||||
| 4469 | Pu blic Const SdkMessag eDoesNotSu pportPostI mageRegist ration As Integer = CInt(&H800 4416e) ' - 2147204754 | |||||
| 4470 | Pu blic Const CannotDes erializeRe quest As I nteger = C Int(&H8004 416f) ' -2 147204753 | |||||
| 4471 | Pu blic Const InvalidPl uginRegist rationConf iguration As Integer = CInt(&H 80044170) ' -2147204 752 | |||||
| 4472 | Pu blic Const SandboxCl ientPlugin Timeout As Integer = CInt(&H80 044171) ' -214720475 1 | |||||
| 4473 | Pu blic Const SandboxHo stPluginTi meout As I nteger = C Int(&H8004 4172) ' -2 147204750 | |||||
| 4474 | Pu blic Const SandboxWo rkerPlugin Timeout As Integer = CInt(&H80 044173) ' -214720474 9 | |||||
| 4475 | Pu blic Const SandboxSd kListenerS tartFailed As Intege r = CInt(& H80044174) ' -214720 4748 | |||||
| 4476 | Pu blic Const ServiceBu sPostFaile d As Integ er = CInt( &H80044175 ) ' -21472 04747 | |||||
| 4477 | Pu blic Const ServiceBu sIssuerNot Found As I nteger = C Int(&H8004 4176) ' -2 147204746 | |||||
| 4478 | Pu blic Const ServiceBu sIssuerCer tificateEr ror As Int eger = CIn t(&H800441 77) ' -214 7204745 | |||||
| 4479 | Pu blic Const ServiceBu sExtendedT okenFailed As Intege r = CInt(& H80044178) ' -214720 4744 | |||||
| 4480 | Pu blic Const ServiceBu sPostPostp oned As In teger = CI nt(&H80044 179) ' -21 47204743 | |||||
| 4481 | Pu blic Const ServiceBu sPostDisab led As Int eger = CIn t(&H800441 7a) ' -214 7204742 | |||||
| 4482 | Pu blic Const SdkMessag eNotSuppor tedOnServe r As Integ er = CInt( &H80044180 ) ' -21472 04736 | |||||
| 4483 | Pu blic Const SdkMessag eNotSuppor tedOnClien t As Integ er = CInt( &H80044181 ) ' -21472 04735 | |||||
| 4484 | Pu blic Const SdkCorrel ationToken DepthTooHi gh As Inte ger = CInt (&H8004418 2) ' -2147 204734 | |||||
| 4485 | Pu blic Const OnlyStepI nPredefine dStagesCan BeModified As Intege r = CInt(& H80044184) ' -214720 4732 | |||||
| 4486 | Pu blic Const OnlyStepI nServerOnl yCanHaveSe cureConfig uration As Integer = CInt(&H80 044185) ' -214720473 1 | |||||
| 4487 | Pu blic Const OnlyStepO utsideTran sactionCan CreateCrmS ervice As Integer = CInt(&H800 44186) ' - 2147204730 | |||||
| 4488 | Pu blic Const SdkCustom Processing StepIsNotA llowed As Integer = CInt(&H800 44187) ' - 2147204729 | |||||
| 4489 | Pu blic Const SdkEntity OfflineQue uePlayback IsNotAllow ed As Inte ger = CInt (&H8004418 8) ' -2147 204728 | |||||
| 4490 | Pu blic Const SdkMessag eDoesNotSu pportImage Registrati on As Inte ger = CInt (&H8004418 9) ' -2147 204727 | |||||
| 4491 | Pu blic Const RequestLe ngthTooLar ge As Inte ger = CInt (&H8004418 a) ' -2147 204726 | |||||
| 4492 | Pu blic Const SandboxWo rkerNotAva ilable As Integer = CInt(&H800 4418d) ' - 2147204723 | |||||
| 4493 | Pu blic Const SandboxHo stNotAvail able As In teger = CI nt(&H80044 18e) ' -21 47204722 | |||||
| 4494 | Pu blic Const PluginAss emblyConte ntSizeExce eded As In teger = CI nt(&H80044 18f) ' -21 47204721 | |||||
| 4495 | Pu blic Const UnableToL oadPluginT ype As Int eger = CIn t(&H800441 90) ' -214 7204720 | |||||
| 4496 | Pu blic Const UnableToL oadPluginA ssembly As Integer = CInt(&H80 044191) ' -214720471 9 | |||||
| 4497 | Pu blic Const InvalidPl uginAssemb lyContent As Integer = CInt(&H 8004418b) ' -2147204 725 | |||||
| 4498 | Pu blic Const InvalidPl uginTypeIm plementati on As Inte ger = CInt (&H8004418 c) ' -2147 204724 | |||||
| 4499 | Pu blic Const InvalidPl uginAssemb lyVersion As Integer = CInt(&H 8004417b) ' -2147204 741 | |||||
| 4500 | Pu blic Const PluginTyp eMustBeUni que As Int eger = CIn t(&H800441 7c) ' -214 7204740 | |||||
| 4501 | Pu blic Const InvalidAs semblySour ceType As Integer = CInt(&H800 4417d) ' - 2147204739 | |||||
| 4502 | Pu blic Const InvalidAs semblyProc essorArchi tecture As Integer = CInt(&H80 04417e) ' -214720473 8 | |||||
| 4503 | Pu blic Const CyclicRef erencesNot Supported As Integer = CInt(&H 8004417f) ' -2147204 737 | |||||
| 4504 | Pu blic Const InvalidQu ery As Int eger = CIn t(&H800441 83) ' -214 7204733 | |||||
| 4505 | Pu blic Const SandboxWo rkerPlugin ExecuteTim eout As In teger = CI nt(&H80081 111) ' -21 46954991 | |||||
| 4506 | Pu blic Const ServiceBu sEndpointN otConfigur ed As Inte ger = CInt (&H8008111 2) ' -2146 954990 | |||||
| 4507 | Pu blic Const InvalidEm ailAddress Format As Integer = CInt(&H800 44192) ' - 2147204718 | |||||
| 4508 | Pu blic Const ContractI nvalidDisc ount As In teger = CI nt(&H80044 193) ' -21 47204717 | |||||
| 4509 | Pu blic Const InvalidLa nguageCode As Intege r = CInt(& H80044195) ' -214720 4715 | |||||
| 4510 | Pu blic Const ConfigNul lPrimaryKe y As Integ er = CInt( &H80044196 ) ' -21472 04714 | |||||
| 4511 | Pu blic Const ConfigMis singDescri ption As I nteger = C Int(&H8004 4197) ' -2 147204713 | |||||
| 4512 | Pu blic Const Attribute DoesNotSup portLocali zedLabels As Integer = CInt(&H 80044198) ' -2147204 712 | |||||
| 4513 | Pu blic Const NoLanguag eProvision ed As Inte ger = CInt (&H8004419 9) ' -2147 204711 | |||||
| 4514 | Pu blic Const CannotImp ortNullStr ingsForBas eLanguage As Integer = CInt(&H 80044246) ' -2147204 538 | |||||
| 4515 | Pu blic Const CannotUpd ateNonCust omizableSt ring As In teger = CI nt(&H80044 247) ' -21 47204537 | |||||
| 4516 | Pu blic Const InvalidOr ganization Id As Inte ger = CInt (&H8004424 8) ' -2147 204536 | |||||
| 4517 | Pu blic Const InvalidTr anslations File As In teger = CI nt(&H80044 249) ' -21 47204535 | |||||
| 4518 | Pu blic Const MetadataR ecordNotDe letable As Integer = CInt(&H80 044250) ' -214720452 8 | |||||
| 4519 | Pu blic Const InvalidIm portJobTem plateFile As Integer = CInt(&H 80044251) ' -2147204 527 | |||||
| 4520 | Pu blic Const InvalidIm portJobId As Integer = CInt(&H 80044252) ' -2147204 526 | |||||
| 4521 | Pu blic Const MissingCr mAuthentic ationToken As Intege r = CInt(& H80044300) ' -214720 4352 | |||||
| 4522 | Pu blic Const Integrate dAuthentic ationIsNot Allowed As Integer = CInt(&H80 044301) ' -214720435 1 | |||||
| 4523 | Pu blic Const RequestIs NotAuthent icated As Integer = CInt(&H800 44302) ' - 2147204350 | |||||
| 4524 | Pu blic Const AsyncOper ationTypeI sNotRecogn ized As In teger = CI nt(&H80044 303) ' -21 47204349 | |||||
| 4525 | Pu blic Const FailedToD eserialize AsyncOpera tionData A s Integer = CInt(&H8 0044304) ' -21472043 48 | |||||
| 4526 | Pu blic Const UserSetti ngsOverMax PagingLimi t As Integ er = CInt( &H80044305 ) ' -21472 04347 | |||||
| 4527 | Pu blic Const AsyncNetw orkError A s Integer = CInt(&H8 0044306) ' -21472043 46 | |||||
| 4528 | Pu blic Const AsyncComm unicationE rror As In teger = CI nt(&H80044 307) ' -21 47204345 | |||||
| 4529 | Pu blic Const MissingCr mAuthentic ationToken Organizati onName As Integer = CInt(&H800 44308) ' - 2147204344 | |||||
| 4530 | Pu blic Const SdkNotEno ughPrivile geToSetCal lerOriginT oken As In teger = CI nt(&H80044 309) ' -21 47204343 | |||||
| 4531 | Pu blic Const OverRetri evalUpperL imitWithou tPagingCoo kie As Int eger = CIn t(&H800443 0a) ' -214 7204342 | |||||
| 4532 | Pu blic Const InvalidAl lotmentsOv erage As I nteger = C Int(&H8004 430b) ' -2 147204341 | |||||
| 4533 | Pu blic Const TooManyCo nditionsIn Query As I nteger = C Int(&H8004 430c) ' -2 147204340 | |||||
| 4534 | Pu blic Const TooManyLi nkEntities InQuery As Integer = CInt(&H80 04430d) ' -214720433 9 | |||||
| 4535 | Pu blic Const TooManyCo nditionPar ametersInQ uery As In teger = CI nt(&H80044 30e) ' -21 47204338 | |||||
| 4536 | Pu blic Const InvalidOn eToManyRel ationshipF orRelatedE ntitiesQue ry As Inte ger = CInt (&H8004430 f) ' -2147 204337 | |||||
| 4537 | Pu blic Const PicklistV alueNotUni que As Int eger = CIn t(&H800443 10) ' -214 7204336 | |||||
| 4538 | Pu blic Const UnableToL ogOnUserFr omUserName AndPasswor d As Integ er = CInt( &H80044311 ) ' -21472 04335 | |||||
| 4539 | Pu blic Const PicklistV alueOutOfR ange As In teger = CI nt(&H80044 31a) ' -21 47204326 | |||||
| 4540 | Pu blic Const WrongNumb erOfBoolea nOptions A s Integer = CInt(&H8 004431b) ' -21472043 25 | |||||
| 4541 | Pu blic Const BooleanOp tionOutOfR ange As In teger = CI nt(&H80044 31c) ' -21 47204324 | |||||
| 4542 | Pu blic Const CannotAdd NewBoolean Value As I nteger = C Int(&H8004 431d) ' -2 147204323 | |||||
| 4543 | Pu blic Const CannotAdd NewStateVa lue As Int eger = CIn t(&H800443 1e) ' -214 7204322 | |||||
| 4544 | Pu blic Const NoMoreCus tomOptionV aluesExist As Intege r = CInt(& H8004431f) ' -214720 4321 | |||||
| 4545 | Pu blic Const InsertOpt ionValueIn validType As Integer = CInt(&H 80044320) ' -2147204 320 | |||||
| 4546 | Pu blic Const NewStatus RequiresAs sociatedSt ate As Int eger = CIn t(&H800443 21) ' -214 7204319 | |||||
| 4547 | Pu blic Const NewStatus HasInvalid State As I nteger = C Int(&H8004 4322) ' -2 147204318 | |||||
| 4548 | Pu blic Const CannotDel eteEnumOpt ionsFromAt tributeTyp e As Integ er = CInt( &H80044323 ) ' -21472 04317 | |||||
| 4549 | Pu blic Const OptionReo rderArrayI ncorrectLe ngth As In teger = CI nt(&H80044 324) ' -21 47204316 | |||||
| 4550 | Pu blic Const ValueMiss ingInOptio nOrderArra y As Integ er = CInt( &H80044325 ) ' -21472 04315 | |||||
| 4551 | Pu blic Const NavPaneOr derValueNo tAllowed A s Integer = CInt(&H8 0044327) ' -21472043 13 | |||||
| 4552 | Pu blic Const EntityRel ationshipR oleCustomL abelsMissi ng As Inte ger = CInt (&H8004432 8) ' -2147 204312 | |||||
| 4553 | Pu blic Const NavPaneNo tCustomiza ble As Int eger = CIn t(&H800443 29) ' -214 7204311 | |||||
| 4554 | Pu blic Const EntityRel ationshipS chemaNameR equired As Integer = CInt(&H80 04432a) ' -214720431 0 | |||||
| 4555 | Pu blic Const EntityRel ationshipS chemaNameN otUnique A s Integer = CInt(&H8 004432b) ' -21472043 09 | |||||
| 4556 | Pu blic Const CustomRef lexiveRela tionshipNo tAllowedFo rEntity As Integer = CInt(&H80 04432c) ' -214720430 8 | |||||
| 4557 | Pu blic Const EntityCan notBeChild InCustomRe lationship As Intege r = CInt(& H8004432d) ' -214720 4307 | |||||
| 4558 | Pu blic Const Reference dEntityHas LogicalPri maryNameFi eld As Int eger = CIn t(&H800443 2e) ' -214 7204306 | |||||
| 4559 | Pu blic Const IntegerVa lueOutOfRa nge As Int eger = CIn t(&H800443 2f) ' -214 7204305 | |||||
| 4560 | Pu blic Const DecimalVa lueOutOfRa nge As Int eger = CIn t(&H800443 30) ' -214 7204304 | |||||
| 4561 | Pu blic Const StringLen gthTooLong As Intege r = CInt(& H80044331) ' -214720 4303 | |||||
| 4562 | Pu blic Const EntityCan notPartici pateInEnti tyAssociat ion As Int eger = CIn t(&H800443 32) ' -214 7204302 | |||||
| 4563 | Pu blic Const DataMigra tionManage rUnknownPr oblem As I nteger = C Int(&H8004 4333) ' -2 147204301 | |||||
| 4564 | Pu blic Const ImportOpe rationChil dFailure A s Integer = CInt(&H8 0044334) ' -21472043 00 | |||||
| 4565 | Pu blic Const Attribute Deprecated As Intege r = CInt(& H80044335) ' -214720 4299 | |||||
| 4566 | Pu blic Const DataMigra tionManage rMandatory UpdatesNot Installed As Integer = CInt(&H 80044336) ' -2147204 298 | |||||
| 4567 | Pu blic Const Reference dEntityMus tHaveLooku pView As I nteger = C Int(&H8004 4337) ' -2 147204297 | |||||
| 4568 | Pu blic Const Referenci ngEntityMu stHaveAsso ciationVie w As Integ er = CInt( &H80044338 ) ' -21472 04296 | |||||
| 4569 | Pu blic Const CouldNotO btainLockO nResource As Integer = CInt(&H 80044339) ' -2147204 295 | |||||
| 4570 | Pu blic Const SourceAtt ributeHead erTooBig A s Integer = CInt(&H8 0044340) ' -21472042 88 | |||||
| 4571 | Pu blic Const CannotDel eteDefault StatusOpti on As Inte ger = CInt (&H8004434 1) ' -2147 204287 | |||||
| 4572 | Pu blic Const CannotFin dDomainAcc ount As In teger = CI nt(&H80044 342) ' -21 47204286 | |||||
| 4573 | Pu blic Const CannotUpd ateAppDefa ultValueFo rStateAttr ibute As I nteger = C Int(&H8004 4343) ' -2 147204285 | |||||
| 4574 | Pu blic Const CannotUpd ateAppDefa ultValueFo rStatusAtt ribute As Integer = CInt(&H800 44344) ' - 2147204284 | |||||
| 4575 | Pu blic Const InvalidOp tionSetSch emaName As Integer = CInt(&H80 044345) ' -214720428 3 | |||||
| 4576 | Pu blic Const Referenci ngEntityCa nnotBeSolu tionAware As Integer = CInt(&H 80044350) ' -2147204 272 | |||||
| 4577 | Pu blic Const ErrorInFi eldWidthIn crease As Integer = CInt(&H800 44351) ' - 2147204271 | |||||
| 4578 | Pu blic Const ExpiredVe rsionStamp As Intege r = CInt(& H80044352) ' -214720 4270 | |||||
| 4579 | Pu blic Const AsyncOper ationCanno tCancel As Integer = CInt(&H80 044f00) ' -214720128 0 | |||||
| 4580 | Pu blic Const AsyncOper ationCanno tPause As Integer = CInt(&H800 44f01) ' - 2147201279 | |||||
| 4581 | Pu blic Const CannotDel eteOrCance lSystemJob s As Integ er = CInt( &H80044f02 ) ' -21472 01278 | |||||
| 4582 | Pu blic Const WorkflowC ompileFail ure As Int eger = CIn t(&H800450 01) ' -214 7201023 | |||||
| 4583 | Pu blic Const UpdatePub lishedWork flowDefini tion As In teger = CI nt(&H80045 002) ' -21 47201022 | |||||
| 4584 | Pu blic Const UpdateWor kflowActiv ation As I nteger = C Int(&H8004 5003) ' -2 147201021 | |||||
| 4585 | Pu blic Const DeleteWor kflowActiv ation As I nteger = C Int(&H8004 5004) ' -2 147201020 | |||||
| 4586 | Pu blic Const DeleteWor kflowActiv ationWorkf lowDepende ncy As Int eger = CIn t(&H800450 05) ' -214 7201019 | |||||
| 4587 | Pu blic Const DeletePub lishedWork flowDefini tionWorkfl owDependen cy As Inte ger = CInt (&H8004500 6) ' -2147 201018 | |||||
| 4588 | Pu blic Const UpdateWor kflowActiv ationWorkf lowDepende ncy As Int eger = CIn t(&H800450 07) ' -214 7201017 | |||||
| 4589 | Pu blic Const UpdatePub lishedWork flowDefini tionWorkfl owDependen cy As Inte ger = CInt (&H8004500 8) ' -2147 201016 | |||||
| 4590 | Pu blic Const CreateWor kflowActiv ationWorkf lowDepende ncy As Int eger = CIn t(&H800450 09) ' -214 7201015 | |||||
| 4591 | Pu blic Const CreatePub lishedWork flowDefini tionWorkfl owDependen cy As Inte ger = CInt (&H8004500 a) ' -2147 201014 | |||||
| 4592 | Pu blic Const WorkflowP ublishedBy NonOwner A s Integer = CInt(&H8 004500b) ' -21472010 13 | |||||
| 4593 | Pu blic Const Published WorkflowOw nershipCha nge As Int eger = CIn t(&H800450 0c) ' -214 7201012 | |||||
| 4594 | Pu blic Const OnlyWorkf lowDefinit ionOrTempl ateCanBePu blished As Integer = CInt(&H80 04500d) ' -214720101 1 | |||||
| 4595 | Pu blic Const OnlyWorkf lowDefinit ionOrTempl ateCanBeUn published As Integer = CInt(&H 8004500e) ' -2147201 010 | |||||
| 4596 | Pu blic Const DeleteWor kflowActiv eDefinitio n As Integ er = CInt( &H8004500f ) ' -21472 01009 | |||||
| 4597 | Pu blic Const WorkflowC onditionIn correctUna ryOperator Formation As Integer = CInt(&H 80045010) ' -2147201 008 | |||||
| 4598 | Pu blic Const WorkflowC onditionIn correctBin aryOperato rFormation As Intege r = CInt(& H80045011) ' -214720 1007 | |||||
| 4599 | Pu blic Const WorkflowC onditionOp eratorNotS upported A s Integer = CInt(&H8 0045012) ' -21472010 06 | |||||
| 4600 | Pu blic Const WorkflowC onditionTy peNotSuppo rt As Inte ger = CInt (&H8004501 3) ' -2147 201005 | |||||
| 4601 | Pu blic Const WorkflowV alidationF ailure As Integer = CInt(&H800 45014) ' - 2147201004 | |||||
| 4602 | Pu blic Const Published WorkflowLi mitForSkuR eached As Integer = CInt(&H800 45015) ' - 2147201003 | |||||
| 4603 | Pu blic Const NoPrivile geToPublis hWorkflow As Integer = CInt(&H 80045016) ' -2147201 002 | |||||
| 4604 | Pu blic Const WorkflowS ystemPause d As Integ er = CInt( &H80045017 ) ' -21472 01001 | |||||
| 4605 | Pu blic Const WorkflowP ublishNoAc tivationPa rameters A s Integer = CInt(&H8 0045018) ' -21472010 00 | |||||
| 4606 | Pu blic Const CreateWor kflowDepen dencyForPu blishedTem plate As I nteger = C Int(&H8004 5019) ' -2 147200999 | |||||
| 4607 | Pu blic Const DeleteAct iveWorkflo wTemplateD ependency As Integer = CInt(&H 8004501a) ' -2147200 998 | |||||
| 4608 | Pu blic Const UpdatePub lishedWork flowTempla te As Inte ger = CInt (&H8004501 b) ' -2147 200997 | |||||
| 4609 | Pu blic Const DeleteWor kflowActiv eTemplate As Integer = CInt(&H 8004501c) ' -2147200 996 | |||||
| 4610 | Pu blic Const CustomAct ivityInval id As Inte ger = CInt (&H8004501 d) ' -2147 200995 | |||||
| 4611 | Pu blic Const PrimaryEn tityInvali d As Integ er = CInt( &H8004501e ) ' -21472 00994 | |||||
| 4612 | Pu blic Const CannotDes erializeWo rkflowInst ance As In teger = CI nt(&H80045 01f) ' -21 47200993 | |||||
| 4613 | Pu blic Const CannotDes erializeXa mlWorkflow As Intege r = CInt(& H80045020) ' -214720 0992 | |||||
| 4614 | Pu blic Const CannotDel eteCustomE ntityUsedI nWorkflow As Integer = CInt(&H 8004502c) ' -2147200 980 | |||||
| 4615 | Pu blic Const BulkMailO perationFa iled As In teger = CI nt(&H80045 02d) ' -21 47200979 | |||||
| 4616 | Pu blic Const WorkflowE xpressionO peratorNot Supported As Integer = CInt(&H 8004502e) ' -2147200 978 | |||||
| 4617 | Pu blic Const ChildWork flowNotFou nd As Inte ger = CInt (&H8004502 f) ' -2147 200977 | |||||
| 4618 | Pu blic Const CannotDel eteAttribu teUsedInWo rkflow As Integer = CInt(&H800 45030) ' - 2147200976 | |||||
| 4619 | Pu blic Const CannotLoc ateRecordF orWorkflow Activity A s Integer = CInt(&H8 0045031) ' -21472009 75 | |||||
| 4620 | Pu blic Const PublishWo rkflowWhil eActingOnB ehalfOfAno therUserEr ror As Int eger = CIn t(&H800450 32) ' -214 7200974 | |||||
| 4621 | Pu blic Const CannotDis ableIntern etMarketin gUser As I nteger = C Int(&H8004 5033) ' -2 147200973 | |||||
| 4622 | Pu blic Const CannotSet WindowsLiv eIdForInte rnetMarket ingUser As Integer = CInt(&H80 045034) ' -214720097 2 | |||||
| 4623 | Pu blic Const CannotCha ngeAccessM odeForInte rnetMarket ingUser As Integer = CInt(&H80 045035) ' -214720097 1 | |||||
| 4624 | Pu blic Const CannotCha ngeInvitat ionStatusF orInternet MarketingU ser As Int eger = CIn t(&H800450 36) ' -214 7200970 | |||||
| 4625 | Pu blic Const UIDataGen erationFai led As Int eger = CIn t(&H800450 37) ' -214 7200969 | |||||
| 4626 | Pu blic Const WorkflowR eferencesI nvalidActi vity As In teger = CI nt(&H80045 038) ' -21 47200968 | |||||
| 4627 | Pu blic Const PublishWo rkflowWhil eImpersona tingError As Integer = CInt(&H 80045039) ' -2147200 967 | |||||
| 4628 | Pu blic Const ExchangeA utodiscove rError As Integer = CInt(&H800 4503a) ' - 2147200966 | |||||
| 4629 | Pu blic Const NonCrmUIW orkflowsNo tSupported As Intege r = CInt(& H80045040) ' -214720 0960 | |||||
| 4630 | Pu blic Const NotEnough Privileges ForXamlWor kflows As Integer = CInt(&H800 45041) ' - 2147200959 | |||||
| 4631 | Pu blic Const WorkflowA utomatical lyDeactiva ted As Int eger = CIn t(&H800450 42) ' -214 7200958 | |||||
| 4632 | Pu blic Const StepAutom aticallyDi sabled As Integer = CInt(&H800 45043) ' - 2147200957 | |||||
| 4633 | Pu blic Const NonCrmUII nteractive WorkflowNo tSupported As Intege r = CInt(& H80045044) ' -214720 0956 | |||||
| 4634 | Pu blic Const WorkflowA ctivityNot Supported As Integer = CInt(&H 80045045) ' -2147200 955 | |||||
| 4635 | Pu blic Const ExecuteNo tOnDemandW orkflow As Integer = CInt(&H80 045046) ' -214720095 4 | |||||
| 4636 | Pu blic Const ExecuteUn publishedW orkflow As Integer = CInt(&H80 045047) ' -214720095 3 | |||||
| 4637 | Pu blic Const ChildWork flowParame terMismatc h As Integ er = CInt( &H80045048 ) ' -21472 00952 | |||||
| 4638 | Pu blic Const InvalidPr ocessState Data As In teger = CI nt(&H80045 049) ' -21 47200951 | |||||
| 4639 | Pu blic Const OutOfScop eSlug As I nteger = C Int(&H8004 5050) ' -2 147200944 | |||||
| 4640 | Pu blic Const CustomWor kflowActiv itiesNotSu pported As Integer = CInt(&H80 045051) ' -214720094 3 | |||||
| 4641 | Pu blic Const CustomOpe rationNotA ctivated A s Integer = CInt(&H8 0045052) ' -21472009 42 | |||||
| 4642 | Pu blic Const CrmSqlGov ernorDatab aseRequest Denied As Integer = CInt(&H800 4a001) ' - 2147180543 | |||||
| 4643 | Pu blic Const InvalidAu thTicket A s Integer = CInt(&H8 004a100) ' -21471802 88 | |||||
| 4644 | Pu blic Const ExpiredAu thTicket A s Integer = CInt(&H8 004a101) ' -21471802 87 | |||||
| 4645 | Pu blic Const BadAuthTi cket As In teger = CI nt(&H8004a 102) ' -21 47180286 | |||||
| 4646 | Pu blic Const Insuffici entAuthTic ket As Int eger = CIn t(&H8004a1 03) ' -214 7180285 | |||||
| 4647 | Pu blic Const Organizat ionDisable d As Integ er = CInt( &H8004a104 ) ' -21471 80284 | |||||
| 4648 | Pu blic Const TamperedA uthTicket As Integer = CInt(&H 8004a105) ' -2147180 283 | |||||
| 4649 | Pu blic Const ExpiredKe y As Integ er = CInt( &H8004a106 ) ' -21471 80282 | |||||
| 4650 | Pu blic Const ScaleGrou pDisabled As Integer = CInt(&H 8004a107) ' -2147180 281 | |||||
| 4651 | Pu blic Const SupportLo gOnExpired As Intege r = CInt(& H8004a108) ' -214718 0280 | |||||
| 4652 | Pu blic Const InvalidPa rtnerSolut ionCustomi zationProv ider As In teger = CI nt(&H8004a 109) ' -21 47180279 | |||||
| 4653 | Pu blic Const MultipleP artnerSecu rityRoleWi thSameInfo rmation As Integer = CInt(&H80 04a10a) ' -214718027 8 | |||||
| 4654 | Pu blic Const MultipleP artnerUser WithSameIn formation As Integer = CInt(&H 8004a10b) ' -2147180 277 | |||||
| 4655 | Pu blic Const MultipleR ootBusines sUnit As I nteger = C Int(&H8004 a10c) ' -2 147180276 | |||||
| 4656 | Pu blic Const CannotDel etePartner WithPartne rSolutions As Intege r = CInt(& H8004a10d) ' -214718 0275 | |||||
| 4657 | Pu blic Const CannotDel etePartner SolutionWi thOrganiza tions As I nteger = C Int(&H8004 a10e) ' -2 147180274 | |||||
| 4658 | Pu blic Const CannotPro visionPart nerSolutio n As Integ er = CInt( &H8004a10f ) ' -21471 80273 | |||||
| 4659 | Pu blic Const CannotAct OnBehalfOf AnotherUse r As Integ er = CInt( &H8004a110 ) ' -21471 80272 | |||||
| 4660 | Pu blic Const SystemUse rDisabled As Integer = CInt(&H 8004a112) ' -2147180 270 | |||||
| 4661 | Pu blic Const UserDoesN otHaveAdmi nOnlyModeP ermissions As Intege r = CInt(& H8004a113) ' -214718 0269 | |||||
| 4662 | Pu blic Const PluginDoe sNotImplem entCorrect Interface As Integer = CInt(&H 8004a200) ' -2147180 032 | |||||
| 4663 | Pu blic Const CannotCre atePluginI nstance As Integer = CInt(&H80 04a201) ' -214718003 1 | |||||
| 4664 | Pu blic Const CrmLiveGe nericError As Intege r = CInt(& H8004b000) ' -214717 6448 | |||||
| 4665 | Pu blic Const CrmLiveOr ganization Provisioni ngFailed A s Integer = CInt(&H8 004b001) ' -21471764 47 | |||||
| 4666 | Pu blic Const CrmLiveMi ssingActiv eDirectory Group As I nteger = C Int(&H8004 b002) ' -2 147176446 | |||||
| 4667 | Pu blic Const CrmLiveIn ternalProv isioningEr ror As Int eger = CIn t(&H8004b0 03) ' -214 7176445 | |||||
| 4668 | Pu blic Const CrmLiveQu eueItemDoe sNotExist As Integer = CInt(&H 8004b004) ' -2147176 444 | |||||
| 4669 | Pu blic Const CrmLiveIn validSetup Parameter As Integer = CInt(&H 8004b005) ' -2147176 443 | |||||
| 4670 | Pu blic Const CrmLiveMu ltipleWitn essServers InScaleGro up As Inte ger = CInt (&H8004b00 6) ' -2147 176442 | |||||
| 4671 | Pu blic Const CrmLiveMi ssingServe rRolesInSc aleGroup A s Integer = CInt(&H8 004b007) ' -21471764 41 | |||||
| 4672 | Pu blic Const CrmLiveSe rverCannot HaveWitnes sAndDataSe rverRoles As Integer = CInt(&H 8004b008) ' -2147176 440 | |||||
| 4673 | Pu blic Const IsNotLive ToSendInvi tation As Integer = CInt(&H800 4b009) ' - 2147176439 | |||||
| 4674 | Pu blic Const MissingOr ganization FriendlyNa me As Inte ger = CInt (&H8004b00 a) ' -2147 176438 | |||||
| 4675 | Pu blic Const MissingOr ganization UniqueName As Intege r = CInt(& H8004b00b) ' -214717 6437 | |||||
| 4676 | Pu blic Const OfferingC ategoryAnd TokenNull As Integer = CInt(&H 8004b00c) ' -2147176 436 | |||||
| 4677 | Pu blic Const OfferingI dNotSuppor ted As Int eger = CIn t(&H8004b0 0d) ' -214 7176435 | |||||
| 4678 | Pu blic Const Organizat ionTakenBy You As Int eger = CIn t(&H8004b0 0e) ' -214 7176434 | |||||
| 4679 | Pu blic Const Organizat ionTakenBy SomeoneEls e As Integ er = CInt( &H8004b00f ) ' -21471 76433 | |||||
| 4680 | Pu blic Const InvalidTe mplate As Integer = CInt(&H800 4b010) ' - 2147176432 | |||||
| 4681 | Pu blic Const InvalidUs erQuota As Integer = CInt(&H80 04b011) ' -214717643 1 | |||||
| 4682 | Pu blic Const InvalidRo le As Inte ger = CInt (&H8004b01 2) ' -2147 176430 | |||||
| 4683 | Pu blic Const ErrorGene ratingInvi tation As Integer = CInt(&H800 4b013) ' - 2147176429 | |||||
| 4684 | Pu blic Const CrmLiveOr ganization UpgradeFai led As Int eger = CIn t(&H8004b0 14) ' -214 7176428 | |||||
| 4685 | Pu blic Const UnableToS endEmail A s Integer = CInt(&H8 004b015) ' -21471764 27 | |||||
| 4686 | Pu blic Const InvalidEm ail As Int eger = CIn t(&H8004b0 16) ' -214 7176426 | |||||
| 4687 | Pu blic Const VersionMi smatch As Integer = CInt(&H800 4b020) ' - 2147176416 | |||||
| 4688 | Pu blic Const MissingPa rameterToM ethod As I nteger = C Int(&H8004 b021) ' -2 147176415 | |||||
| 4689 | Pu blic Const InvalidVa lueForCoun tryCode As Integer = CInt(&H80 04b022) ' -214717641 4 | |||||
| 4690 | Pu blic Const InvalidVa lueForCurr ency As In teger = CI nt(&H8004b 023) ' -21 47176413 | |||||
| 4691 | Pu blic Const InvalidVa lueForLoca le As Inte ger = CInt (&H8004b02 4) ' -2147 176412 | |||||
| 4692 | Pu blic Const CrmLiveSu pportOrgan izationExi stsInScale Group As I nteger = C Int(&H8004 b025) ' -2 147176411 | |||||
| 4693 | Pu blic Const CrmLiveMo nitoringOr ganization ExistsInSc aleGroup A s Integer = CInt(&H8 004b026) ' -21471764 10 | |||||
| 4694 | Pu blic Const InvalidUs erLicenseC ount As In teger = CI nt(&H8004b 027) ' -21 47176409 | |||||
| 4695 | Pu blic Const MissingCo lumn As In teger = CI nt(&H8004b 028) ' -21 47176408 | |||||
| 4696 | Pu blic Const InvalidRe sourceType As Intege r = CInt(& H8004b029) ' -214717 6407 | |||||
| 4697 | Pu blic Const InvalidMi nimumResou rceLimit A s Integer = CInt(&H8 004b02a) ' -21471764 06 | |||||
| 4698 | Pu blic Const InvalidMa ximumResou rceLimit A s Integer = CInt(&H8 004b02b) ' -21471764 05 | |||||
| 4699 | Pu blic Const Conflicti ngProvisio nTypes As Integer = CInt(&H800 4b02c) ' - 2147176404 | |||||
| 4700 | Pu blic Const InvalidAm ountProvid ed As Inte ger = CInt (&H8004b02 d) ' -2147 176403 | |||||
| 4701 | Pu blic Const CrmLiveOr ganization DeleteFail ed As Inte ger = CInt (&H8004b02 e) ' -2147 176402 | |||||
| 4702 | Pu blic Const OnlyDisab ledOrganiz ationCanBe Deleted As Integer = CInt(&H80 04b02f) ' -214717640 1 | |||||
| 4703 | Pu blic Const CrmLiveOr ganization DetailsNot Found As I nteger = C Int(&H8004 b030) ' -2 147176400 | |||||
| 4704 | Pu blic Const CrmLiveOr ganization FriendlyNa meTooShort As Intege r = CInt(& H8004b031) ' -214717 6399 | |||||
| 4705 | Pu blic Const CrmLiveOr ganization FriendlyNa meTooLong As Integer = CInt(&H 8004b032) ' -2147176 398 | |||||
| 4706 | Pu blic Const CrmLiveOr ganization UniqueName TooShort A s Integer = CInt(&H8 004b033) ' -21471763 97 | |||||
| 4707 | Pu blic Const CrmLiveOr ganization UniqueName TooLong As Integer = CInt(&H80 04b034) ' -214717639 6 | |||||
| 4708 | Pu blic Const CrmLiveOr ganization UniqueName Invalid As Integer = CInt(&H80 04b035) ' -214717639 5 | |||||
| 4709 | Pu blic Const CrmLiveOr ganization UniqueName Reserved A s Integer = CInt(&H8 004b036) ' -21471763 94 | |||||
| 4710 | Pu blic Const ValuePars ingError A s Integer = CInt(&H8 004b037) ' -21471763 93 | |||||
| 4711 | Pu blic Const InvalidGr anularityV alue As In teger = CI nt(&H8004b 038) ' -21 47176392 | |||||
| 4712 | Pu blic Const CrmLiveIn validQueue ItemSchedu le As Inte ger = CInt (&H8004b03 9) ' -2147 176391 | |||||
| 4713 | Pu blic Const CrmLiveQu eueItemTim eInPast As Integer = CInt(&H80 04b040) ' -214717638 4 | |||||
| 4714 | Pu blic Const CrmLiveUn knownSku A s Integer = CInt(&H8 004b041) ' -21471763 83 | |||||
| 4715 | Pu blic Const ExceedCus tomEntityQ uota As In teger = CI nt(&H8004b 042) ' -21 47176382 | |||||
| 4716 | Pu blic Const ImportWil lExceedCus tomEntityQ uota As In teger = CI nt(&H8004b 043) ' -21 47176381 | |||||
| 4717 | Pu blic Const Organizat ionMigrati onUnderway As Intege r = CInt(& H8004b044) ' -214717 6380 | |||||
| 4718 | Pu blic Const CrmLiveIn voicingAcc ountIdMiss ing As Int eger = CIn t(&H8004b0 45) ' -214 7176379 | |||||
| 4719 | Pu blic Const CrmLiveDu plicateWin dowsLiveId As Intege r = CInt(& H8004b046) ' -214717 6378 | |||||
| 4720 | Pu blic Const CrmLiveDn sDomainNot Found As I nteger = C Int(&H8004 b047) ' -2 147176377 | |||||
| 4721 | Pu blic Const CrmLiveDn sDomainAlr eadyExists As Intege r = CInt(& H8004b048) ' -214717 6376 | |||||
| 4722 | Pu blic Const InvalidIn teractiveU serQuota A s Integer = CInt(&H8 004b049) ' -21471763 75 | |||||
| 4723 | Pu blic Const InvalidNo nInteracti veUserQuot a As Integ er = CInt( &H8004b050 ) ' -21471 76368 | |||||
| 4724 | Pu blic Const CrmLiveCa nnotFindEx ternalMess ageProvide r As Integ er = CInt( &H8004b051 ) ' -21471 76367 | |||||
| 4725 | Pu blic Const CrmLiveIn validExter nalMessage Data As In teger = CI nt(&H8004b 052) ' -21 47176366 | |||||
| 4726 | Pu blic Const CrmLiveOr ganization EnableFail ed As Inte ger = CInt (&H8004b05 3) ' -2147 176365 | |||||
| 4727 | Pu blic Const CrmLiveOr ganization DisableFai led As Int eger = CIn t(&H8004b0 54) ' -214 7176364 | |||||
| 4728 | Pu blic Const CrmLiveAd dOnUnexpec tedError A s Integer = CInt(&H8 004b055) ' -21471763 63 | |||||
| 4729 | Pu blic Const CrmLiveAd dOnAddLice nseLimitRe ached As I nteger = C Int(&H8004 b056) ' -2 147176362 | |||||
| 4730 | Pu blic Const CrmLiveAd dOnAddStor ageLimitRe ached As I nteger = C Int(&H8004 b057) ' -2 147176361 | |||||
| 4731 | Pu blic Const CrmLiveAd dOnRemoveS torageLimi tReached A s Integer = CInt(&H8 004b058) ' -21471763 60 | |||||
| 4732 | Pu blic Const CrmLiveAd dOnOrgInNo UpdateMode As Intege r = CInt(& H8004b059) ' -214717 6359 | |||||
| 4733 | Pu blic Const CrmLiveUn knownCateg ory As Int eger = CIn t(&H8004b0 5a) ' -214 7176358 | |||||
| 4734 | Pu blic Const CrmLiveIn validInvoi cingAccoun tNumber As Integer = CInt(&H80 04b05b) ' -214717635 7 | |||||
| 4735 | Pu blic Const CrmLiveAd dOnDataCha nged As In teger = CI nt(&H8004b 05c) ' -21 47176356 | |||||
| 4736 | Pu blic Const CrmLiveIn validEmail As Intege r = CInt(& H8004b05d) ' -214717 6355 | |||||
| 4737 | Pu blic Const CrmLiveIn validPhone As Intege r = CInt(& H8004b05e) ' -214717 6354 | |||||
| 4738 | Pu blic Const CrmLiveIn validZipCo de As Inte ger = CInt (&H8004b05 f) ' -2147 176353 | |||||
| 4739 | Pu blic Const InvalidAm ountFreeRe sourceLimi t As Integ er = CInt( &H8004b060 ) ' -21471 76352 | |||||
| 4740 | Pu blic Const InvalidTo ken As Int eger = CIn t(&H8004b0 61) ' -214 7176351 | |||||
| 4741 | Pu blic Const CrmLiveRe gisterCust omCodeDisa bled As In teger = CI nt(&H8004b 062) ' -21 47176350 | |||||
| 4742 | Pu blic Const CrmLiveEx ecuteCusto mCodeDisab led As Int eger = CIn t(&H8004b0 63) ' -214 7176349 | |||||
| 4743 | Pu blic Const CrmLiveIn validTaxId As Intege r = CInt(& H8004b064) ' -214717 6348 | |||||
| 4744 | Pu blic Const Datacente rNotAvaila ble As Int eger = CIn t(&H8004b0 65) ' -214 7176347 | |||||
| 4745 | Pu blic Const ErrorConn ectingToDi scoverySer vice As In teger = CI nt(&H8004b 066) ' -21 47176346 | |||||
| 4746 | Pu blic Const OrgDoesNo tExistInDi scoverySer vice As In teger = CI nt(&H8004b 067) ' -21 47176345 | |||||
| 4747 | Pu blic Const ErrorConn ectingToOr ganization Service As Integer = CInt(&H80 04b068) ' -214717634 4 | |||||
| 4748 | Pu blic Const UserIsNot SystemAdmi nInOrganiz ation As I nteger = C Int(&H8004 b069) ' -2 147176343 | |||||
| 4749 | Pu blic Const MobileSer viceError As Integer = CInt(&H 8004b070) ' -2147176 336 | |||||
| 4750 | Pu blic Const LivePlatf ormGeneral EmailError As Intege r = CInt(& H8005b520) ' -214710 9600 | |||||
| 4751 | Pu blic Const LivePlatf ormEmailIn validTo As Integer = CInt(&H80 04b521) ' -214717513 5 | |||||
| 4752 | Pu blic Const LivePlatf ormEmailIn validFrom As Integer = CInt(&H 8004b522) ' -2147175 134 | |||||
| 4753 | Pu blic Const LivePlatf ormEmailIn validSubje ct As Inte ger = CInt (&H8004b52 3) ' -2147 175133 | |||||
| 4754 | Pu blic Const LivePlatf ormEmailIn validBody As Integer = CInt(&H 8004b524) ' -2147175 132 | |||||
| 4755 | Pu blic Const BillingPa rtnerCerti ficate As Integer = CInt(&H800 4b530) ' - 2147175120 | |||||
| 4756 | Pu blic Const BillingNo SettingErr or As Inte ger = CInt (&H8004b53 1) ' -2147 175119 | |||||
| 4757 | Pu blic Const BillingTe stConnecti onError As Integer = CInt(&H80 04b532) ' -214717511 8 | |||||
| 4758 | Pu blic Const BillingTe stConnecti onExceptio n As Integ er = CInt( &H8004b533 ) ' -21471 75117 | |||||
| 4759 | Pu blic Const BillingUs erPuidNull Error As I nteger = C Int(&H8004 b534) ' -2 147175116 | |||||
| 4760 | Pu blic Const BillingUn mappedErro rCode As I nteger = C Int(&H8004 b535) ' -2 147175115 | |||||
| 4761 | Pu blic Const BillingUn knownError Code As In teger = CI nt(&H8004b 536) ' -21 47175114 | |||||
| 4762 | Pu blic Const BillingUn knownExcep tion As In teger = CI nt(&H8004b 537) ' -21 47175113 | |||||
| 4763 | Pu blic Const BillingRe trieveKeyE rror As In teger = CI nt(&H8004b 538) ' -21 47175112 | |||||
| 4764 | Pu blic Const BDK_E_ADD RESS_VALID ATION_FAIL URE As Int eger = CIn t(&H8004b5 40) ' -214 7175104 | |||||
| 4765 | Pu blic Const BDK_E_AGR EEMENT_ALR EADY_SIGNE D As Integ er = CInt( &H8004b541 ) ' -21471 75103 | |||||
| 4766 | Pu blic Const BDK_E_AUT HORIZATION _FAILED As Integer = CInt(&H80 04b542) ' -214717510 2 | |||||
| 4767 | Pu blic Const BDK_E_AVS _FAILED As Integer = CInt(&H80 04b543) ' -214717510 1 | |||||
| 4768 | Pu blic Const BDK_E_BAD _CITYNAME_ LENGTH As Integer = CInt(&H800 4b544) ' - 2147175100 | |||||
| 4769 | Pu blic Const BDK_E_BAD _STATECODE _LENGTH As Integer = CInt(&H80 04b545) ' -214717509 9 | |||||
| 4770 | Pu blic Const BDK_E_BAD _ZIPCODE_L ENGTH As I nteger = C Int(&H8004 b546) ' -2 147175098 | |||||
| 4771 | Pu blic Const BDK_E_BAD XML As Int eger = CIn t(&H8004b5 47) ' -214 7175097 | |||||
| 4772 | Pu blic Const BDK_E_BAN NED_PAYMEN T_INSTRUME NT As Inte ger = CInt (&H8004b54 8) ' -2147 175096 | |||||
| 4773 | Pu blic Const BDK_E_BAN NEDPERSON As Integer = CInt(&H 8004b549) ' -2147175 095 | |||||
| 4774 | Pu blic Const BDK_E_CAN NOT_EXCEED _MAX_OWNER SHIP As In teger = CI nt(&H8004b 54a) ' -21 47175094 | |||||
| 4775 | Pu blic Const BDK_E_COU NTRY_CURRE NCY_PI_MIS MATCH As I nteger = C Int(&H8004 b54b) ' -2 147175093 | |||||
| 4776 | Pu blic Const BDK_E_CRE DIT_CARD_E XPIRED As Integer = CInt(&H800 4b54c) ' - 2147175092 | |||||
| 4777 | Pu blic Const BDK_E_DAT E_EXPIRED As Integer = CInt(&H 8004b54d) ' -2147175 091 | |||||
| 4778 | Pu blic Const BDK_E_ERR OR_COUNTRY CODE_MISMA TCH As Int eger = CIn t(&H8004b5 4e) ' -214 7175090 | |||||
| 4779 | Pu blic Const BDK_E_ERR OR_COUNTRY CODE_REQUI RED As Int eger = CIn t(&H8004b5 4f) ' -214 7175089 | |||||
| 4780 | Pu blic Const BDK_E_EXT RA_REFERRA L_DATA As Integer = CInt(&H800 4b550) ' - 2147175088 | |||||
| 4781 | Pu blic Const BDK_E_GUI D_EXISTS A s Integer = CInt(&H8 004b551) ' -21471750 87 | |||||
| 4782 | Pu blic Const BDK_E_INV ALID_ADDRE SS_ID As I nteger = C Int(&H8004 b552) ' -2 147175086 | |||||
| 4783 | Pu blic Const BDK_E_INV ALID_BILLA BLE_ACCOUN T_ID As In teger = CI nt(&H8004b 553) ' -21 47175085 | |||||
| 4784 | Pu blic Const BDK_E_INV ALID_BUF_S IZE As Int eger = CIn t(&H8004b5 54) ' -214 7175084 | |||||
| 4785 | Pu blic Const BDK_E_INV ALID_CATEG ORY_NAME A s Integer = CInt(&H8 004b555) ' -21471750 83 | |||||
| 4786 | Pu blic Const BDK_E_INV ALID_COUNT RY_CODE As Integer = CInt(&H80 04b556) ' -214717508 2 | |||||
| 4787 | Pu blic Const BDK_E_INV ALID_CURRE NCY As Int eger = CIn t(&H8004b5 57) ' -214 7175081 | |||||
| 4788 | Pu blic Const BDK_E_INV ALID_CUSTO MER_TYPE A s Integer = CInt(&H8 004b558) ' -21471750 80 | |||||
| 4789 | Pu blic Const BDK_E_INV ALID_DATE As Integer = CInt(&H 8004b559) ' -2147175 079 | |||||
| 4790 | Pu blic Const BDK_E_INV ALID_EMAIL _ADDRESS A s Integer = CInt(&H8 004b55a) ' -21471750 78 | |||||
| 4791 | Pu blic Const BDK_E_INV ALID_FILTE R As Integ er = CInt( &H8004b55b ) ' -21471 75077 | |||||
| 4792 | Pu blic Const BDK_E_INV ALID_GUID As Integer = CInt(&H 8004b55c) ' -2147175 076 | |||||
| 4793 | Pu blic Const BDK_E_INV ALID_INPUT _TO_TAXWAR E_OR_VERAZ IP As Inte ger = CInt (&H8004b55 d) ' -2147 175075 | |||||
| 4794 | Pu blic Const BDK_E_INV ALID_LOCAL E As Integ er = CInt( &H8004b55e ) ' -21471 75074 | |||||
| 4795 | Pu blic Const BDK_E_INV ALID_OBJEC T_ID As In teger = CI nt(&H8004b 55f) ' -21 47175073 | |||||
| 4796 | Pu blic Const BDK_E_INV ALID_OFFER ING_GUID A s Integer = CInt(&H8 004b560) ' -21471750 72 | |||||
| 4797 | Pu blic Const BDK_E_INV ALID_PAYME NT_INSTRUM ENT_STATUS As Intege r = CInt(& H8004b561) ' -214717 5071 | |||||
| 4798 | Pu blic Const BDK_E_INV ALID_PAYME NT_METHOD_ ID As Inte ger = CInt (&H8004b56 2) ' -2147 175070 | |||||
| 4799 | Pu blic Const BDK_E_INV ALID_PHONE _TYPE As I nteger = C Int(&H8004 b563) ' -2 147175069 | |||||
| 4800 | Pu blic Const BDK_E_INV ALID_POLIC Y_ID As In teger = CI nt(&H8004b 564) ' -21 47175068 | |||||
| 4801 | Pu blic Const BDK_E_INV ALID_REFER RALDATA_XM L As Integ er = CInt( &H8004b565 ) ' -21471 75067 | |||||
| 4802 | Pu blic Const BDK_E_INV ALID_STATE _FOR_COUNT RY As Inte ger = CInt (&H8004b56 6) ' -2147 175066 | |||||
| 4803 | Pu blic Const BDK_E_INV ALID_SUBSC RIPTION_ID As Intege r = CInt(& H8004b567) ' -214717 5065 | |||||
| 4804 | Pu blic Const BDK_E_INV ALID_TAX_E XEMPT_TYPE As Intege r = CInt(& H8004b568) ' -214717 5064 | |||||
| 4805 | Pu blic Const BDK_E_MEG _CONFLICT As Integer = CInt(&H 8004b569) ' -2147175 063 | |||||
| 4806 | Pu blic Const BDK_E_MUL TIPLE_CITI ES_FOUND A s Integer = CInt(&H8 004b56a) ' -21471750 62 | |||||
| 4807 | Pu blic Const BDK_E_MUL TIPLE_COUN TIES_FOUND As Intege r = CInt(& H8004b56b) ' -214717 5061 | |||||
| 4808 | Pu blic Const BDK_E_NON _ACTIVE_AC COUNT As I nteger = C Int(&H8004 b56c) ' -2 147175060 | |||||
| 4809 | Pu blic Const BDK_E_NOP ERMISSION As Integer = CInt(&H 8004b56d) ' -2147175 059 | |||||
| 4810 | Pu blic Const BDK_E_OBJ ECT_ROLE_L IMIT_EXCEE DED As Int eger = CIn t(&H8004b5 6e) ' -214 7175058 | |||||
| 4811 | Pu blic Const BDK_E_OFF ERING_ACCO UNT_CURREN CY_MISMATC H As Integ er = CInt( &H8004b56f ) ' -21471 75057 | |||||
| 4812 | Pu blic Const BDK_E_OFF ERING_COUN TRY_ACCOUN T_MISMATCH As Intege r = CInt(& H8004b570) ' -214717 5056 | |||||
| 4813 | Pu blic Const BDK_E_OFF ERING_NOT_ PURCHASEAB LE As Inte ger = CInt (&H8004b57 1) ' -2147 175055 | |||||
| 4814 | Pu blic Const BDK_E_OFF ERING_PAYM ENT_INSTRU MENT_MISMA TCH As Int eger = CIn t(&H8004b5 72) ' -214 7175054 | |||||
| 4815 | Pu blic Const BDK_E_OFF ERING_REQU IRES_PI As Integer = CInt(&H80 04b573) ' -214717505 3 | |||||
| 4816 | Pu blic Const BDK_E_PAR TNERNOTINB ILLING As Integer = CInt(&H800 4b574) ' - 2147175052 | |||||
| 4817 | Pu blic Const BDK_E_PAY MENT_PROVI DER_CONNEC TION_FAILE D As Integ er = CInt( &H8004b575 ) ' -21471 75051 | |||||
| 4818 | Pu blic Const BDK_E_PRI MARY_PHONE _REQUIRED As Integer = CInt(&H 8004b576) ' -2147175 050 | |||||
| 4819 | Pu blic Const BDK_E_POL ICY_DEAL_C OUNTRY_MIS MATCH As I nteger = C Int(&H8004 b577) ' -2 147175049 | |||||
| 4820 | Pu blic Const BDK_E_PUI D_ROLE_LIM IT_EXCEEDE D As Integ er = CInt( &H8004b578 ) ' -21471 75048 | |||||
| 4821 | Pu blic Const BDK_E_RAT ING_FAILUR E As Integ er = CInt( &H8004b579 ) ' -21471 75047 | |||||
| 4822 | Pu blic Const BDK_E_REQ UIRED_FIEL D_MISSING As Integer = CInt(&H 8004b57a) ' -2147175 046 | |||||
| 4823 | Pu blic Const BDK_E_STA TE_CITY_IN VALID As I nteger = C Int(&H8004 b57b) ' -2 147175045 | |||||
| 4824 | Pu blic Const BDK_E_STA TE_INVALID As Intege r = CInt(& H8004b57c) ' -214717 5044 | |||||
| 4825 | Pu blic Const BDK_E_STA TE_ZIP_CIT Y_INVALID As Integer = CInt(&H 8004b57d) ' -2147175 043 | |||||
| 4826 | Pu blic Const BDK_E_STA TE_ZIP_CIT Y_INVALID2 As Intege r = CInt(& H8004b57e) ' -214717 5042 | |||||
| 4827 | Pu blic Const BDK_E_STA TE_ZIP_CIT Y_INVALID3 As Intege r = CInt(& H8004b57f) ' -214717 5041 | |||||
| 4828 | Pu blic Const BDK_E_STA TE_ZIP_CIT Y_INVALID4 As Intege r = CInt(& H8004b580) ' -214717 5040 | |||||
| 4829 | Pu blic Const BDK_E_STA TE_ZIP_COV ERS_MULTIP LE_CITIES As Integer = CInt(&H 8004b581) ' -2147175 039 | |||||
| 4830 | Pu blic Const BDK_E_STA TE_ZIP_INV ALID As In teger = CI nt(&H8004b 582) ' -21 47175038 | |||||
| 4831 | Pu blic Const BDK_E_TAX ID_EXPDATE As Intege r = CInt(& H8004b583) ' -214717 5037 | |||||
| 4832 | Pu blic Const BDK_E_TOK EN_BLACKLI STED As In teger = CI nt(&H8004b 584) ' -21 47175036 | |||||
| 4833 | Pu blic Const BDK_E_TOK EN_EXPIRED As Intege r = CInt(& H8004b585) ' -214717 5035 | |||||
| 4834 | Pu blic Const BDK_E_TOK EN_NOT_VAL ID_FOR_OFF ERING As I nteger = C Int(&H8004 b586) ' -2 147175034 | |||||
| 4835 | Pu blic Const BDK_E_TOK EN_RANGE_B LACKLISTED As Intege r = CInt(& H8004b587) ' -214717 5033 | |||||
| 4836 | Pu blic Const BDK_E_TRA NS_BALANCE _TO_PI_INV ALID As In teger = CI nt(&H8004b 588) ' -21 47175032 | |||||
| 4837 | Pu blic Const BDK_E_UNK NOWN_SERVE R_FAILURE As Integer = CInt(&H 8004b589) ' -2147175 031 | |||||
| 4838 | Pu blic Const BDK_E_UNS UPPORTED_C HAR_EXIST As Integer = CInt(&H 8004b58a) ' -2147175 030 | |||||
| 4839 | Pu blic Const BDK_E_VAT ID_DOESNOT HAVEEXPDAT E As Integ er = CInt( &H8004b58b ) ' -21471 75029 | |||||
| 4840 | Pu blic Const BDK_E_ZIP _CITY_MISS ING As Int eger = CIn t(&H8004b5 8c) ' -214 7175028 | |||||
| 4841 | Pu blic Const BDK_E_ZIP _INVALID A s Integer = CInt(&H8 004b58d) ' -21471750 27 | |||||
| 4842 | Pu blic Const BDK_E_ZIP _INVALID_F OR_ENTERED _STATE As Integer = CInt(&H800 4b58e) ' - 2147175026 | |||||
| 4843 | Pu blic Const BDK_E_USA GE_COUNT_F OR_TOKEN_E XCEEDED As Integer = CInt(&H80 04b58f) ' -214717502 5 | |||||
| 4844 | Pu blic Const MissingPa rameterToS toredProce dure As In teger = CI nt(&H8004c 000) ' -21 47172352 | |||||
| 4845 | Pu blic Const SqlErrorI nStoredPro cedure As Integer = CInt(&H800 4c001) ' - 2147172351 | |||||
| 4846 | Pu blic Const StoredPro cedureCont ext As Int eger = CIn t(&H8004c0 02) ' -214 7172350 | |||||
| 4847 | Pu blic Const InvitingO rganizatio nNotFound As Integer = CInt(&H 8004d200) ' -2147167 744 | |||||
| 4848 | Pu blic Const InvitingU serNotInOr ganization As Intege r = CInt(& H8004d201) ' -214716 7743 | |||||
| 4849 | Pu blic Const InvitedUs erAlreadyE xists As I nteger = C Int(&H8004 d202) ' -2 147167742 | |||||
| 4850 | Pu blic Const InvitedUs erIsOrgani zation As Integer = CInt(&H800 4d203) ' - 2147167741 | |||||
| 4851 | Pu blic Const Invitatio nNotFound As Integer = CInt(&H 8004d204) ' -2147167 740 | |||||
| 4852 | Pu blic Const InvitedUs erAlreadyA dded As In teger = CI nt(&H8004d 205) ' -21 47167739 | |||||
| 4853 | Pu blic Const Invitatio nWrongUser OrgRelatio n As Integ er = CInt( &H8004d206 ) ' -21471 67738 | |||||
| 4854 | Pu blic Const Invitatio nIsExpired As Intege r = CInt(& H8004d207) ' -214716 7737 | |||||
| 4855 | Pu blic Const Invitatio nIsAccepte d As Integ er = CInt( &H8004d208 ) ' -21471 67736 | |||||
| 4856 | Pu blic Const Invitatio nIsRejecte d As Integ er = CInt( &H8004d209 ) ' -21471 67735 | |||||
| 4857 | Pu blic Const Invitatio nIsRevoked As Intege r = CInt(& H8004d20a) ' -214716 7734 | |||||
| 4858 | Pu blic Const InvitedUs erMultiple Times As I nteger = C Int(&H8004 d20b) ' -2 147167733 | |||||
| 4859 | Pu blic Const Invitatio nStatusErr or As Inte ger = CInt (&H8004d20 c) ' -2147 167732 | |||||
| 4860 | Pu blic Const InvalidIn vitationTo ken As Int eger = CIn t(&H8004d2 0d) ' -214 7167731 | |||||
| 4861 | Pu blic Const InvalidIn vitationLi veId As In teger = CI nt(&H8004d 20e) ' -21 47167730 | |||||
| 4862 | Pu blic Const Invitatio nSendToSel f As Integ er = CInt( &H8004d20f ) ' -21471 67729 | |||||
| 4863 | Pu blic Const Invitatio nCannotBeR eset As In teger = CI nt(&H8004d 210) ' -21 47167728 | |||||
| 4864 | Pu blic Const UserDataN otFound As Integer = CInt(&H80 04d211) ' -214716772 7 | |||||
| 4865 | Pu blic Const CannotInv iteDisable dUser As I nteger = C Int(&H8004 d212) ' -2 147167726 | |||||
| 4866 | Pu blic Const Invitatio nBillingAd minUnknown As Intege r = CInt(& H8004d213) ' -214716 7725 | |||||
| 4867 | Pu blic Const CannotRes etSysAdmin Invite As Integer = CInt(&H800 4d214) ' - 2147167724 | |||||
| 4868 | Pu blic Const CannotSen dInviteToD uplicateWi ndowsLiveI d As Integ er = CInt( &H8004d215 ) ' -21471 67723 | |||||
| 4869 | Pu blic Const UserInvit eDisabled As Integer = CInt(&H 8004d216) ' -2147167 722 | |||||
| 4870 | Pu blic Const Invitatio nOrganizat ionNotEnab led As Int eger = CIn t(&H8004d2 17) ' -214 7167721 | |||||
| 4871 | Pu blic Const ClientAut hSignedOut As Intege r = CInt(& H8004d221) ' -214716 7711 | |||||
| 4872 | Pu blic Const ClientAut hSyncIssue As Intege r = CInt(& H8004d223) ' -214716 7709 | |||||
| 4873 | Pu blic Const ClientAut hCanceled As Integer = CInt(&H 8004d224) ' -2147167 708 | |||||
| 4874 | Pu blic Const ClientAut hNoConnect ivityOffli ne As Inte ger = CInt (&H8004d22 5) ' -2147 167707 | |||||
| 4875 | Pu blic Const ClientAut hNoConnect ivity As I nteger = C Int(&H8004 d226) ' -2 147167706 | |||||
| 4876 | Pu blic Const ClientAut hOfflineIn validCalle rId As Int eger = CIn t(&H8004d2 27) ' -214 7167705 | |||||
| 4877 | Pu blic Const Authentic ateToServe rBeforeReq uestingPro xy As Inte ger = CInt (&H8004d22 8) ' -2147 167704 | |||||
| 4878 | Pu blic Const ConfigDBO bjectDoesN otExist As Integer = CInt(&H80 04d230) ' -214716769 6 | |||||
| 4879 | Pu blic Const ConfigDBD uplicateRe cord As In teger = CI nt(&H8004d 231) ' -21 47167695 | |||||
| 4880 | Pu blic Const ConfigDBC annotDelet eObjectDue State As I nteger = C Int(&H8004 d232) ' -2 147167694 | |||||
| 4881 | Pu blic Const ConfigDBC ascadeDele teNotAllow Delete As Integer = CInt(&H800 4d233) ' - 2147167693 | |||||
| 4882 | Pu blic Const MoveBothT oPrimary A s Integer = CInt(&H8 004d234) ' -21471676 92 | |||||
| 4883 | Pu blic Const MoveBothT oSecondary As Intege r = CInt(& H8004d235) ' -214716 7691 | |||||
| 4884 | Pu blic Const MoveOrgan izationFai ledNotDisa bled As In teger = CI nt(&H8004d 236) ' -21 47167690 | |||||
| 4885 | Pu blic Const ConfigDBC annotUpdat eObjectDue State As I nteger = C Int(&H8004 d237) ' -2 147167689 | |||||
| 4886 | Pu blic Const LiveAdmin UnknownObj ect As Int eger = CIn t(&H8004d2 38) ' -214 7167688 | |||||
| 4887 | Pu blic Const LiveAdmin UnknownCom mand As In teger = CI nt(&H8004d 239) ' -21 47167687 | |||||
| 4888 | Pu blic Const Operation Organizati onNotFully Disabled A s Integer = CInt(&H8 004d23a) ' -21471676 86 | |||||
| 4889 | Pu blic Const ConfigDBC annotDelet eDefaultOr ganization As Intege r = CInt(& H8004d23b) ' -214716 7685 | |||||
| 4890 | Pu blic Const LicenseNo tEnoughToA ctivate As Integer = CInt(&H80 042f14) ' -214720945 2 | |||||
| 4891 | Pu blic Const UserNotAs signedRole s As Integ er = CInt( &H80042f09 ) ' -21472 09463 | |||||
| 4892 | Pu blic Const TeamNotAs signedRole s As Integ er = CInt( &H80042f0a ) ' -21472 09462 | |||||
| 4893 | Pu blic Const InvalidLi censeKey A s Integer = CInt(&H8 004d240) ' -21471676 80 | |||||
| 4894 | Pu blic Const NoLicense InConfigDB As Intege r = CInt(& H8004d241) ' -214716 7679 | |||||
| 4895 | Pu blic Const InvalidLi censePid A s Integer = CInt(&H8 004d242) ' -21471676 78 | |||||
| 4896 | Pu blic Const InvalidLi censePidGe nCannotLoa d As Integ er = CInt( &H8004d243 ) ' -21471 67677 | |||||
| 4897 | Pu blic Const InvalidLi censePidGe nOtherErro r As Integ er = CInt( &H8004d244 ) ' -21471 67676 | |||||
| 4898 | Pu blic Const InvalidLi censeCanno tReadMpcFi le As Inte ger = CInt (&H8004d24 5) ' -2147 167675 | |||||
| 4899 | Pu blic Const InvalidLi censeMpcCo de As Inte ger = CInt (&H8004d24 6) ' -2147 167674 | |||||
| 4900 | Pu blic Const LicenseUp gradePathN otAllowed As Integer = CInt(&H 8004d247) ' -2147167 673 | |||||
| 4901 | Pu blic Const OrgsInacc essible As Integer = CInt(&H80 04d24a) ' -214716767 0 | |||||
| 4902 | Pu blic Const UserNotAs signedLice nse As Int eger = CIn t(&H8004d2 4b) ' -214 7167669 | |||||
| 4903 | Pu blic Const UserCanno tEnableWit houtLicens e As Integ er = CInt( &H8004d24c ) ' -21471 67668 | |||||
| 4904 | Pu blic Const LicenseCo nfigFileIn valid As I nteger = C Int(&H8004 d250) ' -2 147167664 | |||||
| 4905 | Pu blic Const LicenseTr ialExpired As Intege r = CInt(& H8004415c) ' -214720 4772 | |||||
| 4906 | Pu blic Const LicenseRe gistration Expired As Integer = CInt(&H80 04415d) ' -214720477 1 | |||||
| 4907 | Pu blic Const LicenseTa mpered As Integer = CInt(&H800 4415f) ' - 2147204769 | |||||
| 4908 | Pu blic Const NonIntera ctiveUserC annotAcces sUI As Int eger = CIn t(&H800441 60) ' -214 7204768 | |||||
| 4909 | Pu blic Const InvalidOr ganization UniqueName As Intege r = CInt(& H8004d251) ' -214716 7663 | |||||
| 4910 | Pu blic Const InvalidOr ganization FriendlyNa me As Inte ger = CInt (&H8004d25 2) ' -2147 167662 | |||||
| 4911 | Pu blic Const Organizat ionNotConf igured As Integer = CInt(&H800 4d253) ' - 2147167661 | |||||
| 4912 | Pu blic Const InvalidDe viceToConf igureOrgan ization As Integer = CInt(&H80 04d254) ' -214716766 0 | |||||
| 4913 | Pu blic Const InvalidBr owserToCon figureOrga nization A s Integer = CInt(&H8 004d255) ' -21471676 59 | |||||
| 4914 | Pu blic Const Deploymen tServiceNo tAllowSetT oThisState As Intege r = CInt(& H8004d260) ' -214716 7648 | |||||
| 4915 | Pu blic Const Deploymen tServiceNo tAllowOper ation As I nteger = C Int(&H8004 d261) ' -2 147167647 | |||||
| 4916 | Pu blic Const Deploymen tServiceCa nnotChange StateForDe ploymentSe rvice As I nteger = C Int(&H8004 d262) ' -2 147167646 | |||||
| 4917 | Pu blic Const Deploymen tServiceRe questValid ationFailu re As Inte ger = CInt (&H8004d26 3) ' -2147 167645 | |||||
| 4918 | Pu blic Const Deploymen tServiceOp erationIde ntifierNot Found As I nteger = C Int(&H8004 d264) ' -2 147167644 | |||||
| 4919 | Pu blic Const Deploymen tServiceCa nnotDelete OperationI nProgress As Integer = CInt(&H 8004d265) ' -2147167 643 | |||||
| 4920 | Pu blic Const Configure ClaimsBefo reIfd As I nteger = C Int(&H8004 d266) ' -2 147167642 | |||||
| 4921 | Pu blic Const EndUserNo tification TypeNotVal idForEmail As Intege r = CInt(& H8004d291) ' -214716 7599 | |||||
| 4922 | Pu blic Const ClientUpd ateAvailab le As Inte ger = CInt (&H8004d29 4) ' -2147 167596 | |||||
| 4923 | Pu blic Const InvalidRe currenceRu leForBulkD eleteAndDu plicateDet ection As Integer = CInt(&H800 4d2a0) ' - 2147167584 | |||||
| 4924 | Pu blic Const InvalidRe currenceIn terval As Integer = CInt(&H800 4d2a1) ' - 2147167583 | |||||
| 4925 | Pu blic Const InvalidRe currenceIn tervalForR ollupJobs As Integer = CInt(&H 8004d2a2) ' -2147167 582 | |||||
| 4926 | Pu blic Const QueriesFo rDifferent Entities A s Integer = CInt(&H8 004d2b0) ' -21471675 68 | |||||
| 4927 | Pu blic Const Aggregate InnerQuery As Intege r = CInt(& H8004d2b1) ' -214716 7567 | |||||
| 4928 | Pu blic Const InvalidDa taDescript ion As Int eger = CIn t(&H8004e0 00) ' -214 7164160 | |||||
| 4929 | Pu blic Const NonPrimar yEntityDat aDescripti onFound As Integer = CInt(&H80 04e001) ' -214716415 9 | |||||
| 4930 | Pu blic Const InvalidPr esentation Descriptio n As Integ er = CInt( &H8004e002 ) ' -21471 64158 | |||||
| 4931 | Pu blic Const SeriesMea sureCollec tionMismat ch As Inte ger = CInt (&H8004e00 3) ' -2147 164157 | |||||
| 4932 | Pu blic Const YValuesPe rPointMeas ureMismatc h As Integ er = CInt( &H8004e004 ) ' -21471 64156 | |||||
| 4933 | Pu blic Const ChartArea CategoryMi smatch As Integer = CInt(&H800 4e005) ' - 2147164155 | |||||
| 4934 | Pu blic Const MultipleS ubcategori esFound As Integer = CInt(&H80 04e006) ' -214716415 4 | |||||
| 4935 | Pu blic Const MultipleM easuresFou nd As Inte ger = CInt (&H8004e00 7) ' -2147 164153 | |||||
| 4936 | Pu blic Const MultipleC hartAreasF ound As In teger = CI nt(&H8004e 008) ' -21 47164152 | |||||
| 4937 | Pu blic Const InvalidCa tegory As Integer = CInt(&H800 4e009) ' - 2147164151 | |||||
| 4938 | Pu blic Const InvalidMe asureColle ction As I nteger = C Int(&H8004 e00a) ' -2 147164150 | |||||
| 4939 | Pu blic Const Duplicate AliasFound As Intege r = CInt(& H8004e00b) ' -214716 4149 | |||||
| 4940 | Pu blic Const EntityNot EnabledFor Charts As Integer = CInt(&H800 4e00c) ' - 2147164148 | |||||
| 4941 | Pu blic Const InvalidPa geResponse As Intege r = CInt(& H8004e00d) ' -214716 4147 | |||||
| 4942 | Pu blic Const Visualiza tionRender ingError A s Integer = CInt(&H8 004e00e) ' -21471641 46 | |||||
| 4943 | Pu blic Const InvalidGr oupByAlias As Intege r = CInt(& H8004e00f) ' -214716 4145 | |||||
| 4944 | Pu blic Const MeasureDa taTypeInva lid As Int eger = CIn t(&H8004e0 10) ' -214 7164144 | |||||
| 4945 | Pu blic Const NoDataFor Visualizat ion As Int eger = CIn t(&H8004e0 11) ' -214 7164143 | |||||
| 4946 | Pu blic Const Visualiza tionModule NotFound A s Integer = CInt(&H8 004e012) ' -21471641 42 | |||||
| 4947 | Pu blic Const ImportVis ualization DeletedErr or As Inte ger = CInt (&H8004e01 3) ' -2147 164141 | |||||
| 4948 | Pu blic Const ImportVis ualization ExistingEr ror As Int eger = CIn t(&H8004e0 14) ' -214 7164140 | |||||
| 4949 | Pu blic Const Visualiza tionOtcNot FoundError As Intege r = CInt(& H8004e015) ' -214716 4139 | |||||
| 4950 | Pu blic Const InvalidDu ndasPresen tationDesc ription As Integer = CInt(&H80 04e016) ' -214716413 8 | |||||
| 4951 | Pu blic Const InvalidWe bResourceF orVisualiz ation As I nteger = C Int(&H8004 e017) ' -2 147164137 | |||||
| 4952 | Pu blic Const ChartType NotSupport edForCompa risonChart As Intege r = CInt(& H8004e018) ' -214716 4136 | |||||
| 4953 | Pu blic Const InvalidFe tchCollect ion As Int eger = CIn t(&H8004e0 19) ' -214 7164135 | |||||
| 4954 | Pu blic Const CategoryD ataTypeInv alid As In teger = CI nt(&H8004e 01a) ' -21 47164134 | |||||
| 4955 | Pu blic Const Duplicate GroupByFou nd As Inte ger = CInt (&H8004e01 b) ' -2147 164133 | |||||
| 4956 | Pu blic Const MultipleM easureColl ectionsFou nd As Inte ger = CInt (&H8004e01 c) ' -2147 164132 | |||||
| 4957 | Pu blic Const InvalidGr oupByColum n As Integ er = CInt( &H8004e01d ) ' -21471 64131 | |||||
| 4958 | Pu blic Const InvalidFi lterCriter iaForVisua lization A s Integer = CInt(&H8 004e01e) ' -21471641 30 | |||||
| 4959 | Pu blic Const CountSpec ifiedWitho utOrder As Integer = CInt(&H80 04e01f) ' -214716412 9 | |||||
| 4960 | Pu blic Const NoPreview ForCustomW ebResource As Intege r = CInt(& H8004e020) ' -214716 4128 | |||||
| 4961 | Pu blic Const ChartType NotSupport edForMulti pleSeriesC hart As In teger = CI nt(&H8004e 021) ' -21 47164127 | |||||
| 4962 | Pu blic Const Insuffici entColumns InSubQuery As Intege r = CInt(& H8004e022) ' -214716 4126 | |||||
| 4963 | Pu blic Const Aggregate QueryRecor dLimitExce eded As In teger = CI nt(&H8004e 023) ' -21 47164125 | |||||
| 4964 | Pu blic Const RollupAgg regateQuer yRecordLim itExceeded As Intege r = CInt(& H8004e025) ' -214716 4123 | |||||
| 4965 | Pu blic Const CurrencyF ieldMissin g As Integ er = CInt( &H8004e026 ) ' -21471 64122 | |||||
| 4966 | Pu blic Const QuickFind QueryRecor dLimitExce eded As In teger = CI nt(&H8004e 024) ' -21 47164124 | |||||
| 4967 | Pu blic Const RollupFie ldNoWriteA ccess As I nteger = C Int(&H8004 e027) ' -2 147164121 | |||||
| 4968 | Pu blic Const CannotAdd OrActonBeh alfAnother UserPrivil ege As Int eger = CIn t(&H8004ed 43) ' -214 7160765 | |||||
| 4969 | Pu blic Const HipNoSett ingError A s Integer = CInt(&H8 004ed44) ' -21471607 64 | |||||
| 4970 | Pu blic Const HipInvali dCertifica te As Inte ger = CInt (&H8004ed4 5) ' -2147 160763 | |||||
| 4971 | Pu blic Const NoSetting Error As I nteger = C Int(&H8004 ed46) ' -2 147160762 | |||||
| 4972 | Pu blic Const AppLockTi meout As I nteger = C Int(&H8004 ed47) ' -2 147160761 | |||||
| 4973 | Pu blic Const InvalidRe currencePa ttern As I nteger = C Int(&H8004 e100) ' -2 147163904 | |||||
| 4974 | Pu blic Const CreateRec urrenceRul eFailed As Integer = CInt(&H80 04e101) ' -214716390 3 | |||||
| 4975 | Pu blic Const PartialEx pansionSet tingLoadEr ror As Int eger = CIn t(&H8004e1 02) ' -214 7163902 | |||||
| 4976 | Pu blic Const InvalidCr mDateTime As Integer = CInt(&H 8004e103) ' -2147163 901 | |||||
| 4977 | Pu blic Const InvalidAp pointmentI nstance As Integer = CInt(&H80 04e104) ' -214716390 0 | |||||
| 4978 | Pu blic Const InvalidSe riesId As Integer = CInt(&H800 4e105) ' - 2147163899 | |||||
| 4979 | Pu blic Const Appointme ntDeleted As Integer = CInt(&H 8004e106) ' -2147163 898 | |||||
| 4980 | Pu blic Const InvalidIn stanceType Code As In teger = CI nt(&H8004e 107) ' -21 47163897 | |||||
| 4981 | Pu blic Const Overlappi ngInstance s As Integ er = CInt( &H8004e108 ) ' -21471 63896 | |||||
| 4982 | Pu blic Const InvalidSe riesIdOrig inalStart As Integer = CInt(&H 8004e109) ' -2147163 895 | |||||
| 4983 | Pu blic Const ValidateN otSupporte d As Integ er = CInt( &H8004e10a ) ' -21471 63894 | |||||
| 4984 | Pu blic Const Recurring SeriesComp leted As I nteger = C Int(&H8004 e10b) ' -2 147163893 | |||||
| 4985 | Pu blic Const Expansion RequestIsO utsideExpa nsionWindo w As Integ er = CInt( &H8004e10c ) ' -21471 63892 | |||||
| 4986 | Pu blic Const InvalidIn stanceEnti tyName As Integer = CInt(&H800 4e10d) ' - 2147163891 | |||||
| 4987 | Pu blic Const BookFirst InstanceFa iled As In teger = CI nt(&H8004e 10e) ' -21 47163890 | |||||
| 4988 | Pu blic Const InvalidSe riesStatus As Intege r = CInt(& H8004e10f) ' -214716 3889 | |||||
| 4989 | Pu blic Const Recurrenc eRuleUpdat eFailure A s Integer = CInt(&H8 004e110) ' -21471638 88 | |||||
| 4990 | Pu blic Const Recurrenc eRuleDelet eFailure A s Integer = CInt(&H8 004e111) ' -21471638 87 | |||||
| 4991 | Pu blic Const EntityNot Rule As In teger = CI nt(&H8004e 112) ' -21 47163886 | |||||
| 4992 | Pu blic Const Recurring SeriesMast erIsLocked As Intege r = CInt(& H8004e113) ' -214716 3885 | |||||
| 4993 | Pu blic Const UpdateRec urrenceRul eFailed As Integer = CInt(&H80 04e114) ' -214716388 4 | |||||
| 4994 | Pu blic Const InstanceO utsideEffe ctiveRange As Intege r = CInt(& H8004e115) ' -214716 3883 | |||||
| 4995 | Pu blic Const Recurrenc eCalendarT ypeNotSupp orted As I nteger = C Int(&H8004 e116) ' -2 147163882 | |||||
| 4996 | Pu blic Const Recurrenc eHasNoOccu rrence As Integer = CInt(&H800 4e117) ' - 2147163881 | |||||
| 4997 | Pu blic Const Recurrenc eStartDate TooSmall A s Integer = CInt(&H8 004e118) ' -21471638 80 | |||||
| 4998 | Pu blic Const Recurrenc eEndDateTo oBig As In teger = CI nt(&H8004e 119) ' -21 47163879 | |||||
| 4999 | Pu blic Const Occurrenc eCrossingB oundary As Integer = CInt(&H80 04e120) ' -214716387 2 | |||||
| 5000 | Pu blic Const Occurrenc eTimeSpanT ooBig As I nteger = C Int(&H8004 e121) ' -2 147163871 | |||||
| 5001 | Pu blic Const Occurrenc eSkipsOver Forward As Integer = CInt(&H80 04e122) ' -214716387 0 | |||||
| 5002 | Pu blic Const Occurrenc eSkipsOver Backward A s Integer = CInt(&H8 004e123) ' -21471638 69 | |||||
| 5003 | Pu blic Const InvalidDa ysInFebrua ry As Inte ger = CInt (&H8004e12 4) ' -2147 163868 | |||||
| 5004 | Pu blic Const InvalidOc currenceNu mber As In teger = CI nt(&H8004e 125) ' -21 47163867 | |||||
| 5005 | Pu blic Const InvalidNu mberOfPart itions As Integer = CInt(&H800 4e200) ' - 2147163648 | |||||
| 5006 | Pu blic Const InvalidEl ementFound As Intege r = CInt(& H8004e300) ' -214716 3392 | |||||
| 5007 | Pu blic Const MaximumCo ntrolsLimi tExceeded As Integer = CInt(&H 8004e301) ' -2147163 391 | |||||
| 5008 | Pu blic Const UserViews OrVisualiz ationsFoun d As Integ er = CInt( &H8004e302 ) ' -21471 63390 | |||||
| 5009 | Pu blic Const InvalidAt tributeFou nd As Inte ger = CInt (&H8004e30 3) ' -2147 163389 | |||||
| 5010 | Pu blic Const MultipleF ormElement sFound As Integer = CInt(&H800 4e304) ' - 2147163388 | |||||
| 5011 | Pu blic Const NullDashb oardName A s Integer = CInt(&H8 004e305) ' -21471633 87 | |||||
| 5012 | Pu blic Const InvalidFo rmType As Integer = CInt(&H800 4e306) ' - 2147163386 | |||||
| 5013 | Pu blic Const InvalidCo ntrolClass As Intege r = CInt(& H8004e307) ' -214716 3385 | |||||
| 5014 | Pu blic Const ImportDas hboardDele tedError A s Integer = CInt(&H8 004e308) ' -21471633 84 | |||||
| 5015 | Pu blic Const PersonalR eportFound As Intege r = CInt(& H8004e309) ' -214716 3383 | |||||
| 5016 | Pu blic Const ObjectAlr eadyExists As Intege r = CInt(& H8004e30a) ' -214716 3382 | |||||
| 5017 | Pu blic Const EntityTyp eSpecified ForDashboa rd As Inte ger = CInt (&H8004e30 b) ' -2147 163381 | |||||
| 5018 | Pu blic Const Unrestric tedIFrameI nUserDashb oard As In teger = CI nt(&H8004e 30c) ' -21 47163380 | |||||
| 5019 | Pu blic Const MultipleL abelsInUse rDashboard As Intege r = CInt(& H8004e30d) ' -214716 3379 | |||||
| 5020 | Pu blic Const Unsupport edDashboar dInEditor As Integer = CInt(&H 8004e30e) ' -2147163 378 | |||||
| 5021 | Pu blic Const InvalidUr lProtocol As Integer = CInt(&H 8004e30f) ' -2147163 377 | |||||
| 5022 | Pu blic Const CannotRem oveCompone ntFromDefa ultSolutio n As Integ er = CInt( &H8004f000 ) ' -21471 60064 | |||||
| 5023 | Pu blic Const InvalidSo lutionUniq ueName As Integer = CInt(&H800 4f002) ' - 2147160062 | |||||
| 5024 | Pu blic Const CannotUnd eleteLabel As Intege r = CInt(& H8004f003) ' -214716 0061 | |||||
| 5025 | Pu blic Const ErrorReac tivatingCo mponentIns tance As I nteger = C Int(&H8004 f004) ' -2 147160060 | |||||
| 5026 | Pu blic Const CannotDel eteRestric tedSolutio n As Integ er = CInt( &H8004f005 ) ' -21471 60059 | |||||
| 5027 | Pu blic Const CannotDel eteRestric tedPublish er As Inte ger = CInt (&H8004f00 6) ' -2147 160058 | |||||
| 5028 | Pu blic Const ImportRes trictedSol utionError As Intege r = CInt(& H8004f007) ' -214716 0057 | |||||
| 5029 | Pu blic Const CannotSet SolutionSy stemAttrib utes As In teger = CI nt(&H8004f 008) ' -21 47160056 | |||||
| 5030 | Pu blic Const CannotUpd ateDefault Solution A s Integer = CInt(&H8 004f009) ' -21471600 55 | |||||
| 5031 | Pu blic Const CannotUpd ateRestric tedSolutio n As Integ er = CInt( &H8004f00a ) ' -21471 60054 | |||||
| 5032 | Pu blic Const CannotAdd WorkflowAc tivationTo Solution A s Integer = CInt(&H8 004f00c) ' -21471600 52 | |||||
| 5033 | Pu blic Const CannotQue ryBaseTabl eWithAggre gates As I nteger = C Int(&H8004 f00d) ' -2 147160051 | |||||
| 5034 | Pu blic Const InvalidSt ateTransit ion As Int eger = CIn t(&H8004f0 0e) ' -214 7160050 | |||||
| 5035 | Pu blic Const CannotUpd ateUnpubli shedDelete Instance A s Integer = CInt(&H8 004f00f) ' -21471600 49 | |||||
| 5036 | Pu blic Const Unsupport edComponen tOperation As Intege r = CInt(& H8004f010) ' -214716 0048 | |||||
| 5037 | Pu blic Const InvalidCr eateOnProt ectedCompo nent As In teger = CI nt(&H8004f 011) ' -21 47160047 | |||||
| 5038 | Pu blic Const InvalidUp dateOnProt ectedCompo nent As In teger = CI nt(&H8004f 012) ' -21 47160046 | |||||
| 5039 | Pu blic Const InvalidDe leteOnProt ectedCompo nent As In teger = CI nt(&H8004f 013) ' -21 47160045 | |||||
| 5040 | Pu blic Const InvalidPu blishOnPro tectedComp onent As I nteger = C Int(&H8004 f014) ' -2 147160044 | |||||
| 5041 | Pu blic Const CannotAdd NonCustomi zableCompo nent As In teger = CI nt(&H8004f 015) ' -21 47160043 | |||||
| 5042 | Pu blic Const CannotOve rwriteActi veComponen t As Integ er = CInt( &H8004f016 ) ' -21471 60042 | |||||
| 5043 | Pu blic Const CannotUpd ateRestric tedPublish er As Inte ger = CInt (&H8004f01 7) ' -2147 160041 | |||||
| 5044 | Pu blic Const CannotAdd SolutionCo mponentWit houtRoots As Integer = CInt(&H 8004f018) ' -2147160 040 | |||||
| 5045 | Pu blic Const Component Definition DoesNotExi sts As Int eger = CIn t(&H8004f0 19) ' -214 7160039 | |||||
| 5046 | Pu blic Const Dependenc yAlreadyEx ists As In teger = CI nt(&H8004f 01a) ' -21 47160038 | |||||
| 5047 | Pu blic Const Dependenc yTableNotE mpty As In teger = CI nt(&H8004f 01b) ' -21 47160037 | |||||
| 5048 | Pu blic Const InvalidPu blisherUni queName As Integer = CInt(&H80 04f01c) ' -214716003 6 | |||||
| 5049 | Pu blic Const CannotUni nstallWith Dependenci es As Inte ger = CInt (&H8004f01 d) ' -2147 160035 | |||||
| 5050 | Pu blic Const InvalidSo lutionVers ion As Int eger = CIn t(&H8004f0 1e) ' -214 7160034 | |||||
| 5051 | Pu blic Const CannotDel eteInUseCo mponent As Integer = CInt(&H80 04f01f) ' -214716003 3 | |||||
| 5052 | Pu blic Const CannotUni nstallRefe rencedProt ectedSolut ion As Int eger = CIn t(&H8004f0 20) ' -214 7160032 | |||||
| 5053 | Pu blic Const CannotRem oveCompone ntFromSolu tion As In teger = CI nt(&H8004f 021) ' -21 47160031 | |||||
| 5054 | Pu blic Const Restricte dSolutionN ame As Int eger = CIn t(&H8004f0 22) ' -214 7160030 | |||||
| 5055 | Pu blic Const SolutionU niqueNameV iolation A s Integer = CInt(&H8 004f023) ' -21471600 29 | |||||
| 5056 | Pu blic Const CannotUpd ateManaged Solution A s Integer = CInt(&H8 004f024) ' -21471600 28 | |||||
| 5057 | Pu blic Const Dependenc yTrackingC losed As I nteger = C Int(&H8004 f025) ' -2 147160027 | |||||
| 5058 | Pu blic Const GenericMa nagedPrope rtyFailure As Intege r = CInt(& H8004f026) ' -214716 0026 | |||||
| 5059 | Pu blic Const CombinedM anagedProp ertyFailur e As Integ er = CInt( &H8004f027 ) ' -21471 60025 | |||||
| 5060 | Pu blic Const ReportImp ortCategor yOptionNot Found As I nteger = C Int(&H8004 f028) ' -2 147160024 | |||||
| 5061 | Pu blic Const RequiredC hildReport HasOtherPa rent As In teger = CI nt(&H8004f 029) ' -21 47160023 | |||||
| 5062 | Pu blic Const InvalidMa nagedPrope rtyExcepti on As Inte ger = CInt (&H8004f03 0) ' -2147 160016 | |||||
| 5063 | Pu blic Const OnlyOwner CanSetMana gedPropert ies As Int eger = CIn t(&H8004f0 31) ' -214 7160015 | |||||
| 5064 | Pu blic Const CannotDel eteMetadat a As Integ er = CInt( &H8004f032 ) ' -21471 60014 | |||||
| 5065 | Pu blic Const CannotUpd ateReadOnl yPublisher As Intege r = CInt(& H8004f033) ' -214716 0013 | |||||
| 5066 | Pu blic Const CannotSel ectReadOnl yPublisher As Intege r = CInt(& H8004f034) ' -214716 0012 | |||||
| 5067 | Pu blic Const CannotRem oveCompone ntFromSyst emSolution As Intege r = CInt(& H8004f035) ' -214716 0011 | |||||
| 5068 | Pu blic Const InvalidDe pendency A s Integer = CInt(&H8 004f036) ' -21471600 10 | |||||
| 5069 | Pu blic Const InvalidDe pendencyFe tchXml As Integer = CInt(&H800 4f037) ' - 2147160009 | |||||
| 5070 | Pu blic Const CannotMod ifyReportO utsideSolu tionIfMana ged As Int eger = CIn t(&H8004f0 38) ' -214 7160008 | |||||
| 5071 | Pu blic Const Duplicate DetectionR ulesWereUn published As Integer = CInt(&H 8004f039) ' -2147160 007 | |||||
| 5072 | Pu blic Const InvalidDe pendencyCo mponent As Integer = CInt(&H80 04f040) ' -214716000 0 | |||||
| 5073 | Pu blic Const InvalidDe pendencyEn tity As In teger = CI nt(&H8004f 041) ' -21 47159999 | |||||
| 5074 | Pu blic Const SharePoin tUnableToA ddUserToGr oup As Int eger = CIn t(&H8004f0 f1) ' -214 7159823 | |||||
| 5075 | Pu blic Const SharePoin tUnableToR emoveUserF romGroup A s Integer = CInt(&H8 004f0f2) ' -21471598 22 | |||||
| 5076 | Pu blic Const SharePoin tSiteNotPr esentInSha rePoint As Integer = CInt(&H80 04f0f3) ' -214715982 1 | |||||
| 5077 | Pu blic Const SharePoin tUnableToR etrieveGro up As Inte ger = CInt (&H8004f0f 4) ' -2147 159820 | |||||
| 5078 | Pu blic Const SharePoin tUnableToA clSiteWith Privilege As Integer = CInt(&H 8004f0f5) ' -2147159 819 | |||||
| 5079 | Pu blic Const SharePoin tUnableToA clSite As Integer = CInt(&H800 4f0f6) ' - 2147159818 | |||||
| 5080 | Pu blic Const SharePoin tUnableToC reateSiteG roup As In teger = CI nt(&H8004f 0f7) ' -21 47159817 | |||||
| 5081 | Pu blic Const SharePoin tSiteCreat ionFailure As Intege r = CInt(& H8004f0f8) ' -214715 9816 | |||||
| 5082 | Pu blic Const SharePoin tTeamProvi sionJobAlr eadyExists As Intege r = CInt(& H8004f0f9) ' -214715 9815 | |||||
| 5083 | Pu blic Const SharePoin tRoleProvi sionJobAlr eadyExists As Intege r = CInt(& H8004f0fa) ' -214715 9814 | |||||
| 5084 | Pu blic Const SharePoin tSiteWideP rovisionin gJobFailed As Intege r = CInt(& H8004f0fb) ' -214715 9813 | |||||
| 5085 | Pu blic Const DataTypeM ismatchFor LinkedAttr ibute As I nteger = C Int(&H8004 f0fc) ' -2 147159812 | |||||
| 5086 | Pu blic Const InvalidEn tityForLin kedAttribu te As Inte ger = CInt (&H8004f0f d) ' -2147 159811 | |||||
| 5087 | Pu blic Const AlreadyLi nkedToAnot herAttribu te As Inte ger = CInt (&H8004f0f e) ' -2147 159810 | |||||
| 5088 | Pu blic Const DocumentM anagementD isabled As Integer = CInt(&H80 04f0ff) ' -214715980 9 | |||||
| 5089 | Pu blic Const DefaultSi teCollecti onUrlChang ed As Inte ger = CInt (&H8004f10 0) ' -2147 159808 | |||||
| 5090 | Pu blic Const RibbonImp ortHidingB asicHomeTa b As Integ er = CInt( &H8004f101 ) ' -21471 59807 | |||||
| 5091 | Pu blic Const RibbonImp ortInvalid PrivilegeN ame As Int eger = CIn t(&H8004f1 02) ' -214 7159806 | |||||
| 5092 | Pu blic Const RibbonImp ortEntityN otSupporte d As Integ er = CInt( &H8004f103 ) ' -21471 59805 | |||||
| 5093 | Pu blic Const RibbonImp ortDepende ncyMissing Entity As Integer = CInt(&H800 4f104) ' - 2147159804 | |||||
| 5094 | Pu blic Const RibbonImp ortDepende ncyMissing RibbonElem ent As Int eger = CIn t(&H8004f1 05) ' -214 7159803 | |||||
| 5095 | Pu blic Const RibbonImp ortDepende ncyMissing WebResourc e As Integ er = CInt( &H8004f106 ) ' -21471 59802 | |||||
| 5096 | Pu blic Const RibbonImp ortDepende ncyMissing RibbonCont rol As Int eger = CIn t(&H8004f1 07) ' -214 7159801 | |||||
| 5097 | Pu blic Const RibbonImp ortModifyi ngTopLevel Node As In teger = CI nt(&H8004f 108) ' -21 47159800 | |||||
| 5098 | Pu blic Const RibbonImp ortLocatio nAndIdDoNo tMatch As Integer = CInt(&H800 4f109) ' - 2147159799 | |||||
| 5099 | Pu blic Const RibbonImp ortHidingJ ewel As In teger = CI nt(&H8004f 10a) ' -21 47159798 | |||||
| 5100 | Pu blic Const RibbonImp ortDuplica teElementI d As Integ er = CInt( &H8004f10b ) ' -21471 59797 | |||||
| 5101 | Pu blic Const WebResour ceInvalidT ype As Int eger = CIn t(&H8004f1 11) ' -214 7159791 | |||||
| 5102 | Pu blic Const WebResour ceEmptySil verlightVe rsion As I nteger = C Int(&H8004 f112) ' -2 147159790 | |||||
| 5103 | Pu blic Const WebResour ceInvalidS ilverlight Version As Integer = CInt(&H80 04f113) ' -214715978 9 | |||||
| 5104 | Pu blic Const WebResour ceContentS izeExceede d As Integ er = CInt( &H8004f114 ) ' -21471 59788 | |||||
| 5105 | Pu blic Const WebResour ceDuplicat eName As I nteger = C Int(&H8004 f115) ' -2 147159787 | |||||
| 5106 | Pu blic Const WebResour ceEmptyNam e As Integ er = CInt( &H8004f116 ) ' -21471 59786 | |||||
| 5107 | Pu blic Const WebResour ceNameInva lidCharact ers As Int eger = CIn t(&H8004f1 17) ' -214 7159785 | |||||
| 5108 | Pu blic Const WebResour ceNameInva lidPrefix As Integer = CInt(&H 8004f118) ' -2147159 784 | |||||
| 5109 | Pu blic Const WebResour ceNameInva lidFileExt ension As Integer = CInt(&H800 4f119) ' - 2147159783 | |||||
| 5110 | Pu blic Const WebResour ceImportMi ssingFile As Integer = CInt(&H 8004f11a) ' -2147159 782 | |||||
| 5111 | Pu blic Const WebResour ceImportEr ror As Int eger = CIn t(&H8004f1 1b) ' -214 7159781 | |||||
| 5112 | Pu blic Const InvalidAc tivityOwne rshipTypeM ask As Int eger = CIn t(&H8004f1 20) ' -214 7159776 | |||||
| 5113 | Pu blic Const ActivityC annotHaveR elatedActi vities As Integer = CInt(&H800 4f121) ' - 2147159775 | |||||
| 5114 | Pu blic Const CustomAct ivityMustH aveOffline Availabili ty As Inte ger = CInt (&H8004f12 2) ' -2147 159774 | |||||
| 5115 | Pu blic Const ActivityM ustHaveRel atedNotes As Integer = CInt(&H 8004f123) ' -2147159 773 | |||||
| 5116 | Pu blic Const CustomAct ivityCanno tBeMailMer geEnabled As Integer = CInt(&H 8004f124) ' -2147159 772 | |||||
| 5117 | Pu blic Const InvalidCu stomActivi tyType As Integer = CInt(&H800 4f125) ' - 2147159771 | |||||
| 5118 | Pu blic Const ActivityM etadataUpd ate As Int eger = CIn t(&H8004f1 26) ' -214 7159770 | |||||
| 5119 | Pu blic Const InvalidPr imaryField ForActivit y As Integ er = CInt( &H8004f127 ) ' -21471 59769 | |||||
| 5120 | Pu blic Const CannotDel eteNonLeaf Node As In teger = CI nt(&H8004f 200) ' -21 47159552 | |||||
| 5121 | Pu blic Const Duplicate UIStatemen tRootsFoun d As Integ er = CInt( &H8004f201 ) ' -21471 59551 | |||||
| 5122 | Pu blic Const ErrorUpda teStatemen tTextIsRef erenced As Integer = CInt(&H80 04f202) ' -214715955 0 | |||||
| 5123 | Pu blic Const ErrorDele teStatemen tTextIsRef erenced As Integer = CInt(&H80 04f203) ' -214715954 9 | |||||
| 5124 | Pu blic Const ErrorScri ptSessionC annotCreat eForDraftS cript As I nteger = C Int(&H8004 f204) ' -2 147159548 | |||||
| 5125 | Pu blic Const ErrorScri ptSessionC annotUpdat eForDraftS cript As I nteger = C Int(&H8004 f205) ' -2 147159547 | |||||
| 5126 | Pu blic Const ErrorScri ptLanguage NotInstall ed As Inte ger = CInt (&H8004f20 6) ' -2147 159546 | |||||
| 5127 | Pu blic Const ErrorScri ptInitialS tatementNo tInScript As Integer = CInt(&H 8004f207) ' -2147159 545 | |||||
| 5128 | Pu blic Const ErrorScri ptInitialS tatementNo tRoot As I nteger = C Int(&H8004 f208) ' -2 147159544 | |||||
| 5129 | Pu blic Const ErrorScri ptCannotDe letePublis hedScript As Integer = CInt(&H 8004f209) ' -2147159 543 | |||||
| 5130 | Pu blic Const ErrorScri ptPublishM issingInit ialStateme nt As Inte ger = CInt (&H8004f20 a) ' -2147 159542 | |||||
| 5131 | Pu blic Const ErrorScri ptPublishM alformedSc ript As In teger = CI nt(&H8004f 20b) ' -21 47159541 | |||||
| 5132 | Pu blic Const ErrorScri ptUnpublis hActiveScr ipt As Int eger = CIn t(&H8004f2 0c) ' -214 7159540 | |||||
| 5133 | Pu blic Const ErrorScri ptSessionC annotSetSt ateForDraf tScript As Integer = CInt(&H80 04f20d) ' -214715953 9 | |||||
| 5134 | Pu blic Const ErrorScri ptStatemen tResponseT ypeOnlyFor Prompt As Integer = CInt(&H800 4f20e) ' - 2147159538 | |||||
| 5135 | Pu blic Const ErrorStat ementOnlyF orDraftScr ipt As Int eger = CIn t(&H8004f2 0f) ' -214 7159537 | |||||
| 5136 | Pu blic Const ErrorStat ementDelet eOnlyForDr aftScript As Integer = CInt(&H 8004f210) ' -2147159 536 | |||||
| 5137 | Pu blic Const ErrorInva lidUIScrip tImportFil e As Integ er = CInt( &H8004f211 ) ' -21471 59535 | |||||
| 5138 | Pu blic Const ErrorScri ptFilePars e As Integ er = CInt( &H8004f212 ) ' -21471 59534 | |||||
| 5139 | Pu blic Const ErrorScri ptCannotUp datePublis hedScript As Integer = CInt(&H 8004f213) ' -2147159 533 | |||||
| 5140 | Pu blic Const ErrorInva lidFileNam eChars As Integer = CInt(&H800 4f214) ' - 2147159532 | |||||
| 5141 | Pu blic Const ErrorMime TypeNullOr Empty As I nteger = C Int(&H8004 f215) ' -2 147159531 | |||||
| 5142 | Pu blic Const ErrorImpo rtInvalidF orPublishe dScript As Integer = CInt(&H80 04f216) ' -214715953 0 | |||||
| 5143 | Pu blic Const UIScriptI dentifierD uplicate A s Integer = CInt(&H8 004f217) ' -21471595 29 | |||||
| 5144 | Pu blic Const UIScriptI dentifierI nvalid As Integer = CInt(&H800 4f218) ' - 2147159528 | |||||
| 5145 | Pu blic Const UIScriptI dentifierI nvalidLeng th As Inte ger = CInt (&H8004f21 9) ' -2147 159527 | |||||
| 5146 | Pu blic Const ErrorNoQu eryData As Integer = CInt(&H80 04f220) ' -214715952 0 | |||||
| 5147 | Pu blic Const ErrorUISc riptPrompt Missing As Integer = CInt(&H80 04f221) ' -214715951 9 | |||||
| 5148 | Pu blic Const SharePoin tUrlHostVa lidator As Integer = CInt(&H80 04f301) ' -214715929 5 | |||||
| 5149 | Pu blic Const SharePoin tCrmDomain Validator As Integer = CInt(&H 8004f302) ' -2147159 294 | |||||
| 5150 | Pu blic Const SharePoin tServerDis coveryVali dator As I nteger = C Int(&H8004 f303) ' -2 147159293 | |||||
| 5151 | Pu blic Const SharePoin tServerVer sionValida tor As Int eger = CIn t(&H8004f3 04) ' -214 7159292 | |||||
| 5152 | Pu blic Const SharePoin tSiteColle ctionIsAcc essibleVal idator As Integer = CInt(&H800 4f305) ' - 2147159291 | |||||
| 5153 | Pu blic Const SharePoin tUrlIsRoot WebValidat or As Inte ger = CInt (&H8004f30 6) ' -2147 159290 | |||||
| 5154 | Pu blic Const SharePoin tSitePermi ssionsVali dator As I nteger = C Int(&H8004 f307) ' -2 147159289 | |||||
| 5155 | Pu blic Const SharePoin tServerLan guageValid ator As In teger = CI nt(&H8004f 308) ' -21 47159288 | |||||
| 5156 | Pu blic Const SharePoin tCrmGridIs InstalledV alidator A s Integer = CInt(&H8 004f309) ' -21471592 87 | |||||
| 5157 | Pu blic Const SharePoin tErrorRetr ieveAbsolu teUrl As I nteger = C Int(&H8004 f310) ' -2 147159280 | |||||
| 5158 | Pu blic Const SharePoin tInvalidEn tityForVal idation As Integer = CInt(&H80 04f311) ' -214715927 9 | |||||
| 5159 | Pu blic Const DocumentM anagementI sDisabled As Integer = CInt(&H 8004f312) ' -2147159 278 | |||||
| 5160 | Pu blic Const DocumentM anagementN otEnabledN oPrimaryFi eld As Int eger = CIn t(&H8004f3 13) ' -214 7159277 | |||||
| 5161 | Pu blic Const SharePoin tErrorAbso luteUrlCli pped As In teger = CI nt(&H8004f 314) ' -21 47159276 | |||||
| 5162 | Pu blic Const SiteMapXs dValidatio nError As Integer = CInt(&H800 4f401) ' - 2147159039 | |||||
| 5163 | Pu blic Const CannotSec ureAttribu te As Inte ger = CInt (&H8004f50 1) ' -2147 158783 | |||||
| 5164 | Pu blic Const Attribute PrivilegeC reateIsMis sing As In teger = CI nt(&H8004f 502) ' -21 47158782 | |||||
| 5165 | Pu blic Const Attribute Permission UpdateIsMi ssingDurin gShare As Integer = CInt(&H800 4f503) ' - 2147158781 | |||||
| 5166 | Pu blic Const Attribute Permission ReadIsMiss ing As Int eger = CIn t(&H8004f5 04) ' -214 7158780 | |||||
| 5167 | Pu blic Const CannotRem oveSysAdmi nProfileFr omSysAdmin User As In teger = CI nt(&H8004f 505) ' -21 47158779 | |||||
| 5168 | Pu blic Const QueryCont ainedSecur edAttribut eWithoutAc cess As In teger = CI nt(&H8004f 506) ' -21 47158778 | |||||
| 5169 | Pu blic Const Attribute Permission UpdateIsMi ssingDurin gUpdate As Integer = CInt(&H80 04f507) ' -214715877 7 | |||||
| 5170 | Pu blic Const Attribute NotSecured As Intege r = CInt(& H8004f508) ' -214715 8776 | |||||
| 5171 | Pu blic Const Attribute SharingCre ateShouldS etReadOrAn dUpdateAcc ess As Int eger = CIn t(&H8004f5 09) ' -214 7158775 | |||||
| 5172 | Pu blic Const Attribute SharingUpd ateInvalid As Intege r = CInt(& H8004f50a) ' -214715 8774 | |||||
| 5173 | Pu blic Const Attribute SharingCre ateDuplica te As Inte ger = CInt (&H8004f50 b) ' -2147 158773 | |||||
| 5174 | Pu blic Const AdminProf ileCannotB eEditedOrD eleted As Integer = CInt(&H800 4f50c) ' - 2147158772 | |||||
| 5175 | Pu blic Const Attribute PrivilegeI nvalidToUn secure As Integer = CInt(&H800 4f50d) ' - 2147158771 | |||||
| 5176 | Pu blic Const Attribute Permission IsInvalid As Integer = CInt(&H 8004f50e) ' -2147158 770 | |||||
| 5177 | Pu blic Const RequireVa lidImportM apForUpdat e As Integ er = CInt( &H8004f600 ) ' -21471 58528 | |||||
| 5178 | Pu blic Const InvalidFo rmatForUpd ateMode As Integer = CInt(&H80 04f601) ' -214715852 7 | |||||
| 5179 | Pu blic Const MaximumCo untForUpda teModeExce eded As In teger = CI nt(&H8004f 602) ' -21 47158526 | |||||
| 5180 | Pu blic Const RecordRes olutionFai led As Int eger = CIn t(&H8004f6 03) ' -214 7158525 | |||||
| 5181 | Pu blic Const InvalidOp erationFor DynamicLis t As Integ er = CInt( &H8004f701 ) ' -21471 58271 | |||||
| 5182 | Pu blic Const QueryNotV alidForSta ticList As Integer = CInt(&H80 04f702) ' -214715827 0 | |||||
| 5183 | Pu blic Const LockStatu sNotValidF orDynamicL ist As Int eger = CIn t(&H8004f7 03) ' -214 7158269 | |||||
| 5184 | Pu blic Const CannotCop yStaticLis t As Integ er = CInt( &H8004f704 ) ' -21471 58268 | |||||
| 5185 | Pu blic Const CannotDel eteSystemF orm As Int eger = CIn t(&H8004f6 52) ' -214 7158446 | |||||
| 5186 | Pu blic Const CannotUpd ateSystemE ntityIcons As Intege r = CInt(& H8004f653) ' -214715 8445 | |||||
| 5187 | Pu blic Const FallbackF ormDeletio n As Integ er = CInt( &H8004f654 ) ' -21471 58444 | |||||
| 5188 | Pu blic Const SystemFor mImportMis singRoles As Integer = CInt(&H 8004f655) ' -2147158 443 | |||||
| 5189 | Pu blic Const SystemFor mCopyUnmat chedEntity As Intege r = CInt(& H8004f656) ' -214715 8442 | |||||
| 5190 | Pu blic Const SystemFor mCopyUnmat chedFormTy pe As Inte ger = CInt (&H8004f65 7) ' -2147 158441 | |||||
| 5191 | Pu blic Const SystemFor mCreateWit hExistingL abel As In teger = CI nt(&H8004f 658) ' -21 47158440 | |||||
| 5192 | Pu blic Const QuickForm NotCustomi zableThrou ghSdk As I nteger = C Int(&H8004 f659) ' -2 147158439 | |||||
| 5193 | Pu blic Const InvalidDe activateFo rmType As Integer = CInt(&H800 4f660) ' - 2147158432 | |||||
| 5194 | Pu blic Const FallbackF ormDeactiv ation As I nteger = C Int(&H8004 f661) ' -2 147158431 | |||||
| 5195 | Pu blic Const Deprecate dFormActiv ation As I nteger = C Int(&H8004 f662) ' -2 147158430 | |||||
| 5196 | Pu blic Const CannotUpd ateEntityS etName As Integer = CInt(&H800 4f663) ' - 2147158429 | |||||
| 5197 | Pu blic Const FallbackC ardFormDea ctivation As Integer = CInt(&H 8004f664) ' -2147158 428 | |||||
| 5198 | Pu blic Const FallbackQ uickFormDe activation As Intege r = CInt(& H8004f665) ' -214715 8427 | |||||
| 5199 | Pu blic Const FallbackM ainInterac tionCentri cFormDeact ivation As Integer = CInt(&H80 04f666) ' -214715842 6 | |||||
| 5200 | Pu blic Const RuntimeRi bbonXmlVal idation As Integer = CInt(&H80 04f671) ' -214715841 5 | |||||
| 5201 | Pu blic Const Initializ eErrorNoRe adOnSource As Intege r = CInt(& H8004f800) ' -214715 8016 | |||||
| 5202 | Pu blic Const NoRollupA ttributesD efined As Integer = CInt(&H800 4f681) ' - 2147158399 | |||||
| 5203 | Pu blic Const GoalPerce ntageAchie vedValueOu tOfRange A s Integer = CInt(&H8 004f682) ' -21471583 98 | |||||
| 5204 | Pu blic Const InvalidRo llupQueryA ttributeSe t As Integ er = CInt( &H8004f683 ) ' -21471 58397 | |||||
| 5205 | Pu blic Const InvalidGo alManager As Integer = CInt(&H 8004f684) ' -2147158 396 | |||||
| 5206 | Pu blic Const InactiveR ollupQuery SetOnGoal As Integer = CInt(&H 8004f685) ' -2147158 395 | |||||
| 5207 | Pu blic Const InactiveM etricSetOn Goal As In teger = CI nt(&H8004f 686) ' -21 47158394 | |||||
| 5208 | Pu blic Const MetricEnt ityOrField Deleted As Integer = CInt(&H80 04f687) ' -214715839 3 | |||||
| 5209 | Pu blic Const ExceededN umberOfRec ordsCanFol low As Int eger = CIn t(&H8004f6 a0) ' -214 7158368 | |||||
| 5210 | Pu blic Const EntityIsN otEnabledF orFollowUs er As Inte ger = CInt (&H8004f6a 1) ' -2147 158367 | |||||
| 5211 | Pu blic Const EntityIsN otEnabledF orFollow A s Integer = CInt(&H8 004f6a2) ' -21471583 66 | |||||
| 5212 | Pu blic Const CannotFol lowInactiv eEntity As Integer = CInt(&H80 04f6a3) ' -214715836 5 | |||||
| 5213 | Pu blic Const MustConta inAtLeastA CharInMent ion As Int eger = CIn t(&H8004f6 a4) ' -214 7158364 | |||||
| 5214 | Pu blic Const LanguageP rovisionin gSrsDataCo nnectorNot Installed As Integer = CInt(&H 8004f710) ' -2147158 256 | |||||
| 5215 | Pu blic Const BidsInval idConnecti onString A s Integer = CInt(&H8 005e000) ' -21470986 24 | |||||
| 5216 | Pu blic Const BidsInval idUrl As I nteger = C Int(&H8005 e001) ' -2 147098623 | |||||
| 5217 | Pu blic Const BidsServe rConnectio nFailed As Integer = CInt(&H80 05e002) ' -214709862 2 | |||||
| 5218 | Pu blic Const BidsAuthe nticationE rror As In teger = CI nt(&H8005e 003) ' -21 47098621 | |||||
| 5219 | Pu blic Const BidsNoOrg anizations Found As I nteger = C Int(&H8005 e004) ' -2 147098620 | |||||
| 5220 | Pu blic Const BidsOrgan izationNot Found As I nteger = C Int(&H8005 e005) ' -2 147098619 | |||||
| 5221 | Pu blic Const BidsAuthe nticationF ailed As I nteger = C Int(&H8005 e006) ' -2 147098618 | |||||
| 5222 | Pu blic Const Transacti onNotSuppo rted As In teger = CI nt(&H8005e 007) ' -21 47098617 | |||||
| 5223 | Pu blic Const IndexOutO fRange As Integer = CInt(&H800 5e008) ' - 2147098616 | |||||
| 5224 | Pu blic Const InvalidAt tribute As Integer = CInt(&H80 05e009) ' -214709861 5 | |||||
| 5225 | Pu blic Const MultiValu eParameter Found As I nteger = C Int(&H8005 e00a) ' -2 147098614 | |||||
| 5226 | Pu blic Const QueryPara meterNotUn ique As In teger = CI nt(&H8005e 00b) ' -21 47098613 | |||||
| 5227 | Pu blic Const InvalidEn tity As In teger = CI nt(&H8005e 00c) ' -21 47098612 | |||||
| 5228 | Pu blic Const Unsupport edAttribut eType As I nteger = C Int(&H8005 e00d) ' -2 147098611 | |||||
| 5229 | Pu blic Const FetchData SetQueryTi meout As I nteger = C Int(&H8005 e00e) ' -2 147098610 | |||||
| 5230 | Pu blic Const InvalidCo mmand As I nteger = C Int(&H8005 e100) ' -2 147098368 | |||||
| 5231 | Pu blic Const InvalidDa taXml As I nteger = C Int(&H8005 e101) ' -2 147098367 | |||||
| 5232 | Pu blic Const InvalidLa nguageForP rocessConf iguration As Integer = CInt(&H 8005e102) ' -2147098 366 | |||||
| 5233 | Pu blic Const InvalidCo mplexContr olId As In teger = CI nt(&H8005e 103) ' -21 47098365 | |||||
| 5234 | Pu blic Const InvalidPr ocessContr olEntity A s Integer = CInt(&H8 005e104) ' -21470983 64 | |||||
| 5235 | Pu blic Const InvalidPr ocessContr olAttribut e As Integ er = CInt( &H8005e105 ) ' -21470 98363 | |||||
| 5236 | Pu blic Const BadReques t As Integ er = CInt( &H8005f100 ) ' -21470 94272 | |||||
| 5237 | Pu blic Const AccessTok enExpired As Integer = CInt(&H 8005f101) ' -2147094 271 | |||||
| 5238 | Pu blic Const Forbidden As Intege r = CInt(& H8005f102) ' -214709 4270 | |||||
| 5239 | Pu blic Const Throttlin g As Integ er = CInt( &H8005f103 ) ' -21470 94269 | |||||
| 5240 | Pu blic Const NetworkIs sue As Int eger = CIn t(&H8005f1 04) ' -214 7094268 | |||||
| 5241 | Pu blic Const CouldNotR eadAccessT oken As In teger = CI nt(&H8005f 105) ' -21 47094267 | |||||
| 5242 | Pu blic Const NotVerifi edAdmin As Integer = CInt(&H80 05f106) ' -214709426 6 | |||||
| 5243 | Pu blic Const YammerAut hTimedOut As Integer = CInt(&H 8005f107) ' -2147094 265 | |||||
| 5244 | Pu blic Const NoYammerN etworksFou nd As Inte ger = CInt (&H8005f10 8) ' -2147 094264 | |||||
| 5245 | Pu blic Const OAuthToke nNotFound As Integer = CInt(&H 8005f109) ' -2147094 263 | |||||
| 5246 | Pu blic Const CouldNotD ecryptOAut hToken As Integer = CInt(&H800 5f110) ' - 2147094256 | |||||
| 5247 | Pu blic Const UserNever LoggedInto Yammer As Integer = CInt(&H800 5f111) ' - 2147094255 | |||||
| 5248 | Pu blic Const StepNotSu pportedFor ClientBusi nessRule A s Integer = CInt(&H8 0060000) ' -21470904 32 | |||||
| 5249 | Pu blic Const EventNotS upportedFo rBusinessR ule As Int eger = CIn t(&H800600 01) ' -214 7090431 | |||||
| 5250 | Pu blic Const CannotUpd ateTrigger ForPublish edRules As Integer = CInt(&H80 060002) ' -214709043 0 | |||||
| 5251 | Pu blic Const EventType AndControl NameAreMis matched As Integer = CInt(&H80 060003) ' -214709042 9 | |||||
| 5252 | Pu blic Const Expressio nNotSuppor tedForEdit or As Inte ger = CInt (&H8006000 4) ' -2147 090428 | |||||
| 5253 | Pu blic Const EditorOnl ySupportAn dOperatorF orLogicalC onditions As Integer = CInt(&H 80060005) ' -2147090 427 | |||||
| 5254 | Pu blic Const Unexpecte dRightOper andCount A s Integer = CInt(&H8 0060006) ' -21470904 26 | |||||
| 5255 | Pu blic Const RuleNotSu pportedFor Editor As Integer = CInt(&H800 60007) ' - 2147090425 | |||||
| 5256 | Pu blic Const BusinessR uleEditorS upportsOnl yIfConditi onBranch A s Integer = CInt(&H8 0060008) ' -21470904 24 | |||||
| 5257 | Pu blic Const Unsupport edStepForB usinessRul eEditor As Integer = CInt(&H80 060009) ' -214709042 3 | |||||
| 5258 | Pu blic Const Unsupport edAttribut eForEditor As Intege r = CInt(& H80060010) ' -214709 0416 | |||||
| 5259 | Pu blic Const Expecting AtLeastOne BusinessRu leStep As Integer = CInt(&H800 60011) ' - 2147090415 | |||||
| 5260 | Pu blic Const RuleCreat ionNotAllo wedForCycl icReferenc es As Inte ger = CInt (&H8006001 2) ' -2147 090414 | |||||
| 5261 | Pu blic Const NoConditi onRuleCrea tionNotAll owedForSet ValueShowE rror As In teger = CI nt(&H80060 013) ' -21 47090413 | |||||
| 5262 | Pu blic Const RuleActiv ationNotAl lowedWithD eletedStag es As Inte ger = CInt (&H8006001 4) ' -2147 090412 | |||||
| 5263 | Pu blic Const EntityLim itExceeded As Intege r = CInt(& H80060200) ' -214708 9920 | |||||
| 5264 | Pu blic Const InvalidSe archEntity As Intege r = CInt(& H80060201) ' -214708 9919 | |||||
| 5265 | Pu blic Const InvalidSe archEntiti es As Inte ger = CInt (&H8006020 2) ' -2147 089918 | |||||
| 5266 | Pu blic Const NoQuickFi ndFound As Integer = CInt(&H80 060203) ' -214708991 7 | |||||
| 5267 | Pu blic Const InvalidSe archName A s Integer = CInt(&H8 0060204) ' -21470899 16 | |||||
| 5268 | Pu blic Const EntityGro upNameOrEn tityNamesM ustBeProvi ded As Int eger = CIn t(&H800602 05) ' -214 7089915 | |||||
| 5269 | Pu blic Const OnlyOneSe archParame terMustBeP rovided As Integer = CInt(&H80 060206) ' -214708991 4 | |||||
| 5270 | Pu blic Const ExternalS earchAttri buteLimitE xceeded As Integer = CInt(&H80 060300) ' -214708966 4 | |||||
| 5271 | Pu blic Const CannotEna bleEntityF orRelevanc eSearch As Integer = CInt(&H80 060302) ' -214708966 2 | |||||
| 5272 | Pu blic Const CannotDis ableReleva nceSearchM anagedProp erty As In teger = CI nt(&H80060 303) ' -21 47089661 | |||||
| 5273 | Pu blic Const ProcessEm ptyBranche s As Integ er = CInt( &H80060399 ) ' -21470 89511 | |||||
| 5274 | Pu blic Const WorkflowI dIsNull As Integer = CInt(&H80 060400) ' -214708940 8 | |||||
| 5275 | Pu blic Const PrimaryEn tityIsNull As Intege r = CInt(& H80060401) ' -214708 9407 | |||||
| 5276 | Pu blic Const TypeNotSe tToDefinit ion As Int eger = CIn t(&H800604 02) ' -214 7089406 | |||||
| 5277 | Pu blic Const ScopeNotS etToGlobal As Intege r = CInt(& H80060403) ' -214708 9405 | |||||
| 5278 | Pu blic Const CategoryN otSetToBus inessProce ssFlow As Integer = CInt(&H800 60404) ' - 2147089404 | |||||
| 5279 | Pu blic Const BusinessP rocessFlow StepHasInv alidParent As Intege r = CInt(& H80060405) ' -214708 9403 | |||||
| 5280 | Pu blic Const NullOrEmp tyAttribut eInXaml As Integer = CInt(&H80 060406) ' -214708940 2 | |||||
| 5281 | Pu blic Const InvalidGu idInXaml A s Integer = CInt(&H8 0060407) ' -21470894 01 | |||||
| 5282 | Pu blic Const NoLabelsA ssociatedW ithStep As Integer = CInt(&H80 060408) ' -214708940 0 | |||||
| 5283 | Pu blic Const StepStepD oesNotHave AnyControl StepAsItsC hildren As Integer = CInt(&H80 060409) ' -214708939 9 | |||||
| 5284 | Pu blic Const InvalidXm lForParame ters As In teger = CI nt(&H80060 410) ' -21 47089392 | |||||
| 5285 | Pu blic Const ControlId IsNotUniqu e As Integ er = CInt( &H80060411 ) ' -21470 89391 | |||||
| 5286 | Pu blic Const InvalidAt tributeInX aml As Int eger = CIn t(&H800604 12) ' -214 7089390 | |||||
| 5287 | Pu blic Const Attribute CannotBeUp dated As I nteger = C Int(&H8006 0413) ' -2 147089389 | |||||
| 5288 | Pu blic Const StepCount InXamlExce edsMaxAllo wed As Int eger = CIn t(&H800604 14) ' -214 7089388 | |||||
| 5289 | Pu blic Const EntitiesE xceedMaxAl lowed As I nteger = C Int(&H8006 0415) ' -2 147089387 | |||||
| 5290 | Pu blic Const StepDoesN otHaveAnyC hildInXaml As Intege r = CInt(& H80060416) ' -214708 9386 | |||||
| 5291 | Pu blic Const InvalidXa ml As Inte ger = CInt (&H8006041 7) ' -2147 089385 | |||||
| 5292 | Pu blic Const ProcessNa meIsNullOr Empty As I nteger = C Int(&H8006 0418) ' -2 147089384 | |||||
| 5293 | Pu blic Const LabelIdDo esNotMatch StepId As Integer = CInt(&H800 60419) ' - 2147089383 | |||||
| 5294 | Pu blic Const RequiredP rocessStep IsNull As Integer = CInt(&H800 6041a) ' - 2147089382 | |||||
| 5295 | Pu blic Const EntityExc eedsMaxAct iveBusines sProcessFl ows As Int eger = CIn t(&H800604 20) ' -214 7089376 | |||||
| 5296 | Pu blic Const EntityIsN otBusiness ProcessFlo wEnabled A s Integer = CInt(&H8 0060421) ' -21470893 75 | |||||
| 5297 | Pu blic Const Calculate dFieldsFea tureNotEna bled As In teger = CI nt(&H80060 422) ' -21 47089374 | |||||
| 5298 | Pu blic Const Calculate dFieldsInv alidEntity As Intege r = CInt(& H80060423) ' -214708 9373 | |||||
| 5299 | Pu blic Const Calculate dFieldsInv alidXaml A s Integer = CInt(&H8 0060424) ' -21470893 72 | |||||
| 5300 | Pu blic Const Calculate dFieldsNon Calculated FieldAssig nment As I nteger = C Int(&H8006 0425) ' -2 147089371 | |||||
| 5301 | Pu blic Const Calculate dFieldsTyp eMismatch As Integer = CInt(&H 80060426) ' -2147089 370 | |||||
| 5302 | Pu blic Const Calculate dFieldsInv alidFuncti on As Inte ger = CInt (&H8006042 7) ' -2147 089369 | |||||
| 5303 | Pu blic Const Calculate dFieldsInv alidAttrib ute As Int eger = CIn t(&H800604 28) ' -214 7089368 | |||||
| 5304 | Pu blic Const TooManyCa lculatedFi eldsInQuer y As Integ er = CInt( &H80060429 ) ' -21470 89367 | |||||
| 5305 | Pu blic Const Calculate dFieldsPri mitiveOver flow As In teger = CI nt(&H80060 42a) ' -21 47089366 | |||||
| 5306 | Pu blic Const Calculate dFieldsAss ignmentMis match As I nteger = C Int(&H8006 042b) ' -2 147089365 | |||||
| 5307 | Pu blic Const Calculate dFieldsFun ctionMisma tch As Int eger = CIn t(&H800604 2c) ' -214 7089364 | |||||
| 5308 | Pu blic Const Calculate dFieldsDiv ideByZero As Integer = CInt(&H 8006042d) ' -2147089 363 | |||||
| 5309 | Pu blic Const Calculate dFieldsInv alidAttrib utes As In teger = CI nt(&H80060 42e) ' -21 47089362 | |||||
| 5310 | Pu blic Const Calculate dFieldsInv alidValue As Integer = CInt(&H 8006042f) ' -2147089 361 | |||||
| 5311 | Pu blic Const Calculate dFieldsInv alidValues As Intege r = CInt(& H80060430) ' -214708 9360 | |||||
| 5312 | Pu blic Const Calculate dFieldsCyc licReferen ce As Inte ger = CInt (&H8006043 1) ' -2147 089359 | |||||
| 5313 | Pu blic Const Calculate dFieldsDep thExceeded As Intege r = CInt(& H80060432) ' -214708 9358 | |||||
| 5314 | Pu blic Const Calculate dFieldsEnt itiesExcee ded As Int eger = CIn t(&H800604 33) ' -214 7089357 | |||||
| 5315 | Pu blic Const InvalidSo urceType A s Integer = CInt(&H8 0060437) ' -21470893 53 | |||||
| 5316 | Pu blic Const Calculate dFieldsInv alidSource TypeMask A s Integer = CInt(&H8 0060438) ' -21470893 52 | |||||
| 5317 | Pu blic Const Attribute FormulaDef initionIsE mpty As In teger = CI nt(&H80060 439) ' -21 47089351 | |||||
| 5318 | Pu blic Const InvalidWo rkflowOrWo rkflowDoes NotExist A s Integer = CInt(&H8 006040a) ' -21470893 98 | |||||
| 5319 | Pu blic Const WorkflowD oesNotExis t As Integ er = CInt( &H8006040b ) ' -21470 89397 | |||||
| 5320 | Pu blic Const ActionSte pInvalidSt ageid As I nteger = C Int(&H8006 040c) ' -2 147089396 | |||||
| 5321 | Pu blic Const ActionSte pInvalidPr ocessid As Integer = CInt(&H80 06040d) ' -214708939 5 | |||||
| 5322 | Pu blic Const ActionSte pInvalidPi pelineStag eid As Int eger = CIn t(&H800604 0e) ' -214 7089394 | |||||
| 5323 | Pu blic Const Calculate dFieldsDat eOnlyBehav iorTypeMis match As I nteger = C Int(&H8006 043a) ' -2 147089350 | |||||
| 5324 | Pu blic Const Calculate dFieldsTim eInvBehavi orTypeMism atch As In teger = CI nt(&H80060 43b) ' -21 47089349 | |||||
| 5325 | Pu blic Const Calculate dFieldsUse rLocBehavi orTypeMism atch As In teger = CI nt(&H80060 43c) ' -21 47089348 | |||||
| 5326 | Pu blic Const RollupFie ldsTargetR elationshi pNull As I nteger = C Int(&H8006 0533) ' -2 147089101 | |||||
| 5327 | Pu blic Const RollupFie ldsTargetR elationshi pNotPartOf OneToNRela tionship A s Integer = CInt(&H8 0060534) ' -21470891 00 | |||||
| 5328 | Pu blic Const RollupFie ldsSourceE ntityNotHi erarchical As Intege r = CInt(& H80060535) ' -214708 9099 | |||||
| 5329 | Pu blic Const RollupFie ldsAggrega teNotDefin ed As Inte ger = CInt (&H8006053 6) ' -2147 089098 | |||||
| 5330 | Pu blic Const RollupFie ldsAggrega teFieldNot PartOfEnti ty As Inte ger = CInt (&H8006053 7) ' -2147 089097 | |||||
| 5331 | Pu blic Const RollupFie ldsSourceF ilterCondi tionInvali d As Integ er = CInt( &H80060538 ) ' -21470 89096 | |||||
| 5332 | Pu blic Const RollupFie ldsTargetF ilterCondi tionInvali d As Integ er = CInt( &H80060539 ) ' -21470 89095 | |||||
| 5333 | Pu blic Const RollupFie ldsAggrega teFunction TypeMismat ch As Inte ger = CInt (&H8006053 a) ' -2147 089094 | |||||
| 5334 | Pu blic Const RollupFie ldsGeneric As Intege r = CInt(& H8006053b) ' -214708 9093 | |||||
| 5335 | Pu blic Const RollupFie ldsAggrega teOnRollup FieldOrCom plexCalcFi eldNotAllo wed As Int eger = CIn t(&H800605 3c) ' -214 7089092 | |||||
| 5336 | Pu blic Const RollupFie ldsAggrega teFieldDat aTypeNotAl lowedSimil arRollupFi eldDataTyp e As Integ er = CInt( &H8006053d ) ' -21470 89091 | |||||
| 5337 | Pu blic Const RollupFie ldsDataTyp eNotValid As Integer = CInt(&H 8006053e) ' -2147089 090 | |||||
| 5338 | Pu blic Const RollupFie ldsAggrega teFieldNot BelongToSo urceEntity As Intege r = CInt(& H8006053f) ' -214708 9089 | |||||
| 5339 | Pu blic Const RollupFie ldsAggrega teFieldNot BelongToRe latedEntit y As Integ er = CInt( &H80060540 ) ' -21470 89088 | |||||
| 5340 | Pu blic Const RollupFie ldDependen tFieldCann otDeleted As Integer = CInt(&H 80060541) ' -2147089 087 | |||||
| 5341 | Pu blic Const ExceededR ollupField sPerOrgQuo ta As Inte ger = CInt (&H8006054 2) ' -2147 089086 | |||||
| 5342 | Pu blic Const ExceededR ollupField sPerEntity Quota As I nteger = C Int(&H8006 0543) ' -2 147089085 | |||||
| 5343 | Pu blic Const RollupFie ldAndAggre gateFieldD ataTypeFor matMismatc h As Integ er = CInt( &H80060544 ) ' -21470 89084 | |||||
| 5344 | Pu blic Const RollupFie ldAggregat eFunctionN otAllowedF orRollupFi eldDataTyp e As Integ er = CInt( &H80060545 ) ' -21470 89083 | |||||
| 5345 | Pu blic Const RollupFie ldAggregat eFunctionN otAllowed As Integer = CInt(&H 80060546) ' -2147089 082 | |||||
| 5346 | Pu blic Const Hierarchy CalculateL imitReache d As Integ er = CInt( &H80060547 ) ' -21470 89081 | |||||
| 5347 | Pu blic Const RollupFie ldSourceFi lterFieldN otAllowed As Integer = CInt(&H 80060548) ' -2147089 080 | |||||
| 5348 | Pu blic Const RollupFie ldTargetFi lterFieldN otAllowed As Integer = CInt(&H 80060549) ' -2147089 079 | |||||
| 5349 | Pu blic Const Calculate dFieldUsed InRollupFi eldCannotB eComplex A s Integer = CInt(&H8 0060550) ' -21470890 72 | |||||
| 5350 | Pu blic Const RollupFie ldsTargetS ameAsSourc eEntity As Integer = CInt(&H80 060551) ' -214708907 1 | |||||
| 5351 | Pu blic Const RollupFie ldsTargetE ntityNotVa lid As Int eger = CIn t(&H800605 52) ' -214 7089070 | |||||
| 5352 | Pu blic Const RollupFie ldDefiniti onNotValid As Intege r = CInt(& H80060553) ' -214708 9069 | |||||
| 5353 | Pu blic Const Recalcula teNotSuppo rtedOnNonR ollupField As Intege r = CInt(& H80060554) ' -214708 9068 | |||||
| 5354 | Pu blic Const CannotMod ifyRollupD ependentFi eld As Int eger = CIn t(&H800605 55) ' -214 7089067 | |||||
| 5355 | Pu blic Const RollupDep endentFiel dNameAlrea dyExists A s Integer = CInt(&H8 0060556) ' -21470890 66 | |||||
| 5356 | Pu blic Const RollupOrC alcNotAllo wedInWorkf lowWaitCon dition As Integer = CInt(&H800 60557) ' - 2147089065 | |||||
| 5357 | Pu blic Const Calculate NowOverflo wError As Integer = CInt(&H800 60558) ' - 2147089064 | |||||
| 5358 | Pu blic Const Attribute CannotBeUs edInAggreg ate As Int eger = CIn t(&H800605 59) ' -214 7089063 | |||||
| 5359 | Pu blic Const RollupFor mulaFieldI nvalid As Integer = CInt(&H800 60560) ' - 2147089056 | |||||
| 5360 | Pu blic Const RollupCal culationLi mitReached As Intege r = CInt(& H80060561) ' -214708 9055 | |||||
| 5361 | Pu blic Const RollupTar getLinkedE ntityOnlyS upportedFo rActivityE ntities As Integer = CInt(&H80 060562) ' -214708905 4 | |||||
| 5362 | Pu blic Const RollupTar getLinkedE ntityCanOn lyUsedForA ctivityPar tyEntities As Intege r = CInt(& H80060563) ' -214708 9053 | |||||
| 5363 | Pu blic Const RollupInv alidAttrib uteForFilt erConditio n As Integ er = CInt( &H80060564 ) ' -21470 89052 | |||||
| 5364 | Pu blic Const RollupFie ldsV2Featu reNotEnabl ed As Inte ger = CInt (&H8006056 5) ' -2147 089051 | |||||
| 5365 | Pu blic Const RollupTar getLinkedR elationshi pNotValid As Integer = CInt(&H 80060566) ' -2147089 050 | |||||
| 5366 | Pu blic Const Condition BranchDoes HaveSetNex tStageOnly ChildInXam l As Integ er = CInt( &H80060434 ) ' -21470 89356 | |||||
| 5367 | Pu blic Const Condition StepCountI nXamlExcee dsMaxAllow ed As Inte ger = CInt (&H8006043 5) ' -2147 089355 | |||||
| 5368 | Pu blic Const Condition Attributes NotAnSubse tOfStepAtt ributes As Integer = CInt(&H80 060436) ' -214708935 4 | |||||
| 5369 | Pu blic Const CannotDel eteUserMai lbox As In teger = CI nt(&H8005e 200) ' -21 47098112 | |||||
| 5370 | Pu blic Const EmailServ erProfileS slRequired ForOnline As Integer = CInt(&H 8005e201) ' -2147098 111 | |||||
| 5371 | Pu blic Const EmailServ erProfileI nvalidCred entialRetr ievalForOn line As In teger = CI nt(&H8005e 202) ' -21 47098110 | |||||
| 5372 | Pu blic Const EmailServ erProfileI nvalidCred entialRetr ievalForEx change As Integer = CInt(&H800 5e203) ' - 2147098109 | |||||
| 5373 | Pu blic Const EmailServ erProfileA utoDiscove rNotAllowe d As Integ er = CInt( &H8005e204 ) ' -21470 98108 | |||||
| 5374 | Pu blic Const EmailServ erProfileL ocationNot Required A s Integer = CInt(&H8 005e205) ' -21470981 07 | |||||
| 5375 | Pu blic Const ForwardMa ilboxCanno tAssociate WithUser A s Integer = CInt(&H8 005e207) ' -21470981 05 | |||||
| 5376 | Pu blic Const HybridSSS ExchangeOn lineS2SCer tExpired A s Integer = CInt(&H8 0131509) ' -21462330 79 | |||||
| 5377 | Pu blic Const HybridSSS ExchangeOn lineS2SCer tActsExpir ed As Inte ger = CInt (&H8013150 0) ' -2146 233088 | |||||
| 5378 | Pu blic Const MailboxCa nnotModify EmailAddre ss As Inte ger = CInt (&H8005e20 8) ' -2147 098104 | |||||
| 5379 | Pu blic Const MailboxCr edentialNo tSpecified As Intege r = CInt(& H8005e209) ' -214709 8103 | |||||
| 5380 | Pu blic Const EmailServ erProfileI nvalidServ erLocation As Intege r = CInt(& H8005e20a) ' -214709 8102 | |||||
| 5381 | Pu blic Const CannotAcc eptEmail A s Integer = CInt(&H8 005e20b) ' -21470981 01 | |||||
| 5382 | Pu blic Const QueueMail boxUnexpec tedDeliver yMethod As Integer = CInt(&H80 05e210) ' -214709809 6 | |||||
| 5383 | Pu blic Const ForwardMa ilboxEmail AddressReq uired As I nteger = C Int(&H8005 e211) ' -2 147098095 | |||||
| 5384 | Pu blic Const ForwardMa ilboxUnexp ectedIncom ingDeliver yMethod As Integer = CInt(&H80 05e212) ' -214709809 4 | |||||
| 5385 | Pu blic Const ForwardMa ilboxUnexp ectedOutgo ingDeliver yMethod As Integer = CInt(&H80 05e213) ' -214709809 3 | |||||
| 5386 | Pu blic Const InvalidCr edentialTy peForNonEx changeInco mingConnec tion As In teger = CI nt(&H8005e 214) ' -21 47098092 | |||||
| 5387 | Pu blic Const Pop3Unexp ectedExcep tion As In teger = CI nt(&H8005e 215) ' -21 47098091 | |||||
| 5388 | Pu blic Const OpenMailb oxExceptio n As Integ er = CInt( &H8005e216 ) ' -21470 98090 | |||||
| 5389 | Pu blic Const InvalidMa ilbox As I nteger = C Int(&H8005 e217) ' -2 147098089 | |||||
| 5390 | Pu blic Const InvalidEm ailServerL ocation As Integer = CInt(&H80 05e218) ' -214709808 8 | |||||
| 5391 | Pu blic Const InactiveM ailbox As Integer = CInt(&H800 5e219) ' - 2147098087 | |||||
| 5392 | Pu blic Const Unapprove dMailbox A s Integer = CInt(&H8 005e220) ' -21470980 80 | |||||
| 5393 | Pu blic Const InvalidEm ailAddress InMailbox As Integer = CInt(&H 8005e221) ' -2147098 079 | |||||
| 5394 | Pu blic Const EmailServ erProfileN otAssociat ed As Inte ger = CInt (&H8005e22 2) ' -2147 098078 | |||||
| 5395 | Pu blic Const IncomingD eliveryIsF orwardMail box As Int eger = CIn t(&H8005e2 23) ' -214 7098077 | |||||
| 5396 | Pu blic Const InvalidIn comingDeli veryExpect ingEmailCo nnector As Integer = CInt(&H80 05e224) ' -214709807 6 | |||||
| 5397 | Pu blic Const OutgoingN otAllowedF orForwardM ailbox As Integer = CInt(&H800 5e225) ' - 2147098075 | |||||
| 5398 | Pu blic Const InvalidOu tgoingDeli veryExpect ingEmailCo nnector As Integer = CInt(&H80 05e226) ' -214709807 4 | |||||
| 5399 | Pu blic Const Inaccessi bleSmtpSer ver As Int eger = CIn t(&H8005e2 27) ' -214 7098073 | |||||
| 5400 | Pu blic Const InactiveE mailServer Profile As Integer = CInt(&H80 05e228) ' -214709807 2 | |||||
| 5401 | Pu blic Const CannotUse UserCreden tials As I nteger = C Int(&H8005 e229) ' -2 147098071 | |||||
| 5402 | Pu blic Const CannotAct ivateMailb oxForDisab ledUserOrQ ueue As In teger = CI nt(&H8005e 230) ' -21 47098064 | |||||
| 5403 | Pu blic Const ZeroEmail Received A s Integer = CInt(&H8 005e231) ' -21470980 63 | |||||
| 5404 | Pu blic Const NoTestEma ilAccessPr ivilege As Integer = CInt(&H80 05e232) ' -214709806 2 | |||||
| 5405 | Pu blic Const MailboxCa nnotDelete Emails As Integer = CInt(&H800 5e233) ' - 2147098061 | |||||
| 5406 | Pu blic Const EmailServ erProfileS slRequired ForOnPremi se As Inte ger = CInt (&H8005e23 4) ' -2147 098060 | |||||
| 5407 | Pu blic Const EmailServ erProfileD elegateAcc essNotAllo wed As Int eger = CIn t(&H8005e2 35) ' -214 7098059 | |||||
| 5408 | Pu blic Const EmailServ erProfileI mpersonati onNotAllow ed As Inte ger = CInt (&H8005e23 6) ' -2147 098058 | |||||
| 5409 | Pu blic Const EmailMess ageSizeExc eeded As I nteger = C Int(&H8005 e237) ' -2 147098057 | |||||
| 5410 | Pu blic Const OutgoingS ettingsUpd ateNotAllo wed As Int eger = CIn t(&H8005e2 38) ' -214 7098056 | |||||
| 5411 | Pu blic Const Certifica teNotFound As Intege r = CInt(& H8005e239) ' -214709 8055 | |||||
| 5412 | Pu blic Const InvalidCe rtificate As Integer = CInt(&H 8005e23a) ' -2147098 054 | |||||
| 5413 | Pu blic Const EmailServ erProfileI nvalidAuth entication Protocol A s Integer = CInt(&H8 005e23b) ' -21470980 53 | |||||
| 5414 | Pu blic Const EmailServ erProfileA DBasedAuth entication ProtocolNo tAllowed A s Integer = CInt(&H8 005e23c) ' -21470980 52 | |||||
| 5415 | Pu blic Const EmailServ erProfileB asicAuthen ticationPr otocolNotA llowed As Integer = CInt(&H800 5e23d) ' - 2147098051 | |||||
| 5416 | Pu blic Const IncomingS erverLocat ionAndSslS etToNo As Integer = CInt(&H800 5e23e) ' - 2147098050 | |||||
| 5417 | Pu blic Const OutgoingS erverLocat ionAndSslS etToNo As Integer = CInt(&H800 5e23f) ' - 2147098049 | |||||
| 5418 | Pu blic Const IncomingS erverLocat ionAndSslS etToYes As Integer = CInt(&H80 05e240) ' -214709804 8 | |||||
| 5419 | Pu blic Const OutgoingS erverLocat ionAndSslS etToYes As Integer = CInt(&H80 05e241) ' -214709804 7 | |||||
| 5420 | Pu blic Const Unsupport edEmailSer ver As Int eger = CIn t(&H8005e2 42) ' -214 7098046 | |||||
| 5421 | Pu blic Const S2SAccess TokenCanno tBeAcquire d As Integ er = CInt( &H8005e243 ) ' -21470 98045 | |||||
| 5422 | Pu blic Const InvalidVa lueProcess EmailAfter As Intege r = CInt(& H8005e244) ' -214709 8044 | |||||
| 5423 | Pu blic Const InvalidS2 SAuthentic ation As I nteger = C Int(&H8005 e245) ' -2 147098043 | |||||
| 5424 | Pu blic Const RouterIsD isabled As Integer = CInt(&H80 05e246) ' -214709804 2 | |||||
| 5425 | Pu blic Const MailboxUn supportedE mailServer Type As In teger = CI nt(&H8005e 247) ' -21 47098041 | |||||
| 5426 | Pu blic Const TestEmail Configurat ionSchedul edInProgre ss As Inte ger = CInt (&H8005e24 8) ' -2147 098040 | |||||
| 5427 | Pu blic Const ServiceAc countMailb oxesCountI sZero As I nteger = C Int(&H8005 e249) ' -2 147098039 | |||||
| 5428 | Pu blic Const ServiceAc countMailb oxesCountI sGreaterTh anOne As I nteger = C Int(&H8005 e24a) ' -2 147098038 | |||||
| 5429 | Pu blic Const TenantIDI sEmpty As Integer = CInt(&H800 5e25a) ' - 2147098022 | |||||
| 5430 | Pu blic Const InvalidTe nantIDValu e As Integ er = CInt( &H8005e25b ) ' -21470 98021 | |||||
| 5431 | Pu blic Const TenantIDV alueChange d As Integ er = CInt( &H8005e25c ) ' -21470 98020 | |||||
| 5432 | Pu blic Const SpecifyIn comingServ erLocation As Intege r = CInt(& H8005e24b) ' -214709 8037 | |||||
| 5433 | Pu blic Const SpecifyOu tgoingServ erLocation As Intege r = CInt(& H8005e24c) ' -214709 8036 | |||||
| 5434 | Pu blic Const UserNameR equiredFor Impersonat ion As Int eger = CIn t(&H8005e2 4d) ' -214 7098035 | |||||
| 5435 | Pu blic Const PasswordR equiredFor Impersonat ion As Int eger = CIn t(&H8005e2 4e) ' -214 7098034 | |||||
| 5436 | Pu blic Const ServerLoc ationIsEmp ty As Inte ger = CInt (&H8005e25 0) ' -2147 098032 | |||||
| 5437 | Pu blic Const SpecifyIn comingUser Name As In teger = CI nt(&H8005e 251) ' -21 47098031 | |||||
| 5438 | Pu blic Const SpecifyOu tgoingUser Name As In teger = CI nt(&H8005e 252) ' -21 47098030 | |||||
| 5439 | Pu blic Const SpecifyIn comingPass word As In teger = CI nt(&H8005e 253) ' -21 47098029 | |||||
| 5440 | Pu blic Const SpecifyOu tgoingPass word As In teger = CI nt(&H8005e 254) ' -21 47098028 | |||||
| 5441 | Pu blic Const ServerLoc ationAndSS LSetToYes As Integer = CInt(&H 8005e255) ' -2147098 027 | |||||
| 5442 | Pu blic Const SpecifyIn ComingPort As Intege r = CInt(& H8005e24f) ' -214709 8033 | |||||
| 5443 | Pu blic Const SpecifyOu tgoingPort As Intege r = CInt(& H8005e256) ' -214709 8026 | |||||
| 5444 | Pu blic Const TraceMess ageConstru ctionError As Intege r = CInt(& H8004f900) ' -214715 7760 | |||||
| 5445 | Pu blic Const TooManyBy tesInInput Stream As Integer = CInt(&H800 4f901) ' - 2147157759 | |||||
| 5446 | Pu blic Const EmailRout erFileTooL argeToProc ess As Int eger = CIn t(&H8005f0 31) ' -214 7094479 | |||||
| 5447 | Pu blic Const ErrorsInE mailRouter MigrationF iles As In teger = CI nt(&H8005f 032) ' -21 47094478 | |||||
| 5448 | Pu blic Const InvalidMi grationFil eContent A s Integer = CInt(&H8 005f033) ' -21470944 77 | |||||
| 5449 | Pu blic Const ErrorMigr ationProce ssExcessOn Server As Integer = CInt(&H800 5f034) ' - 2147094476 | |||||
| 5450 | Pu blic Const EntityNot EnabledFor ThisDevice As Intege r = CInt(& H8005f200) ' -214709 4016 | |||||
| 5451 | Pu blic Const MobileCli entLanguag eNotSuppor ted As Int eger = CIn t(&H8005f2 01) ' -214 7094015 | |||||
| 5452 | Pu blic Const MobileCli entVersion NotSupport ed As Inte ger = CInt (&H8005f20 2) ' -2147 094014 | |||||
| 5453 | Pu blic Const RoleNotEn abledForTa bletApp As Integer = CInt(&H80 05f203) ' -214709401 3 | |||||
| 5454 | Pu blic Const NoMinimum RequiredPr ivilegesFo rTabletApp As Intege r = CInt(& H8005f20f) ' -214709 4001 | |||||
| 5455 | Pu blic Const FilePicke rErrorAtta chmentType Blocked As Integer = CInt(&H80 05f204) ' -214709401 2 | |||||
| 5456 | Pu blic Const FilePicke rErrorFile SizeBreach ed As Inte ger = CInt (&H8005f20 5) ' -2147 094011 | |||||
| 5457 | Pu blic Const FilePicke rErrorFile SizeCannot BeZero As Integer = CInt(&H800 5f206) ' - 2147094010 | |||||
| 5458 | Pu blic Const FilePicke rErrorUnab leToOpenFi le As Inte ger = CInt (&H8005f20 7) ' -2147 094009 | |||||
| 5459 | Pu blic Const GetPhotoF romGallery Failed As Integer = CInt(&H800 5f208) ' - 2147094008 | |||||
| 5460 | Pu blic Const SaveDataF ileErrorOu tOfSpace A s Integer = CInt(&H8 005f209) ' -21470940 07 | |||||
| 5461 | Pu blic Const OpenDocum entErrorCo deUnableTo FindAnActi vity As In teger = CI nt(&H8005f 20a) ' -21 47094006 | |||||
| 5462 | Pu blic Const OpenDocum entErrorCo deUnableTo FindTheDat aId As Int eger = CIn t(&H8005f2 0b) ' -214 7094005 | |||||
| 5463 | Pu blic Const OpenDocum entErrorCo deGeneric As Integer = CInt(&H 8005f20c) ' -2147094 004 | |||||
| 5464 | Pu blic Const FilePicke rErrorAppl icationInS napView As Integer = CInt(&H80 05f20d) ' -214709400 3 | |||||
| 5465 | Pu blic Const MobileCli entNotConf iguredForC urrentUser As Intege r = CInt(& H8005f20e) ' -214709 4002 | |||||
| 5466 | Pu blic Const DataSourc eInitializ eFailedErr orCode As Integer = CInt(&H800 5f210) ' - 2147094000 | |||||
| 5467 | Pu blic Const DataSourc eOfflineEr rorCode As Integer = CInt(&H80 05f211) ' -214709399 9 | |||||
| 5468 | Pu blic Const PingFailu reErrorCod e As Integ er = CInt( &H8005f212 ) ' -21470 93998 | |||||
| 5469 | Pu blic Const RetrieveR ecordOffli neErrorCod e As Integ er = CInt( &H8005f213 ) ' -21470 93997 | |||||
| 5470 | Pu blic Const CantSaveR ecordInOff line As In teger = CI nt(&H8005f 214) ' -21 47093996 | |||||
| 5471 | Pu blic Const NotMobile Enabled As Integer = CInt(&H80 05f215) ' -214709399 5 | |||||
| 5472 | Pu blic Const InvalidPr eviewModeO peration A s Integer = CInt(&H8 005f219) ' -21470939 91 | |||||
| 5473 | Pu blic Const PageNotFo und As Int eger = CIn t(&H8005f2 1a) ' -214 7093990 | |||||
| 5474 | Pu blic Const ViewNotAv ailableFor MobileOffl ine As Int eger = CIn t(&H8005f2 1b) ' -214 7093989 | |||||
| 5475 | Pu blic Const NotMobile WriteEnabl ed As Inte ger = CInt (&H8005f21 c) ' -2147 093988 | |||||
| 5476 | Pu blic Const DataStore KeyNotFoun dErrorCode As Intege r = CInt(& H8005f21d) ' -214709 3987 | |||||
| 5477 | Pu blic Const RelatedEn tityAlread yExistsInP rofile As Integer = CInt(&H800 5f21e) ' - 2147093986 | |||||
| 5478 | Pu blic Const RelatedEn tityDoesNo tExistsInP rofile As Integer = CInt(&H800 5f21f) ' - 2147093985 | |||||
| 5479 | Pu blic Const RelatedEn tityGeneri cError As Integer = CInt(&H800 5f220) ' - 2147093984 | |||||
| 5480 | Pu blic Const Relatiosh ipAlreadyE xists As I nteger = C Int(&H8005 f221) ' -2 147093983 | |||||
| 5481 | Pu blic Const InvalidDa taDownload FilterBusi nessUnit A s Integer = CInt(&H8 005f222) ' -21470939 82 | |||||
| 5482 | Pu blic Const InvalidDa taDownload FilterOrga nization A s Integer = CInt(&H8 005f223) ' -21470939 81 | |||||
| 5483 | Pu blic Const CantUpdat eOnlineRec ord As Int eger = CIn t(&H8005f2 24) ' -214 7093980 | |||||
| 5484 | Pu blic Const Applicati onMetadata UserValida tionUnknow nError As Integer = CInt(&H800 5f225) ' - 2147093979 | |||||
| 5485 | Pu blic Const Applicati onMetadata PrepareCus tomization sUnknownEr ror As Int eger = CIn t(&H8005f2 26) ' -214 7093978 | |||||
| 5486 | Pu blic Const Applicati onMetadata RetrieveUs erContextU nknownErro r As Integ er = CInt( &H8005f227 ) ' -21470 93977 | |||||
| 5487 | Pu blic Const Applicati onMetadata SyncUnknow nError As Integer = CInt(&H800 5f228) ' - 2147093976 | |||||
| 5488 | Pu blic Const Applicati onMetadata RetrieveUn knownError As Intege r = CInt(& H8005f229) ' -214709 3975 | |||||
| 5489 | Pu blic Const Applicati onMetadata GetPreview MetadataUn knownError As Intege r = CInt(& H8005f230) ' -214709 3968 | |||||
| 5490 | Pu blic Const Applicati onMetadata ConverterF ailed As I nteger = C Int(&H8005 f231) ' -2 147093967 | |||||
| 5491 | Pu blic Const Applicati onMetadata daNullData As Intege r = CInt(& H8005f232) ' -214709 3966 | |||||
| 5492 | Pu blic Const Applicati onMetadata daCreateFa iled As In teger = CI nt(&H8005f 233) ' -21 47093965 | |||||
| 5493 | Pu blic Const Applicati onMetadata daUpdateFa iled As In teger = CI nt(&H8005f 234) ' -21 47093964 | |||||
| 5494 | Pu blic Const Applicati onMetadata PrepareCus tomization sRetriever Error As I nteger = C Int(&H8005 f235) ' -2 147093963 | |||||
| 5495 | Pu blic Const Applicati onMetadata PrepareCus tomization sTimeout A s Integer = CInt(&H8 005f236) ' -21470939 62 | |||||
| 5496 | Pu blic Const Applicati onMetadata PrepareCus tomization sAppLock A s Integer = CInt(&H8 005f237) ' -21470939 61 | |||||
| 5497 | Pu blic Const EntityMet adataSyncF ailed As I nteger = C Int(&H8005 f238) ' -2 147093960 | |||||
| 5498 | Pu blic Const EntityMet adataSyncF ailedWithC ontinue As Integer = CInt(&H80 05f239) ' -214709395 9 | |||||
| 5499 | Pu blic Const Applicati onMetadata SyncFailed As Intege r = CInt(& H8005f240) ' -214709 3952 | |||||
| 5500 | Pu blic Const Applicati onMetadata FailedWith Continue A s Integer = CInt(&H8 005f241) ' -21470939 51 | |||||
| 5501 | Pu blic Const Applicati onMetadata SyncTimeou t As Integ er = CInt( &H8005f242 ) ' -21470 93950 | |||||
| 5502 | Pu blic Const Applicati onMetadata SyncTimeou tWithConti nue As Int eger = CIn t(&H8005f2 43) ' -214 7093949 | |||||
| 5503 | Pu blic Const Applicati onMetadata SyncAppLoc k As Integ er = CInt( &H8005f244 ) ' -21470 93948 | |||||
| 5504 | Pu blic Const Applicati onMetadata SyncAppLoc kWithConti nue As Int eger = CIn t(&H8005f2 45) ' -214 7093947 | |||||
| 5505 | Pu blic Const GenericMe tadataSync Failed As Integer = CInt(&H800 5f246) ' - 2147093946 | |||||
| 5506 | Pu blic Const GenericMe tadataSync FailedWith Continue A s Integer = CInt(&H8 005f247) ' -21470939 45 | |||||
| 5507 | Pu blic Const Entitleme ntInvalidS tartEndDat e As Integ er = CInt( &H80060600 ) ' -21470 88896 | |||||
| 5508 | Pu blic Const Entitleme ntInvalidS tate As In teger = CI nt(&H80060 601) ' -21 47088895 | |||||
| 5509 | Pu blic Const InvalidCh annelOrigi n As Integ er = CInt( &H80060602 ) ' -21470 88894 | |||||
| 5510 | Pu blic Const Entitleme ntChannelI nvalidStat e As Integ er = CInt( &H80060603 ) ' -21470 88893 | |||||
| 5511 | Pu blic Const Entitleme ntInvalidT erms As In teger = CI nt(&H80060 604) ' -21 47088892 | |||||
| 5512 | Pu blic Const InvalidEn titlementC hannelTerm s As Integ er = CInt( &H80060605 ) ' -21470 88891 | |||||
| 5513 | Pu blic Const InvalidEn titlementA ctivate As Integer = CInt(&H80 060606) ' -214708889 0 | |||||
| 5514 | Pu blic Const InvalidEn titlementC ancel As I nteger = C Int(&H8006 0607) ' -2 147088889 | |||||
| 5515 | Pu blic Const InvalidEn titlementD eactivate As Integer = CInt(&H 80060608) ' -2147088 888 | |||||
| 5516 | Pu blic Const InvalidEn titlementA ssociation ToCase As Integer = CInt(&H800 60609) ' - 2147088887 | |||||
| 5517 | Pu blic Const InvalidEn titlementR enew As In teger = CI nt(&H80060 610) ' -21 47088880 | |||||
| 5518 | Pu blic Const InvalidEn titlementS tateAssoci ateToCase As Integer = CInt(&H 80060611) ' -2147088 879 | |||||
| 5519 | Pu blic Const Entitleme ntChannelW ithoutEnti tlementId As Integer = CInt(&H 80060612) ' -2147088 878 | |||||
| 5520 | Pu blic Const Entitleme ntEditDraf t As Integ er = CInt( &H80060613 ) ' -21470 88877 | |||||
| 5521 | Pu blic Const Entitleme ntAlreadyI nDraftStat e As Integ er = CInt( &H80060614 ) ' -21470 88876 | |||||
| 5522 | Pu blic Const Entitleme ntAlreadyI nactiveSta te As Inte ger = CInt (&H8006061 5) ' -2147 088875 | |||||
| 5523 | Pu blic Const Entitleme ntNotActiv eInAssocia tionToCase As Intege r = CInt(& H80060616) ' -214708 8874 | |||||
| 5524 | Pu blic Const ExpiredEn titlementA ctivate As Integer = CInt(&H80 060617) ' -214708887 3 | |||||
| 5525 | Pu blic Const InvalidEn titlementE xpire As I nteger = C Int(&H8006 0618) ' -2 147088872 | |||||
| 5526 | Pu blic Const InvalidDe leteProces s As Integ er = CInt( &H80060691 ) ' -21470 88751 | |||||
| 5527 | Pu blic Const Entitleme ntTotalTer ms As Inte ger = CInt (&H8006061 9) ' -2147 088871 | |||||
| 5528 | Pu blic Const Entitleme ntTemplate TotalTerms As Intege r = CInt(& H80060620) ' -214708 8864 | |||||
| 5529 | Pu blic Const SocialCar eDisabledE rror As In teger = CI nt(&H80060 621) ' -21 47088863 | |||||
| 5530 | Pu blic Const Entitleme ntBlankTer ms As Inte ger = CInt (&H8006062 2) ' -2147 088862 | |||||
| 5531 | Pu blic Const InvalidPr oduct As I nteger = C Int(&H8006 0623) ' -2 147088861 | |||||
| 5532 | Pu blic Const Entitleme ntInvalidR emainingTe rms As Int eger = CIn t(&H800606 24) ' -214 7088860 | |||||
| 5533 | Pu blic Const NoInciden tMergeHavi ngSamePare nt As Inte ger = CInt (&H8003f45 0) ' -2147 224496 | |||||
| 5534 | Pu blic Const CancelAct iveChildCa seFirst As Integer = CInt(&H80 03f451) ' -214722449 5 | |||||
| 5535 | Pu blic Const CloseActi veChildCas eFirst As Integer = CInt(&H800 3f452) ' - 2147224494 | |||||
| 5536 | Pu blic Const Multileve lParentChi ldRelation shipNotAll owed As In teger = CI nt(&H8003f 453) ' -21 47224493 | |||||
| 5537 | Pu blic Const MaxChildC asesLimitE xceeded As Integer = CInt(&H80 03f454) ' -214722449 2 | |||||
| 5538 | Pu blic Const ParentCas eNotAllowe dAsAChildC ase As Int eger = CIn t(&H8003f4 55) ' -214 7224491 | |||||
| 5539 | Pu blic Const CannotClo seCase As Integer = CInt(&H800 4f456) ' - 2147158954 | |||||
| 5540 | Pu blic Const CannotMer geCase As Integer = CInt(&H800 4f457) ' - 2147158953 | |||||
| 5541 | Pu blic Const CaseState ChangeInva lid As Int eger = CIn t(&H800607 4) ' 13424 2420 | |||||
| 5542 | Pu blic Const CannotDel eteActiveR ule As Int eger = CIn t(&H8004f8 50) ' -214 7157936 | |||||
| 5543 | Pu blic Const CannotEdi tActiveRul e As Integ er = CInt( &H8004f851 ) ' -21471 57935 | |||||
| 5544 | Pu blic Const RuleAlrea dyInactive State As I nteger = C Int(&H8004 f852) ' -2 147157934 | |||||
| 5545 | Pu blic Const RuleAlrea dyInDraftS tate As In teger = CI nt(&H8004f 853) ' -21 47157933 | |||||
| 5546 | Pu blic Const RuleAlrea dyExistsWi thSameQueu eAndChanne l As Integ er = CInt( &H8004f884 ) ' -21471 57884 | |||||
| 5547 | Pu blic Const RoutingRu leActivate Deactivate ByNonOwner As Intege r = CInt(& H8004f885) ' -214715 7883 | |||||
| 5548 | Pu blic Const ConvertRu leActivate Deactivate ByNonOwner As Intege r = CInt(& H8004f886) ' -214715 7882 | |||||
| 5549 | Pu blic Const ConvertRu leResponse TemplateVa lidity As Integer = CInt(&H800 60730) ' - 2147088592 | |||||
| 5550 | Pu blic Const ConvertRu leAlreadyA ctive As I nteger = C Int(&H8006 0731) ' -2 147088591 | |||||
| 5551 | Pu blic Const ConvertRu leAlreadyI nDraftStat e As Integ er = CInt( &H80060732 ) ' -21470 88590 | |||||
| 5552 | Pu blic Const ConvertRu lePermissi onToPerfor mAction As Integer = CInt(&H80 060733) ' -214708858 9 | |||||
| 5553 | Pu blic Const CannotDel eteQueueWi thQueueIte ms As Inte ger = CInt (&H8063111 7) ' -2140 991209 | |||||
| 5554 | Pu blic Const CannotDel eteQueueWi thRouteRul es As Inte ger = CInt (&H8073111 8) ' -2139 942632 | |||||
| 5555 | Pu blic Const CannotRou tePrivateQ ueueItemNo nmember As Integer = CInt(&H80 631121) ' -214099119 9 | |||||
| 5556 | Pu blic Const CannotRou teToNonQue ueMember A s Integer = CInt(&H8 0731119) ' -21399426 31 | |||||
| 5557 | Pu blic Const StateTran sitionActi veToResolv e As Integ er = CInt( &H8004f854 ) ' -21471 57932 | |||||
| 5558 | Pu blic Const StateTran sitionActi veToCancel ed As Inte ger = CInt (&H8004f85 5) ' -2147 157931 | |||||
| 5559 | Pu blic Const StateTran sitionReso lvedOrCanc eledToActi ve As Inte ger = CInt (&H8004f85 6) ' -2147 157930 | |||||
| 5560 | Pu blic Const StateTran sitionActi vateNewSta tus As Int eger = CIn t(&H8004f8 57) ' -214 7157929 | |||||
| 5561 | Pu blic Const StateTran sitionDeac tivateNewS tatus As I nteger = C Int(&H8004 f858) ' -2 147157928 | |||||
| 5562 | Pu blic Const CannotDel eteRelated Sla As Int eger = CIn t(&H8004f8 59) ' -214 7157927 | |||||
| 5563 | Pu blic Const CannotEdi tActiveSla As Intege r = CInt(& H8004f860) ' -214715 7920 | |||||
| 5564 | Pu blic Const SlaAlread yInactiveS tate As In teger = CI nt(&H8004f 861) ' -21 47157919 | |||||
| 5565 | Pu blic Const SlaAlread yInDraftSt ate As Int eger = CIn t(&H8004f8 62) ' -214 7157918 | |||||
| 5566 | Pu blic Const CannotCha ngeState A s Integer = CInt(&H8 004f863) ' -21471579 17 | |||||
| 5567 | Pu blic Const ImportRou tingRuleEr ror As Int eger = CIn t(&H8004f8 67) ' -214 7157913 | |||||
| 5568 | Pu blic Const ImportSla Error As I nteger = C Int(&H8004 f868) ' -2 147157912 | |||||
| 5569 | Pu blic Const ImportCon vertRuleEr ror As Int eger = CIn t(&H8004f8 69) ' -214 7157911 | |||||
| 5570 | Pu blic Const CannotDel eteActiveS la As Inte ger = CInt (&H8004f87 0) ' -2147 157904 | |||||
| 5571 | Pu blic Const ActiveSla CannotEdit As Intege r = CInt(& H8004f871) ' -214715 7903 | |||||
| 5572 | Pu blic Const MaxActive SLAError A s Integer = CInt(&H8 004f897) ' -21471578 65 | |||||
| 5573 | Pu blic Const MaxActive SLAKPIErro r As Integ er = CInt( &H8004f898 ) ' -21471 57864 | |||||
| 5574 | Pu blic Const BundleCan notContain Bundle As Integer = CInt(&H800 4f972) ' - 2147157646 | |||||
| 5575 | Pu blic Const ProductOr BundleCann otBeAsPare nt As Inte ger = CInt (&H8004f97 3) ' -2147 157645 | |||||
| 5576 | Pu blic Const CannotAss ociateReti redProduct s As Integ er = CInt( &H8004f974 ) ' -21471 57644 | |||||
| 5577 | Pu blic Const CannotUpd ateDraftPr oducts As Integer = CInt(&H800 4f975) ' - 2147157643 | |||||
| 5578 | Pu blic Const CannotAdd ProductToB undle As I nteger = C Int(&H8004 f976) ' -2 147157642 | |||||
| 5579 | Pu blic Const ProductFr omRetiredT oActiveSta te As Inte ger = CInt (&H8004f97 7) ' -2147 157641 | |||||
| 5580 | Pu blic Const ProductFr omDraftToR etiredStat e As Integ er = CInt( &H8004f978 ) ' -21471 57640 | |||||
| 5581 | Pu blic Const ProductFr omRetiredT oDraftStat e As Integ er = CInt( &H8004f979 ) ' -21471 57639 | |||||
| 5582 | Pu blic Const ProductFr omRetiredT oRetiredSt ate As Int eger = CIn t(&H8004f9 80) ' -214 7157632 | |||||
| 5583 | Pu blic Const ProductFr omDraftToD raftState As Integer = CInt(&H 8004f981) ' -2147157 631 | |||||
| 5584 | Pu blic Const ProductFr omActiveTo ActiveStat e As Integ er = CInt( &H8004f982 ) ' -21471 57630 | |||||
| 5585 | Pu blic Const SaveRecor dBeforeAdd ingBundle As Integer = CInt(&H 8004f983) ' -2147157 629 | |||||
| 5586 | Pu blic Const RecordCan OnlyBeRevi sedFromAct iveState A s Integer = CInt(&H8 004f883) ' -21471578 85 | |||||
| 5587 | Pu blic Const CannotAdd DraftFamil yProductBu ndleToCase s As Integ er = CInt( &H8004f984 ) ' -21471 57628 | |||||
| 5588 | Pu blic Const CannotClo neBundleAs ProductLim itExceeded As Intege r = CInt(& H8004f985) ' -214715 7627 | |||||
| 5589 | Pu blic Const CannotCha ngeSelecte dBundleToA notherValu e As Integ er = CInt( &H8004f986 ) ' -21471 57626 | |||||
| 5590 | Pu blic Const CannotCha ngeSelecte dProductWi thBundle A s Integer = CInt(&H8 004f987) ' -21471576 25 | |||||
| 5591 | Pu blic Const InvalidRe lationship TypeForUpS ell As Int eger = CIn t(&H8004f9 88) ' -214 7157624 | |||||
| 5592 | Pu blic Const InvalidRe lationship TypeForAcc essory As Integer = CInt(&H800 4f989) ' - 2147157623 | |||||
| 5593 | Pu blic Const ProductNo Substitute dProductNu mber As In teger = CI nt(&H8004f 990) ' -21 47157616 | |||||
| 5594 | Pu blic Const Duplicate ProductRel ationship As Integer = CInt(&H 8004f891) ' -2147157 871 | |||||
| 5595 | Pu blic Const BundleCan notContain ProductFam ily As Int eger = CIn t(&H8004f9 92) ' -214 7157614 | |||||
| 5596 | Pu blic Const RetiredPr oductToBun dle As Int eger = CIn t(&H8004f9 93) ' -214 7157613 | |||||
| 5597 | Pu blic Const DraftBund leToProduc t As Integ er = CInt( &H8004f994 ) ' -21471 57612 | |||||
| 5598 | Pu blic Const ProductCa nOnlyBeUpd atedInDraf t As Integ er = CInt( &H8004f995 ) ' -21471 57611 | |||||
| 5599 | Pu blic Const Inconsist entProduct Relationsh ipState As Integer = CInt(&H80 04f996) ' -214715761 0 | |||||
| 5600 | Pu blic Const CannotRet ireProduct FromActive Bundle As Integer = CInt(&H800 4f997) ' - 2147157609 | |||||
| 5601 | Pu blic Const CannotSet ProductAsP arent As I nteger = C Int(&H8004 f998) ' -2 147157608 | |||||
| 5602 | Pu blic Const CannotAss ociateProd uctFamily As Integer = CInt(&H 8004f999) ' -2147157 607 | |||||
| 5603 | Pu blic Const CannotAdd PricelistT oProductFa mily As In teger = CI nt(&H8004f 902) ' -21 47157758 | |||||
| 5604 | Pu blic Const SdkMessag esDeprecat edError As Integer = CInt(&H80 04f903) ' -214715775 7 | |||||
| 5605 | Pu blic Const CanOnlySe tActiveOrD raftProduc tFamilyAsP arent As I nteger = C Int(&H8004 f906) ' -2 147157754 | |||||
| 5606 | Pu blic Const CannotPub lishBundle WithProduc tStateDraf tOrRetire As Integer = CInt(&H 8004f907) ' -2147157 753 | |||||
| 5607 | Pu blic Const CannotPub lishKitWit hProductSt ateDraftOr Retire As Integer = CInt(&H800 4f916) ' - 2147157738 | |||||
| 5608 | Pu blic Const CannotAdd Product As Integer = CInt(&H80 04f908) ' -214715775 2 | |||||
| 5609 | Pu blic Const CannotPub lishChildO fNonActive ProductFam ily As Int eger = CIn t(&H8004f9 09) ' -214 7157751 | |||||
| 5610 | Pu blic Const ProductHa sUnretired Child As I nteger = C Int(&H8004 f910) ' -2 147157744 | |||||
| 5611 | Pu blic Const ProductFr omActiveTo DraftState As Intege r = CInt(& H8004f912) ' -214715 7742 | |||||
| 5612 | Pu blic Const ProductFr omDraftToR evisedStat e As Integ er = CInt( &H8004f913 ) ' -21471 57741 | |||||
| 5613 | Pu blic Const CannotOve rridePrope rtyFromDif ferentHier archy As I nteger = C Int(&H8004 f914) ' -2 147157740 | |||||
| 5614 | Pu blic Const CannotRet ireProduct As Intege r = CInt(& H8004f915) ' -214715 7739 | |||||
| 5615 | Pu blic Const InvalidSt ateForPubl ish As Int eger = CIn t(&H8004f9 0a) ' -214 7157750 | |||||
| 5616 | Pu blic Const HiddenPro pertyValid ationFaile d As Integ er = CInt( &H80061000 ) ' -21470 86336 | |||||
| 5617 | Pu blic Const ActivePro pertyValid ationFaile d As Integ er = CInt( &H80061001 ) ' -21470 86335 | |||||
| 5618 | Pu blic Const ReadOnlyC reateValid ationFaile d As Integ er = CInt( &H80061002 ) ' -21470 86334 | |||||
| 5619 | Pu blic Const ReadOnlyU pdateValid ationFaile d As Integ er = CInt( &H80061003 ) ' -21470 86333 | |||||
| 5620 | Pu blic Const MinMaxVal idationFai led As Int eger = CIn t(&H800610 04) ' -214 7086332 | |||||
| 5621 | Pu blic Const OptionSet Validation Failed As Integer = CInt(&H800 61005) ' - 2147086331 | |||||
| 5622 | Pu blic Const Validatio nFailedFor DynamicPro perty As I nteger = C Int(&H8006 1021) ' -2 147086303 | |||||
| 5623 | Pu blic Const ProductCl oneFailed As Integer = CInt(&H 80061006) ' -2147086 330 | |||||
| 5624 | Pu blic Const CannotAdd BundleToPr icelist As Integer = CInt(&H80 061007) ' -214708632 9 | |||||
| 5625 | Pu blic Const CannotRem oveProduct FromPricel ist As Int eger = CIn t(&H800610 08) ' -214 7086328 | |||||
| 5626 | Pu blic Const CannotAdd RetiredPro ductToPric elist As I nteger = C Int(&H8006 1009) ' -2 147086327 | |||||
| 5627 | Pu blic Const CannotDel eteProduct FromActive Bundle As Integer = CInt(&H800 61010) ' - 2147086320 | |||||
| 5628 | Pu blic Const CannotPub lishNested Bundle As Integer = CInt(&H800 61011) ' - 2147086319 | |||||
| 5629 | Pu blic Const CannotCre ateKitOfTy peFamilyOr Bundle As Integer = CInt(&H800 61012) ' - 2147086318 | |||||
| 5630 | Pu blic Const CannotCha ngeProduct Relationsh ip As Inte ger = CInt (&H8006101 3) ' -2147 086317 | |||||
| 5631 | Pu blic Const BundleCan notContain ProductKit As Intege r = CInt(& H80061014) ' -214708 6316 | |||||
| 5632 | Pu blic Const CannotAdd ParentToAK it As Inte ger = CInt (&H8006101 5) ' -2147 086315 | |||||
| 5633 | Pu blic Const CannotCon vertProduc tAssociate dWithFamil yToKit As Integer = CInt(&H800 61016) ' - 2147086314 | |||||
| 5634 | Pu blic Const OnlyProdu ctCanBeCon vertedToKi t As Integ er = CInt( &H80061017 ) ' -21470 86313 | |||||
| 5635 | Pu blic Const CannotCon vertProduc tAssociate dWithBundl eToKit As Integer = CInt(&H800 61018) ' - 2147086312 | |||||
| 5636 | Pu blic Const Unsupport edCudOpera tionForDyn amicProper ties As In teger = CI nt(&H80061 019) ' -21 47086311 | |||||
| 5637 | Pu blic Const CannotClo neProductK it As Inte ger = CInt (&H8006102 0) ' -2147 086304 | |||||
| 5638 | Pu blic Const CannotAdd ProductBun dleToKit A s Integer = CInt(&H8 0061022) ' -21470863 02 | |||||
| 5639 | Pu blic Const CannotAdd ProductFam ilyToKit A s Integer = CInt(&H8 0061023) ' -21470863 01 | |||||
| 5640 | Pu blic Const CannotAdd ProductToK it As Inte ger = CInt (&H8006102 4) ' -2147 086300 | |||||
| 5641 | Pu blic Const Unsupport edSdkMessa geForBundl es As Inte ger = CInt (&H8006102 5) ' -2147 086299 | |||||
| 5642 | Pu blic Const CannotAdd ProductToR etiredKit As Integer = CInt(&H 80061026) ' -2147086 298 | |||||
| 5643 | Pu blic Const CannotAdd RetiredPro ductToKit As Integer = CInt(&H 80061027) ' -2147086 297 | |||||
| 5644 | Pu blic Const CannotCon vertProduc tFamilyToK it As Inte ger = CInt (&H8006102 9) ' -2147 086295 | |||||
| 5645 | Pu blic Const CannotCon vertBundle ToKit As I nteger = C Int(&H8006 1030) ' -2 147086288 | |||||
| 5646 | Pu blic Const CannotAdd BundleToIt self As In teger = CI nt(&H80061 031) ' -21 47086287 | |||||
| 5647 | Pu blic Const CannotAdd KitToItsel f As Integ er = CInt( &H80061032 ) ' -21470 86286 | |||||
| 5648 | Pu blic Const CannotAdd RetiredPro duct As In teger = CI nt(&H80061 033) ' -21 47086285 | |||||
| 5649 | Pu blic Const CannotClo neBundleWi thRetiredP roducts As Integer = CInt(&H80 061034) ' -214708628 4 | |||||
| 5650 | Pu blic Const CannotSet PublishRet iredProduc tsToDraft As Integer = CInt(&H 80061035) ' -2147086 283 | |||||
| 5651 | Pu blic Const CannotOve rwriteProp erty As In teger = CI nt(&H80061 036) ' -21 47086282 | |||||
| 5652 | Pu blic Const MissingRe quiredAttr ibutes As Integer = CInt(&H800 61037) ' - 2147086281 | |||||
| 5653 | Pu blic Const DynamicPr opertyDefa ultValueNe eded As In teger = CI nt(&H80061 038) ' -21 47086280 | |||||
| 5654 | Pu blic Const NonDraftB undleUpdat e As Integ er = CInt( &H80061039 ) ' -21470 86279 | |||||
| 5655 | Pu blic Const Associate ProductFai lureDiffer entUom As Integer = CInt(&H800 61040) ' - 2147086272 | |||||
| 5656 | Pu blic Const DynamicPr opertyInva lidStateFo rUpdate As Integer = CInt(&H80 081000) ' -214695526 4 | |||||
| 5657 | Pu blic Const DynamicPr opertyInva lidStateCh ange As In teger = CI nt(&H80081 001) ' -21 46955263 | |||||
| 5658 | Pu blic Const DynamicPr opertyInva lidStateFo rDelete As Integer = CInt(&H80 081002) ' -214695526 2 | |||||
| 5659 | Pu blic Const CannotDel eteDynamic PropertyIn Use As Int eger = CIn t(&H800810 03) ' -214 6955261 | |||||
| 5660 | Pu blic Const DynamicPr opertyInva lidRegardi ngForUpdat e As Integ er = CInt( &H80081004 ) ' -21469 55260 | |||||
| 5661 | Pu blic Const CannotOve rrideOwned DynamicPro perty As I nteger = C Int(&H8008 1005) ' -2 146955259 | |||||
| 5662 | Pu blic Const CannotDel eteNotOwne dDynamicPr operty As Integer = CInt(&H800 81006) ' - 2146955258 | |||||
| 5663 | Pu blic Const ProductFa milyCanCre ateDynamic Property A s Integer = CInt(&H8 0081007) ' -21469552 57 | |||||
| 5664 | Pu blic Const CannotDel eteOverrid denPropert y As Integ er = CInt( &H80081100 ) ' -21469 55008 | |||||
| 5665 | Pu blic Const SlaActiva teDeactiva teByNonOwn er As Inte ger = CInt (&H8004f87 2) ' -2147 157902 | |||||
| 5666 | Pu blic Const PartialHo lidaySched uleCreatio n As Integ er = CInt( &H8004f873 ) ' -21471 57901 | |||||
| 5667 | Pu blic Const ErrorNoAc tiveRoutin gRuleExist s As Integ er = CInt( &H8004f874 ) ' -21471 57900 | |||||
| 5668 | Pu blic Const SlaPermis sionToPerf ormAction As Integer = CInt(&H 8004f875) ' -2147157 899 | |||||
| 5669 | Pu blic Const RoutingRu lePublishe dByOwner A s Integer = CInt(&H8 004f876) ' -21471578 98 | |||||
| 5670 | Pu blic Const RoutingRu leMissingR uleCriteri a As Integ er = CInt( &H8004f877 ) ' -21471 57897 | |||||
| 5671 | Pu blic Const RoutingRu lePublishe dByNonOwne r As Integ er = CInt( &H8004f878 ) ' -21471 57896 | |||||
| 5672 | Pu blic Const ConvertRu leInvalidA utoRespons eSettings As Integer = CInt(&H 8004f879) ' -2147157 895 | |||||
| 5673 | Pu blic Const CannotDel eteActiveC aseCreatio nRule As I nteger = C Int(&H8004 f880) ' -2 147157888 | |||||
| 5674 | Pu blic Const CannotOve rridePrope rty As Int eger = CIn t(&H8004f8 87) ' -214 7157881 | |||||
| 5675 | Pu blic Const ParentHie rarchyExis tProperty As Integer = CInt(&H 8004f888) ' -2147157 880 | |||||
| 5676 | Pu blic Const CreatePro pertyError As Intege r = CInt(& H8004f889) ' -214715 7879 | |||||
| 5677 | Pu blic Const CreatePro pertyInsta nceError A s Integer = CInt(&H8 004f890) ' -21471578 72 | |||||
| 5678 | Pu blic Const CannotDel eteDynamic PropertyIn RetiredSta te As Inte ger = CInt (&H8004f89 2) ' -2147 157870 | |||||
| 5679 | Pu blic Const CannotDel eteActiveR ecordCreat ionRuleIte m As Integ er = CInt( &H8004f894 ) ' -21471 57868 | |||||
| 5680 | Pu blic Const ConvertRu leQueueIdM issingForE mailSource As Intege r = CInt(& H8004f896) ' -214715 7866 | |||||
| 5681 | Pu blic Const SPFileNot CheckedOut ErrorCode As Integer = CInt(&H 80060700) ' -2147088 640 | |||||
| 5682 | Pu blic Const SPUnautho rizedAcces sErrorCode As Intege r = CInt(& H80060701) ' -214708 8639 | |||||
| 5683 | Pu blic Const SPFileAlr eadyChecke dOutErrorC ode As Int eger = CIn t(&H800607 02) ' -214 7088638 | |||||
| 5684 | Pu blic Const SPFileChe ckedOutInv alidArgsEr rorCode As Integer = CInt(&H80 060703) ' -214708863 7 | |||||
| 5685 | Pu blic Const SPSharedL ockOnFileE rrorCode A s Integer = CInt(&H8 0060704) ' -21470886 36 | |||||
| 5686 | Pu blic Const SPExclusi veLockOnFi leErrorCod e As Integ er = CInt( &H80060705 ) ' -21470 88635 | |||||
| 5687 | Pu blic Const SPFileNot FoundError Code As In teger = CI nt(&H80060 706) ' -21 47088634 | |||||
| 5688 | Pu blic Const SPFileNot LockedErro rCode As I nteger = C Int(&H8006 0707) ' -2 147088633 | |||||
| 5689 | Pu blic Const SPDuplica teValuesFo undErrorCo de As Inte ger = CInt (&H8006070 8) ' -2147 088632 | |||||
| 5690 | Pu blic Const SPFileToo LargeOrInf ectedError Code As In teger = CI nt(&H80060 709) ' -21 47088631 | |||||
| 5691 | Pu blic Const SPBadLock InFileColl ectionErro rCode As I nteger = C Int(&H8006 070a) ' -2 147088630 | |||||
| 5692 | Pu blic Const SPInvalid LookupValu esErrorCod e As Integ er = CInt( &H8006070b ) ' -21470 88629 | |||||
| 5693 | Pu blic Const SPNullFil eUrlErrorC ode As Int eger = CIn t(&H800607 0c) ' -214 7088628 | |||||
| 5694 | Pu blic Const SPFileCon tentNullEr rorCode As Integer = CInt(&H80 06070d) ' -214708862 7 | |||||
| 5695 | Pu blic Const SPFileSiz eMismatchE rrorCode A s Integer = CInt(&H8 006070e) ' -21470886 26 | |||||
| 5696 | Pu blic Const SPFileIsR eadOnlyErr orCode As Integer = CInt(&H800 6070f) ' - 2147088625 | |||||
| 5697 | Pu blic Const SPModifie dOnServerE rrorCode A s Integer = CInt(&H8 0060710) ' -21470886 24 | |||||
| 5698 | Pu blic Const SPDataVal idationFil edOnFieldE rrorCode A s Integer = CInt(&H8 0060711) ' -21470886 23 | |||||
| 5699 | Pu blic Const SPDataVal idationFil edOnListEr rorCode As Integer = CInt(&H80 060712) ' -214708862 2 | |||||
| 5700 | Pu blic Const SPDataVal idationFil edOnFieldA ndListErro rCode As I nteger = C Int(&H8006 0713) ' -2 147088621 | |||||
| 5701 | Pu blic Const SPThrottl ingLimitEx ceededErro rCode As I nteger = C Int(&H8006 0714) ' -2 147088620 | |||||
| 5702 | Pu blic Const SPOperati onNotSuppo rtedErrorC ode As Int eger = CIn t(&H800607 15) ' -214 7088619 | |||||
| 5703 | Pu blic Const SPInstanc eOfRecurri ngEventErr orCode As Integer = CInt(&H800 60716) ' - 2147088618 | |||||
| 5704 | Pu blic Const SPItemNot ExistError Code As In teger = CI nt(&H80060 717) ' -21 47088617 | |||||
| 5705 | Pu blic Const SPInvalid SavedQuery ErrorCode As Integer = CInt(&H 80060718) ' -2147088 616 | |||||
| 5706 | Pu blic Const SPGeneric ErrorCode As Integer = CInt(&H 80060719) ' -2147088 615 | |||||
| 5707 | Pu blic Const SPSiteNot FoundError Code As In teger = CI nt(&H80060 71a) ' -21 47088614 | |||||
| 5708 | Pu blic Const SPFolderN otFoundErr orCode As Integer = CInt(&H800 6071b) ' - 2147088613 | |||||
| 5709 | Pu blic Const SPNoActiv eDocumentL ocationErr orCode As Integer = CInt(&H800 6071c) ' - 2147088612 | |||||
| 5710 | Pu blic Const SPIllegal FileTypeEr rorCode As Integer = CInt(&H80 06071d) ' -214708861 1 | |||||
| 5711 | Pu blic Const SPInvalid FieldValue ErrorCode As Integer = CInt(&H 8006071e) ' -2147088 610 | |||||
| 5712 | Pu blic Const SPIllegal Characters InFileName ErrorCode As Integer = CInt(&H 8006071f) ' -2147088 609 | |||||
| 5713 | Pu blic Const SPCurrent DocumentLo cationDisa bledErrorC ode As Int eger = CIn t(&H800607 20) ' -214 7088608 | |||||
| 5714 | Pu blic Const SPCurrent FolderAlre adyExistEr rorCode As Integer = CInt(&H80 060721) ' -214708860 7 | |||||
| 5715 | Pu blic Const SPNullReg ardingObje ctErrorCod e As Integ er = CInt( &H80060723 ) ' -21470 88605 | |||||
| 5716 | Pu blic Const SPOperato rNotSuppor tedErrorCo de As Inte ger = CInt (&H8006072 4) ' -2147 088604 | |||||
| 5717 | Pu blic Const SPRequire dColCheckI nErrorCode As Intege r = CInt(& H80060725) ' -214708 8603 | |||||
| 5718 | Pu blic Const SPFileIsC heckedOutB yOtherUser As Intege r = CInt(& H80060728) ' -214708 8600 | |||||
| 5719 | Pu blic Const SPFileNam eModifiedE rrorCode A s Integer = CInt(&H8 0060729) ' -21470885 99 | |||||
| 5720 | Pu blic Const SPAccount NameFetchF ailure As Integer = CInt(&H800 6072a) ' - 2147088598 | |||||
| 5721 | Pu blic Const SPPersona lSiteNotFo und As Int eger = CIn t(&H800607 2b) ' -214 7088597 | |||||
| 5722 | Pu blic Const SPFolderR enameFailu re As Inte ger = CInt (&H8006072 c) ' -2147 088596 | |||||
| 5723 | Pu blic Const SPMultipl eOdbSitesE rror As In teger = CI nt(&H80060 72d) ' -21 47088595 | |||||
| 5724 | Pu blic Const SPOdbDisa bledError As Integer = CInt(&H 8006072e) ' -2147088 594 | |||||
| 5725 | Pu blic Const SPOdbUpda teDeleteEr ror As Int eger = CIn t(&H800607 2f) ' -214 7088593 | |||||
| 5726 | Pu blic Const SPDocumen tMappingFa ilure As I nteger = C Int(&H8006 0734) ' -2 147088588 | |||||
| 5727 | Pu blic Const SPOdbDupl icateLocat ionError A s Integer = CInt(&H8 0060735) ' -21470885 87 | |||||
| 5728 | Pu blic Const SPOdbUpda teDeleteLo cationErro r As Integ er = CInt( &H80060736 ) ' -21470 88586 | |||||
| 5729 | Pu blic Const SPSearchO neDriveNot Created As Integer = CInt(&H80 060737) ' -214708858 5 | |||||
| 5730 | Pu blic Const SPSitePro tocolError As Intege r = CInt(& H80060738) ' -214708 8584 | |||||
| 5731 | Pu blic Const SPDefault SiteNotPre sent As In teger = CI nt(&H80060 739) ' -21 47088583 | |||||
| 5732 | Pu blic Const SPUploadF ailure As Integer = CInt(&H800 60740) ' - 2147088576 | |||||
| 5733 | Pu blic Const SPAllFile sErrorScen ario As In teger = CI nt(&H80060 760) ' -21 47088544 | |||||
| 5734 | Pu blic Const RequiredB undleProdu ctCannotBe Deleted As Integer = CInt(&H80 081008) ' -214695525 6 | |||||
| 5735 | Pu blic Const RequiredB undleItemC annotBeUpd ated As In teger = CI nt(&H80081 009) ' -21 46955255 | |||||
| 5736 | Pu blic Const DynamicPr opertyInst anceMissin gRequiredC olumns As Integer = CInt(&H800 8100a) ' - 2146955254 | |||||
| 5737 | Pu blic Const DynamicPr opertyInst anceUpdate ValuesDiff erentRegar ding As In teger = CI nt(&H80081 00b) ' -21 46955253 | |||||
| 5738 | Pu blic Const DynamicPr opertyOpti onSetInval idStateFor Update As Integer = CInt(&H800 8100c) ' - 2146955252 | |||||
| 5739 | Pu blic Const ProductMa xPropertyL imitExceed ed As Inte ger = CInt (&H8008100 d) ' -2146 955251 | |||||
| 5740 | Pu blic Const BundleMax PropertyLi mitExceede d As Integ er = CInt( &H8008100e ) ' -21469 55250 | |||||
| 5741 | Pu blic Const Hierarchi calOperati onFailed A s Integer = CInt(&H8 008100f) ' -21469552 49 | |||||
| 5742 | Pu blic Const ConflictF orOverridd enProperti esEncounte red As Int eger = CIn t(&H800810 10) ' -214 6955248 | |||||
| 5743 | Pu blic Const ProductFa milyRootPa rentisLock ed As Inte ger = CInt (&H8008101 f) ' -2146 955233 | |||||
| 5744 | Pu blic Const CannotAss ociateReti redBundles As Intege r = CInt(& H80081011) ' -214695 5247 | |||||
| 5745 | Pu blic Const MissingQu antity As Integer = CInt(&H800 81012) ' - 2146955246 | |||||
| 5746 | Pu blic Const CannotCre atePropert yOptionSet Item As In teger = CI nt(&H80081 013) ' -21 46955245 | |||||
| 5747 | Pu blic Const CannotDel eteInherit edDynamicP roperty As Integer = CInt(&H80 081014) ' -214695524 4 | |||||
| 5748 | Pu blic Const CannotDel etePropert yOverridde nByBundleI tem As Int eger = CIn t(&H800810 15) ' -214 6955243 | |||||
| 5749 | Pu blic Const CannotDel eteProduct StatusCode As Intege r = CInt(& H80081016) ' -214695 5242 | |||||
| 5750 | Pu blic Const CannotAct ivateRecor d As Integ er = CInt( &H80081017 ) ' -21469 55241 | |||||
| 5751 | Pu blic Const CannotQua lifyLead A s Integer = CInt(&H8 0081018) ' -21469552 40 | |||||
| 5752 | Pu blic Const ImportHie rarchyRule DeletedErr or As Inte ger = CInt (&H8004f9a 1) ' -2147 157599 | |||||
| 5753 | Pu blic Const ImportHie rarchyRule ExistingEr ror As Int eger = CIn t(&H8004f9 a2) ' -214 7157598 | |||||
| 5754 | Pu blic Const ImportHie rarchyRule OtcMismatc hError As Integer = CInt(&H800 4f9a3) ' - 2147157597 | |||||
| 5755 | Pu blic Const HonorPaus eWithoutSL AKPIError As Integer = CInt(&H 80045000) ' -2147201 024 | |||||
| 5756 | Pu blic Const CannotSet CaseOnHold As Intege r = CInt(& H80055000) ' -214713 5488 | |||||
| 5757 | Pu blic Const ApplyActi veSLAOnly As Integer = CInt(&H 80055001) ' -2147135 487 | |||||
| 5758 | Pu blic Const NoPrivile geToApplyM anualSLA A s Integer = CInt(&H8 0055002) ' -21471354 86 | |||||
| 5759 | Pu blic Const SlaNotEna bledEntity As Intege r = CInt(& H80055003) ' -214713 5485 | |||||
| 5760 | Pu blic Const CannotSet EntityOnHo ld As Inte ger = CInt (&H8005500 4) ' -2147 135484 | |||||
| 5761 | Pu blic Const CannotCre ateSLAForE ntity As I nteger = C Int(&H8005 5005) ' -2 147135483 | |||||
| 5762 | Pu blic Const SyncAttri buteMappin gCannotBeU pdated As Integer = CInt(&H800 60741) ' - 2147088575 | |||||
| 5763 | Pu blic Const InvalidSy ncDirectio nValueForU pdate As I nteger = C Int(&H8006 0742) ' -2 147088574 | |||||
| 5764 | Pu blic Const InvalidLa nguageForC reate As I nteger = C Int(&H8006 0750) ' -2 147088560 | |||||
| 5765 | Pu blic Const InvalidLa nguageForU pdate As I nteger = C Int(&H8006 0751) ' -2 147088559 | |||||
| 5766 | Pu blic Const GenericIm portTransl ationsErro r As Integ er = CInt( &H80060752 ) ' -21470 88558 | |||||
| 5767 | Pu blic Const CannotSet Entitlemen tTermsDecr ementBehav ior As Int eger = CIn t(&H800608 51) ' -214 7088303 | |||||
| 5768 | Pu blic Const CannotUpd ateEntitle ment As In teger = CI nt(&H80060 852) ' -21 47088302 | |||||
| 5769 | Pu blic Const CannotCre ateCase As Integer = CInt(&H80 060853) ' -214708830 1 | |||||
| 5770 | Pu blic Const KBInvalid CreateAsso ciation As Integer = CInt(&H80 060861) ' -214708828 7 | |||||
| 5771 | Pu blic Const InvalidNu mberOfTabs InDialog A s Integer = CInt(&H8 0060871) ' -21470882 71 | |||||
| 5772 | Pu blic Const InvalidNu mberOfSect ionsInTab As Integer = CInt(&H 80060872) ' -2147088 270 | |||||
| 5773 | Pu blic Const DialogNam eCannotBeN ull As Int eger = CIn t(&H800608 73) ' -214 7088269 | |||||
| 5774 | Pu blic Const InvalidFo rmTypeCall edThroughS dk As Inte ger = CInt (&H8006087 4) ' -2147 088268 | |||||
| 5775 | Pu blic Const InvalidFo rmatForCon trol As In teger = CI nt(&H80060 875) ' -21 47088267 | |||||
| 5776 | Pu blic Const InvalidOp tionSetIdF orControl As Integer = CInt(&H 80060876) ' -2147088 266 | |||||
| 5777 | Pu blic Const InvalidRe lationship NameForCon trol As In teger = CI nt(&H80060 877) ' -21 47088265 | |||||
| 5778 | Pu blic Const InvalidTa rgetEntity TypeForCon trol As In teger = CI nt(&H80060 878) ' -21 47088264 | |||||
| 5779 | Pu blic Const InvalidMa xLengthFor Control As Integer = CInt(&H80 060879) ' -214708826 3 | |||||
| 5780 | Pu blic Const InvalidMi nValueForC ontrol As Integer = CInt(&H800 6087a) ' - 2147088262 | |||||
| 5781 | Pu blic Const InvalidMa xValueForC ontrol As Integer = CInt(&H800 6087b) ' - 2147088261 | |||||
| 5782 | Pu blic Const InvalidMi nAndMaxVal ueForContr ol As Inte ger = CInt (&H8006087 c) ' -2147 088260 | |||||
| 5783 | Pu blic Const InvalidPr ecisionFor Control As Integer = CInt(&H80 06087d) ' -214708825 9 | |||||
| 5784 | Pu blic Const ReadInten tIncompati ble As Int eger = CIn t(&H800608 81) ' -214 7088255 | |||||
| 5785 | Pu blic Const Concurren cyVersionM ismatch As Integer = CInt(&H80 060882) ' -214708825 4 | |||||
| 5786 | Pu blic Const Concurren cyVersionN otProvided As Intege r = CInt(& H80060883) ' -214708 8253 | |||||
| 5787 | Pu blic Const CrmHttpEr ror As Int eger = CIn t(&H800608 8a) ' -214 7088246 | |||||
| 5788 | Pu blic Const Incompati bleStepsEn countered As Integer = CInt(&H 8006088b) ' -2147088 245 | |||||
| 5789 | Pu blic Const MailboxTr ackingFold erMappingC annotBeUpd ated As In teger = CI nt(&H80060 88c) ' -21 47088244 | |||||
| 5790 | Pu blic Const Optimisti cConcurren cyNotEnabl ed As Inte ger = CInt (&H8006088 d) ' -2147 088243 | |||||
| 5791 | Pu blic Const InvalidCo llectionNa me As Inte ger = CInt (&H8006088 e) ' -2147 088242 | |||||
| 5792 | Pu blic Const InvalidEn tityKeyOpe ration As Integer = CInt(&H800 6088f) ' - 2147088241 | |||||
| 5793 | Pu blic Const EntityKey NotDefined As Intege r = CInt(& H80060890) ' -214708 8240 | |||||
| 5794 | Pu blic Const RecordNot FoundByEnt ityKey As Integer = CInt(&H800 60891) ' - 2147088239 | |||||
| 5795 | Pu blic Const Duplicate RecordEnti tyKey As I nteger = C Int(&H8006 0892) ' -2 147088238 | |||||
| 5796 | Pu blic Const EntityKey NameExists As Intege r = CInt(& H80060893) ' -214708 8237 | |||||
| 5797 | Pu blic Const EntityKey WithSelect edAttribut esExists A s Integer = CInt(&H8 0060894) ' -21470882 36 | |||||
| 5798 | Pu blic Const IndexSize Constraint Violated A s Integer = CInt(&H8 0060895) ' -21470882 35 | |||||
| 5799 | Pu blic Const CannotSec ureEntityK eyAttribut e As Integ er = CInt( &H80060896 ) ' -21470 88234 | |||||
| 5800 | Pu blic Const Reactivat eEntityKey OnlyForFai ledJobs As Integer = CInt(&H80 060897) ' -214708823 3 | |||||
| 5801 | Pu blic Const RefRoleNa vPaneDispl ayOptionRe quired As Integer = CInt(&H800 60898) ' - 2147088232 | |||||
| 5802 | Pu blic Const InvalidRo leTypeForO neToManyRe lationship As Intege r = CInt(& H80060899) ' -214708 8231 | |||||
| 5803 | Pu blic Const InvalidRo leOccurren cesForOneT oManyRelat ionship As Integer = CInt(&H80 06089a) ' -214708823 0 | |||||
| 5804 | Pu blic Const InvalidEn titySetNam e As Integ er = CInt( &H8006089b ) ' -21470 88229 | |||||
| 5805 | Pu blic Const Incorrect EntitySetN ame As Int eger = CIn t(&H800608 9c) ' -214 7088228 | |||||
| 5806 | Pu blic Const WopiDisco veryFailed As Intege r = CInt(& H80060800) ' -214708 8384 | |||||
| 5807 | Pu blic Const WopiAppli cationUrl As Integer = CInt(&H 80060802) ' -2147088 382 | |||||
| 5808 | Pu blic Const WopiMaxFi leSizeExce eded As In teger = CI nt(&H80060 803) ' -21 47088381 | |||||
| 5809 | Pu blic Const ExportToE xcelOnline FeatureNot Enabled As Integer = CInt(&H80 060804) ' -214708838 0 | |||||
| 5810 | Pu blic Const ExcelFile NotFound A s Integer = CInt(&H8 0060805) ' -21470883 79 | |||||
| 5811 | Pu blic Const InvalidUs erToViewEx celOnlineF ile As Int eger = CIn t(&H800608 06) ' -214 7088378 | |||||
| 5812 | Pu blic Const InvalidUs erToImport ExcelOnlin eFile As I nteger = C Int(&H8006 0807) ' -2 147088377 | |||||
| 5813 | Pu blic Const SharePoin tCertifica teExpired As Integer = CInt(&H 800608b1) ' -2147088 207 | |||||
| 5814 | Pu blic Const SharePoin tRealmMism atch As In teger = CI nt(&H80060 8b2) ' -21 47088206 | |||||
| 5815 | Pu blic Const SharePoin tAuthentic ationFailu re As Inte ger = CInt (&H800608b 3) ' -2147 088205 | |||||
| 5816 | Pu blic Const SharePoin tAuthoriza tionFailur e As Integ er = CInt( &H800608b4 ) ' -21470 88204 | |||||
| 5817 | Pu blic Const SharePoin tConnectio nFailure A s Integer = CInt(&H8 00608b5) ' -21470882 03 | |||||
| 5818 | Pu blic Const SharePoin tVersionUn supported As Integer = CInt(&H 800608b6) ' -2147088 202 | |||||
| 5819 | Pu blic Const CannotDel eteOneNote TableOfCon tent As In teger = CI nt(&H80060 8b7) ' -21 47088201 | |||||
| 5820 | Pu blic Const InvalidHe xColorValu e As Integ er = CInt( &H800608d0 ) ' -21470 88176 | |||||
| 5821 | Pu blic Const ThemeIdOr UpdateTime stampIsNul l As Integ er = CInt( &H800608d1 ) ' -21470 88175 | |||||
| 5822 | Pu blic Const LogoImage NodeDoesNo tExist As Integer = CInt(&H800 608d2) ' - 2147088174 | |||||
| 5823 | Pu blic Const InvalidLo goImageId As Integer = CInt(&H 800608d3) ' -2147088 173 | |||||
| 5824 | Pu blic Const InvalidTh emeId As I nteger = C Int(&H8006 08d4) ' -2 147088172 | |||||
| 5825 | Pu blic Const CannotCre ateSystemO rDefaultTh eme As Int eger = CIn t(&H800608 d5) ' -214 7088171 | |||||
| 5826 | Pu blic Const CannotUpd ateSystemT heme As In teger = CI nt(&H80060 8d6) ' -21 47088170 | |||||
| 5827 | Pu blic Const InvalidTh emeDeleteO peration A s Integer = CInt(&H8 00608d7) ' -21470881 69 | |||||
| 5828 | Pu blic Const CannotUpd ateDefault Field As I nteger = C Int(&H8006 08d8) ' -2 147088168 | |||||
| 5829 | Pu blic Const InvalidLo goImageWeb ResourceTy pe As Inte ger = CInt (&H800608d 9) ' -2147 088167 | |||||
| 5830 | Pu blic Const CannotDel eteSystemT heme As In teger = CI nt(&H80060 8da) ' -21 47088166 | |||||
| 5831 | Pu blic Const InvalidBe haviorSele ction As I nteger = C Int(&H8006 08a0) ' -2 147088224 | |||||
| 5832 | Pu blic Const InvalidBe havior As Integer = CInt(&H800 608a1) ' - 2147088223 | |||||
| 5833 | Pu blic Const InvalidDa teTimeForm at As Inte ger = CInt (&H800608a 2) ' -2147 088222 | |||||
| 5834 | Pu blic Const SkipValid DateTimeBe havior As Integer = CInt(&H800 608a3) ' - 2147088221 | |||||
| 5835 | Pu blic Const ValidDate TimeBehavi orWarning As Integer = CInt(&H 800608a4) ' -2147088 220 | |||||
| 5836 | Pu blic Const ValidDate TimeBehavi orExportAs Warning As Integer = CInt(&H80 0608a5) ' -214708821 9 | |||||
| 5837 | Pu blic Const ExportToX lsxFeature NotEnabled As Intege r = CInt(& H800608c1) ' -214708 8191 | |||||
| 5838 | Pu blic Const XlsxImpor tInvalidEx celDocumen t As Integ er = CInt( &H800608c2 ) ' -21470 88190 | |||||
| 5839 | Pu blic Const XlsxImpor tInvalidFi leData As Integer = CInt(&H800 608c3) ' - 2147088189 | |||||
| 5840 | Pu blic Const XlsxImpor tHiddenCol umnAbsent As Integer = CInt(&H 800608c4) ' -2147088 188 | |||||
| 5841 | Pu blic Const XlsxImpor tInvalidCo lumnCount As Integer = CInt(&H 800608c5) ' -2147088 187 | |||||
| 5842 | Pu blic Const XlsxImpor tColumnHea dersInvali d As Integ er = CInt( &H800608c6 ) ' -21470 88186 | |||||
| 5843 | Pu blic Const XlsxExpor tGeneratin gExcelFail ed As Inte ger = CInt (&H800608c 7) ' -2147 088185 | |||||
| 5844 | Pu blic Const XlsxImpor tExcelFail ed As Inte ger = CInt (&H800608c 8) ' -2147 088184 | |||||
| 5845 | Pu blic Const DocumentT emplateFea tureNotEna bled As In teger = CI nt(&H80060 8c9) ' -21 47088183 | |||||
| 5846 | Pu blic Const WordTempl ateFeature NotEnabled As Intege r = CInt(& H800608db) ' -214708 8165 | |||||
| 5847 | Pu blic Const MobileExc elFeatureN otEnabled As Integer = CInt(&H 800608ca) ' -2147088 182 | |||||
| 5848 | Pu blic Const InvalidDo cumentTemp late As In teger = CI nt(&H80060 8cb) ' -21 47088181 | |||||
| 5849 | Pu blic Const InvalidFi leType As Integer = CInt(&H800 608cc) ' - 2147088180 | |||||
| 5850 | Pu blic Const DocxExpor tGeneratin gWordFaile d As Integ er = CInt( &H800608cd ) ' -21470 88179 | |||||
| 5851 | Pu blic Const DocxValid ationFaile d As Integ er = CInt( &H800608ce ) ' -21470 88178 | |||||
| 5852 | Pu blic Const LegacyXls xFileNotSu pported As Integer = CInt(&H80 0608cf) ' -214708817 7 | |||||
| 5853 | Pu blic Const InvalidWo rdFileType As Intege r = CInt(& H800608ee) ' -214708 8146 | |||||
| 5854 | Pu blic Const InvalidWo rdDocument Template A s Integer = CInt(&H8 00608ef) ' -21470881 45 | |||||
| 5855 | Pu blic Const InvalidWo rdTemplate Content As Integer = CInt(&H80 0608fb) ' -214708813 3 | |||||
| 5856 | Pu blic Const DataTable NotAvailab le As Inte ger = CInt (&H800609b 0) ' -2147 087952 | |||||
| 5857 | Pu blic Const InvalidEn titySpecif ied As Int eger = CIn t(&H800609 b1) ' -214 7087951 | |||||
| 5858 | Pu blic Const InvalidTe mplateCont ent As Int eger = CIn t(&H800609 b2) ' -214 7087950 | |||||
| 5859 | Pu blic Const InvalidVi ewReferenc e As Integ er = CInt( &H800609b3 ) ' -21470 87949 | |||||
| 5860 | Pu blic Const FileTypeN otSupporte d As Integ er = CInt( &H800609b4 ) ' -21470 87948 | |||||
| 5861 | Pu blic Const Datasheet NotAvailab le As Inte ger = CInt (&H800609b 5) ' -2147 087947 | |||||
| 5862 | Pu blic Const Hiddenshe etNotAvail able As In teger = CI nt(&H80060 9b6) ' -21 47087946 | |||||
| 5863 | Pu blic Const Corrupted Hiddenshee tData As I nteger = C Int(&H8006 09b7) ' -2 147087945 | |||||
| 5864 | Pu blic Const NoActiveL ocation As Integer = CInt(&H80 060900) ' -214708812 8 | |||||
| 5865 | Pu blic Const FolderDoe sNotExist As Integer = CInt(&H 80060901) ' -2147088 127 | |||||
| 5866 | Pu blic Const OneNoteCr eationFail ed As Inte ger = CInt (&H8006090 2) ' -2147 088126 | |||||
| 5867 | Pu blic Const OneNoteRe nderFailed As Intege r = CInt(& H80060903) ' -214708 8125 | |||||
| 5868 | Pu blic Const AccessDen iedSharePo intRecord As Integer = CInt(&H 80060904) ' -2147088 124 | |||||
| 5869 | Pu blic Const CouldNotS etLocation TypeToOneN ote As Int eger = CIn t(&H800609 05) ' -214 7088123 | |||||
| 5870 | Pu blic Const OneNoteLo cationNotC reated As Integer = CInt(&H800 60906) ' - 2147088122 | |||||
| 5871 | Pu blic Const OneNoteLo cationDeac tivated As Integer = CInt(&H80 060907) ' -214708812 1 | |||||
| 5872 | Pu blic Const DocumentM anagementD isabledOnE ntity As I nteger = C Int(&H8006 0908) ' -2 147088120 | |||||
| 5873 | Pu blic Const QuickCrea teInvalidE ntityName As Integer = CInt(&H 80060910) ' -2147088 112 | |||||
| 5874 | Pu blic Const QuickCrea teDisabled OnEntity A s Integer = CInt(&H8 0060911) ' -21470881 11 | |||||
| 5875 | Pu blic Const Operation Canceled A s Integer = CInt(&H8 0060912) ' -21470881 10 | |||||
| 5876 | Pu blic Const SavePendi ng As Inte ger = CInt (&H8006091 3) ' -2147 088109 | |||||
| 5877 | Pu blic Const Schedulin gFailedFor InvalidDat a As Integ er = CInt( &H80060914 ) ' -21470 88108 | |||||
| 5878 | Pu blic Const Schedulin gFailedFor BookingVal idation As Integer = CInt(&H80 060915) ' -214708810 7 | |||||
| 5879 | Pu blic Const InvalidSo urceTypeCo de As Inte ger = CInt (&H800608e a) ' -2147 088150 | |||||
| 5880 | Pu blic Const CannotDel eteChannel Property A s Integer = CInt(&H8 00608eb) ' -21470881 49 | |||||
| 5881 | Pu blic Const ChannelPr opertyGrou pAlreadyEx istsWithSa meSourceTy pe As Inte ger = CInt (&H800608e c) ' -2147 088148 | |||||
| 5882 | Pu blic Const CannotCle arChannelP ropertyGro upFromConv ertRule As Integer = CInt(&H80 0608ed) ' -214708814 7 | |||||
| 5883 | Pu blic Const Duplicate ChannelPro pertyName As Integer = CInt(&H 800608f1) ' -2147088 143 | |||||
| 5884 | Pu blic Const ChannelPr opertyName Invalid As Integer = CInt(&H80 0608f2) ' -214708814 2 | |||||
| 5885 | Pu blic Const ImportCha nnelProper tyGroupErr or As Inte ger = CInt (&H800608f 3) ' -2147 088141 | |||||
| 5886 | Pu blic Const CannotCha ngeConvert RuleState As Integer = CInt(&H 800608f4) ' -2147088 140 | |||||
| 5887 | Pu blic Const NoConvers ionRule As Integer = CInt(&H80 0608f5) ' -214708813 9 | |||||
| 5888 | Pu blic Const InvalidCo nversionRu le As Inte ger = CInt (&H800608f 6) ' -2147 088138 | |||||
| 5889 | Pu blic Const InvalidTi meZoneCode As Intege r = CInt(& H800608f7) ' -214708 8137 | |||||
| 5890 | Pu blic Const UserDoesN otHavePriv ilegesToRu nTheTool A s Integer = CInt(&H8 00608f8) ' -21470881 36 | |||||
| 5891 | Pu blic Const NoTimeZon eCodeForCo nversionRu le As Inte ger = CInt (&H800608f 9) ' -2147 088135 | |||||
| 5892 | Pu blic Const NoEntityS pecified A s Integer = CInt(&H8 00608fa) ' -21470881 34 | |||||
| 5893 | Pu blic Const InvalidOt herDataFil terOptions As Intege r = CInt(& H8006098d) ' -214708 7987 | |||||
| 5894 | Pu blic Const RelatedEn tityDoesNo tExistInPr ofileItem As Integer = CInt(&H 8006098e) ' -2147087 986 | |||||
| 5895 | Pu blic Const DownloadA llEntityRe cordsChang edOrCreate dWithinThe seDays As Integer = CInt(&H800 6098f) ' - 2147087985 | |||||
| 5896 | Pu blic Const MobileOff lineDaysSi nceRecordL astModifie dZero As I nteger = C Int(&H8006 0990) ' -2 147087984 | |||||
| 5897 | Pu blic Const Increasin gDaysWillR esetMobile OfflineDat a As Integ er = CInt( &H80060991 ) ' -21470 87983 | |||||
| 5898 | Pu blic Const Decreasin gDaysWillD eleteOlder Data As In teger = CI nt(&H80060 992) ' -21 47087982 | |||||
| 5899 | Pu blic Const InvalidDa taFiltersF orUnownedE ntities As Integer = CInt(&H80 060993) ' -214708798 1 | |||||
| 5900 | Pu blic Const InvalidDa taFiltersF orBUOwnedE ntities As Integer = CInt(&H80 060994) ' -214708798 0 | |||||
| 5901 | Pu blic Const InvalidDa taFiltersF orOrgOwned Entities A s Integer = CInt(&H8 0060995) ' -21470879 79 | |||||
| 5902 | Pu blic Const InvalidCu stomDataDo wnloadFilt ers As Int eger = CIn t(&H800609 96) ' -214 7087978 | |||||
| 5903 | Pu blic Const MOPIAssoc iationName CannotBeEm ptyOrSpace As Intege r = CInt(& H80060997) ' -214708 7977 | |||||
| 5904 | Pu blic Const NoDefined Relationsh ipsForMOPI Associatio n As Integ er = CInt( &H80060998 ) ' -21470 87976 | |||||
| 5905 | Pu blic Const InvalidRe lationship InMOPIAsso ciation As Integer = CInt(&H80 060999) ' -214708797 5 | |||||
| 5906 | Pu blic Const CannotDel eteDefault Profile As Integer = CInt(&H80 06099a) ' -214708797 4 | |||||
| 5907 | Pu blic Const CannotAss ociateInva lidEntityT oProfileIt em As Inte ger = CInt (&H8006099 b) ' -2147 087973 | |||||
| 5908 | Pu blic Const CanAssoci ateOnlyMob ileOffline EnableEnti tyToProfil eItem As I nteger = C Int(&H8006 099c) ' -2 147087972 | |||||
| 5909 | Pu blic Const CanAssoci ateOnlyOne EntityPerP rofileItem As Intege r = CInt(& H8006099d) ' -214708 7971 | |||||
| 5910 | Pu blic Const ImportMob ileOffline ProfileErr or As Inte ger = CInt (&H8006099 f) ' -2147 087969 | |||||
| 5911 | Pu blic Const SavedQuer yValidatio nError As Integer = CInt(&H800 609a0) ' - 2147087968 | |||||
| 5912 | Pu blic Const ChangeTra ckingDisab ledForMobi leOfflineE rror As In teger = CI nt(&H80060 9a1) ' -21 47087967 | |||||
| 5913 | Pu blic Const EnableMob ileOffline DisableCha ngeTrackin gError As Integer = CInt(&H800 609a2) ' - 2147087966 | |||||
| 5914 | Pu blic Const CannotDel eteUserPro file As In teger = CI nt(&H80060 9a3) ' -21 47087965 | |||||
| 5915 | Pu blic Const CannotCha ngeDaysSin ceRecordLa stModified As Intege r = CInt(& H800609a4) ' -214708 7964 | |||||
| 5916 | Pu blic Const CannotDis ableMobile OfflineFla gForEntity As Intege r = CInt(& H800609a5) ' -214708 7963 | |||||
| 5917 | Pu blic Const CannotAdd UserToMobi leOfflineP rofile As Integer = CInt(&H800 609a6) ' - 2147087962 | |||||
| 5918 | Pu blic Const MobileOff lineProfil eNameAlrea dyExists A s Integer = CInt(&H8 00609a7) ' -21470879 61 | |||||
| 5919 | Pu blic Const MobileOff lineProfil eItemNameA lreadyExis ts As Inte ger = CInt (&H800609a 8) ' -2147 087960 | |||||
| 5920 | Pu blic Const MobileOff lineProfil eNameCanNo tBeNullOrE mpty As In teger = CI nt(&H80060 9a9) ' -21 47087959 | |||||
| 5921 | Pu blic Const MobileOff lineProfil eItemNameC anNotBeNul lOrEmpty A s Integer = CInt(&H8 00609aa) ' -21470879 58 | |||||
| 5922 | Pu blic Const CannotAdd IntersectE ntityToMob ileOffline ProfileIte m As Integ er = CInt( &H800609ab ) ' -21470 87957 | |||||
| 5923 | Pu blic Const CannotAdd BusinessDa taLocalize dLabelEnti tyToMobile OfflinePro fileItem A s Integer = CInt(&H8 00609ac) ' -21470879 56 | |||||
| 5924 | Pu blic Const CannotAdd ActivityPa rtyEntityT oMobileOff lineProfil eItem As I nteger = C Int(&H8006 09ad) ' -2 147087955 | |||||
| 5925 | Pu blic Const InvalidAs sociatedSa vedQuery A s Integer = CInt(&H8 00609ae) ' -21470879 54 | |||||
| 5926 | Pu blic Const CannotDis ableMobile OfflineFla gForImport Entity As Integer = CInt(&H800 71111) ' - 2147020527 | |||||
| 5927 | Pu blic Const CloneTitl eTooLong A s Integer = CInt(&H8 0071112) ' -21470205 26 | |||||
| 5928 | Pu blic Const InvalidMo bileOfflin eFiltersFe tchXml As Integer = CInt(&H800 71113) ' - 2147020525 | |||||
| 5929 | Pu blic Const MaxCondit ionsMobile OfflineFil ters As In teger = CI nt(&H80071 114) ' -21 47020524 | |||||
| 5930 | Pu blic Const Unsupport edAttribut eOrOperato rMobileOff lineFilter s As Integ er = CInt( &H80071115 ) ' -21470 20523 | |||||
| 5931 | Pu blic Const OfficeGro upsFeature NotEnabled As Intege r = CInt(& H800610ea) ' -214708 6102 | |||||
| 5932 | Pu blic Const OfficeGro upsExcepti onRetrieve Setting As Integer = CInt(&H80 0610eb) ' -214708610 1 | |||||
| 5933 | Pu blic Const OfficeGro upsInvalid SettingTyp e As Integ er = CInt( &H800610ec ) ' -21470 86100 | |||||
| 5934 | Pu blic Const OfficeGro upsNotSupp ortedCall As Integer = CInt(&H 800610ed) ' -2147086 099 | |||||
| 5935 | Pu blic Const OfficeGro upsNoAuthS erversFoun d As Integ er = CInt( &H800610ee ) ' -21470 86098 | |||||
| 5936 | Pu blic Const ProfileRu leMissingR uleCriteri a As Integ er = CInt( &H80061100 ) ' -21470 86080 | |||||
| 5937 | Pu blic Const ProfileRu leWorkflow AuthorGene ricError A s Integer = CInt(&H8 0061101) ' -21470860 79 | |||||
| 5938 | Pu blic Const ProfileRu leActivate Deactivate ByNonOwner As Intege r = CInt(& H80061102) ' -214708 6078 | |||||
| 5939 | Pu blic Const ProfileRu lePublishe dByOwner A s Integer = CInt(&H8 0061103) ' -21470860 77 | |||||
| 5940 | Pu blic Const CannotDel eteGuestPr ofile As I nteger = C Int(&H8006 1104) ' -2 147086076 | |||||
| 5941 | Pu blic Const CannotDea ctivateGue stProfile As Integer = CInt(&H 80061105) ' -2147086 075 | |||||
| 5942 | Pu blic Const CannotDel eteProfile WithProfil eRules As Integer = CInt(&H800 61106) ' - 2147086074 | |||||
| 5943 | Pu blic Const CannotDel eteProfile WithExtern alPartyIte m As Integ er = CInt( &H80061107 ) ' -21470 86073 | |||||
| 5944 | Pu blic Const CannotDel eteChannel AccessProf ileRule As Integer = CInt(&H80 061108) ' -214708607 2 | |||||
| 5945 | Pu blic Const Insuffici entRetriev ePrivilege As Intege r = CInt(& H80061109) ' -214708 6071 | |||||
| 5946 | Pu blic Const Insuffici entCreateP rivilege A s Integer = CInt(&H8 006110a) ' -21470860 70 | |||||
| 5947 | Pu blic Const Insuffici entUpdateP rivilege A s Integer = CInt(&H8 006110b) ' -21470860 69 | |||||
| 5948 | Pu blic Const OwnerAttr ibuteMissi ng As Inte ger = CInt (&H8006110 c) ' -2147 086068 | |||||
| 5949 | Pu blic Const InvalidOr ganization Settings A s Integer = CInt(&H8 006110d) ' -21470860 67 | |||||
| 5950 | Pu blic Const InvalidRe questParam eters As I nteger = C Int(&H8006 110e) ' -2 147086066 | |||||
| 5951 | Pu blic Const InvalidEx ternalPart yConfigura tion As In teger = CI nt(&H80061 10f) ' -21 47086065 | |||||
| 5952 | Pu blic Const InvalidEx ternalPart yParent As Integer = CInt(&H80 061110) ' -214708606 4 | |||||
| 5953 | Pu blic Const InvalidEx ternalPart yOperation As Intege r = CInt(& H80061111) ' -214708 6063 | |||||
| 5954 | Pu blic Const CannotCre ateExterna lPartyWith SameCorrel ationKey A s Integer = CInt(&H8 0061112) ' -21470860 62 | |||||
| 5955 | Pu blic Const FeatureNo tEnabled A s Integer = CInt(&H8 0061113) ' -21470860 61 | |||||
| 5956 | Pu blic Const CannotUpd ateExterna lPartyWith SameCorrel ationKey A s Integer = CInt(&H8 0061114) ' -21470860 60 | |||||
| 5957 | Pu blic Const ChannelAc cessProfil eRuleAlrea dyInDraftS tate As In teger = CI nt(&H80061 115) ' -21 47086059 | |||||
| 5958 | Pu blic Const CannotAct OnBehalfOf ExternalPa rty As Int eger = CIn t(&H800611 16) ' -214 7086058 | |||||
| 5959 | Pu blic Const CannotAss ociateExte rnalPartyI tem As Int eger = CIn t(&H800611 17) ' -214 7086057 | |||||
| 5960 | Pu blic Const Duplicate PrivilegeI nRolecontr ol As Inte ger = CInt (&H8006111 8) ' -2147 086056 | |||||
| 5961 | Pu blic Const ErrorsInP rofileRule WorkflowAc tivation A s Integer = CInt(&H8 0061119) ' -21470860 55 | |||||
| 5962 | Pu blic Const CantSetIs GuestProfi le As Inte ger = CInt (&H8006111 a) ' -2147 086054 | |||||
| 5963 | Pu blic Const EntityIsN otEnabledF orExternal Party As I nteger = C Int(&H8006 111b) ' -2 147086053 | |||||
| 5964 | Pu blic Const MailApp_U nsupported Device As Integer = CInt(&H800 61200) ' - 2147085824 | |||||
| 5965 | Pu blic Const MailApp_U nsupported Browser As Integer = CInt(&H80 061201) ' -214708582 3 | |||||
| 5966 | Pu blic Const MailApp_M ailboxNotC onfiguredW ithServerS ideSync As Integer = CInt(&H80 061202) ' -214708582 2 | |||||
| 5967 | Pu blic Const MailApp_R eadWriteAc cessRequir ed As Inte ger = CInt (&H8006120 3) ' -2147 085821 | |||||
| 5968 | Pu blic Const MailApp_F eatureCont rolBitDisa bled As In teger = CI nt(&H80061 204) ' -21 47085820 | |||||
| 5969 | Pu blic Const MailApp_P ermissionT oUseCrmFor OfficeApps Required A s Integer = CInt(&H8 0061205) ' -21470858 19 | |||||
| 5970 | Pu blic Const MailApp_T rackingIsN otSupporte d As Integ er = CInt( &H80061207 ) ' -21470 85817 | |||||
| 5971 | Pu blic Const MailApp_M obileBrows erIsNotSup ported As Integer = CInt(&H800 61208) ' - 2147085816 | |||||
| 5972 | Pu blic Const MailApp_D ifferentSe curityZone Error As I nteger = C Int(&H8006 1210) ' -2 147085808 | |||||
| 5973 | Pu blic Const Unsupport edImportCo mponent As Integer = CInt(&H80 061302) ' -214708556 6 | |||||
| 5974 | Pu blic Const InvalidLo caleIdForK nowledgeAr ticle As I nteger = C Int(&H8006 1400) ' -2 147085312 | |||||
| 5975 | Pu blic Const PublishAr ticle_Tran slationWit hMoreThanO neApproved Version As Integer = CInt(&H80 061401) ' -214708531 1 | |||||
| 5976 | Pu blic Const Translate Article_On lyPrimaryA rticlesCan BeTranslat ed As Inte ger = CInt (&H8006140 2) ' -2147 085310 | |||||
| 5977 | Pu blic Const Translate Article_Tr anslationC anNotBeCre atedForThe SameLangua ge As Inte ger = CInt (&H8006140 3) ' -2147 085309 | |||||
| 5978 | Pu blic Const ColorStri pAttribute sExceeded As Integer = CInt(&H 80061500) ' -2147085 056 | |||||
| 5979 | Pu blic Const Attribute sExceeded As Integer = CInt(&H 80061501) ' -2147085 055 | |||||
| 5980 | Pu blic Const ColorStri pAttribute sInvalid A s Integer = CInt(&H8 0061502) ' -21470850 54 | |||||
| 5981 | Pu blic Const InvalidCl assIdInRef erencePane lSection A s Integer = CInt(&H8 0061503) ' -21470850 53 | |||||
| 5982 | Pu blic Const InvalidNu mberOfRefe rencePanel Sections A s Integer = CInt(&H8 0061504) ' -21470850 52 | |||||
| 5983 | Pu blic Const InvalidNu mberOfCard FormSectio ns As Inte ger = CInt (&H8006150 5) ' -2147 085051 | |||||
| 5984 | Pu blic Const EmptyComm andOrEntit y As Integ er = CInt( &H80154b51 ) ' -21460 88111 | |||||
| 5985 | Pu blic Const CommandNo tSupported As Intege r = CInt(& H80154b52) ' -214608 8110 | |||||
| 5986 | Pu blic Const Operation FailedTryA gain As In teger = CI nt(&H80154 b53) ' -21 46088109 | |||||
| 5987 | Pu blic Const NoUserPri vilege As Integer = CInt(&H801 54b50) ' - 2146088112 | |||||
| 5988 | Pu blic Const XamlNotFo und As Int eger = CIn t(&H80154b 4f) ' -214 6088113 | |||||
| 5989 | Pu blic Const CustomCon trolsImpor tError As Integer = CInt(&H801 60000) ' - 2146041856 | |||||
| 5990 | Pu blic Const ManifestX sdValidati onError As Integer = CInt(&H80 160001) ' -214604185 5 | |||||
| 5991 | Pu blic Const CustomCon trolsDepen dentProper tyConfigur ation As I nteger = C Int(&H8016 0002) ' -2 146041854 | |||||
| 5992 | Pu blic Const CustomCon trolsPrope rtySetConf iguration As Integer = CInt(&H 80160003) ' -2146041 853 | |||||
| 5993 | Pu blic Const ProductRe commendati onsFeature NotEnabled As Intege r = CInt(& H80061600) ' -214708 4800 | |||||
| 5994 | Pu blic Const Recommend ationModel ActiveVers ionNotSet As Integer = CInt(&H 80061601) ' -2147084 799 | |||||
| 5995 | Pu blic Const Recommend ationModel ActiveVers ionInvalid Status As Integer = CInt(&H800 61602) ' - 2147084798 | |||||
| 5996 | Pu blic Const AzureReco mmendation ModelNotEx ist As Int eger = CIn t(&H800616 03) ' -214 7084797 | |||||
| 5997 | Pu blic Const AzureReco mmendation ModelBuild NotExist A s Integer = CInt(&H8 0061604) ' -21470847 96 | |||||
| 5998 | Pu blic Const Recommend ationsUnav ailable As Integer = CInt(&H80 061605) ' -214708479 5 | |||||
| 5999 | Pu blic Const Recommend ationModel BuildConne ctionMustB eActive As Integer = CInt(&H80 061606) ' -214708479 4 | |||||
| 6000 | Pu blic Const Recommend ationModel ActivateCo nnectionMu stBeActive As Intege r = CInt(& H80061607) ' -214708 4793 | |||||
| 6001 | Pu blic Const Recommend ationModel Expired As Integer = CInt(&H80 061608) ' -214708479 2 | |||||
| 6002 | Pu blic Const Recommend ationModel MappingDup licateReco rd As Inte ger = CInt (&H8006161 0) ' -2147 084784 | |||||
| 6003 | Pu blic Const Recommend ationModel MappingRea dOnly As I nteger = C Int(&H8006 1611) ' -2 147084783 | |||||
| 6004 | Pu blic Const CannotDel eteDueToBa sketEntity Associatio n As Integ er = CInt( &H80061612 ) ' -21470 84782 | |||||
| 6005 | Pu blic Const Recommend ationModel VersionAct ive As Int eger = CIn t(&H800616 20) ' -214 7084768 | |||||
| 6006 | Pu blic Const Recommend ationModel VersionBui ldInProgre ss As Inte ger = CInt (&H8006162 1) ' -2147 084767 | |||||
| 6007 | Pu blic Const Recommend ationModel VersionDup licateName As Intege r = CInt(& H80061622) ' -214708 4766 | |||||
| 6008 | Pu blic Const AzureServ iceConnect ionInvalid Uri As Int eger = CIn t(&H800616 30) ' -214 7084752 | |||||
| 6009 | Pu blic Const Recommend ationAzure Connection Failed As Integer = CInt(&H800 61631) ' - 2147084751 | |||||
| 6010 | Pu blic Const TextAnaly ticsAzureT estConnect ionFailed As Integer = CInt(&H 80061632) ' -2147084 750 | |||||
| 6011 | Pu blic Const Recommend ationAzure Connection CascadeAct ivateFaile d As Integ er = CInt( &H80061633 ) ' -21470 84749 | |||||
| 6012 | Pu blic Const TextAnaly ticsAzureC onnectionC ascadeActi vateFailed As Intege r = CInt(& H80061634) ' -214708 4748 | |||||
| 6013 | Pu blic Const AzureOper ationRespo nseTimedOu t As Integ er = CInt( &H80061635 ) ' -21470 84747 | |||||
| 6014 | Pu blic Const AzureServ iceConnect ionCascade DeleteFail ed As Inte ger = CInt (&H8006163 6) ' -2147 084746 | |||||
| 6015 | Pu blic Const TextAnaly ticsAzureC onnectionF ailed As I nteger = C Int(&H8006 1650) ' -2 147084720 | |||||
| 6016 | Pu blic Const TopicMode lScheduleB uildSettin gsEmpty As Integer = CInt(&H80 061651) ' -214708471 9 | |||||
| 6017 | Pu blic Const TextAnaly ticsFeatur eNotEnable d As Integ er = CInt( &H80061652 ) ' -21470 84718 | |||||
| 6018 | Pu blic Const TopicMode lConfigura tionUsedEm pty As Int eger = CIn t(&H800616 53) ' -214 7084717 | |||||
| 6019 | Pu blic Const TopicMode lTestWitho utConfigur ation As I nteger = C Int(&H8006 1654) ' -2 147084716 | |||||
| 6020 | Pu blic Const TextAnaly ticsAzureU nableToCon nectWithBu ild As Int eger = CIn t(&H800616 55) ' -214 7084715 | |||||
| 6021 | Pu blic Const TopicMode lActivateW ithInvalid Configurat ion As Int eger = CIn t(&H800616 56) ' -214 7084714 | |||||
| 6022 | Pu blic Const TextAnaly ticsModelA ctivateCon nectionMus tBeActive As Integer = CInt(&H 80061657) ' -2147084 713 | |||||
| 6023 | Pu blic Const TextAnaly ticsMappin gUsedForAc tiveConfig uration As Integer = CInt(&H80 061667) ' -214708469 7 | |||||
| 6024 | Pu blic Const TopicMode lConfigura tionAssoci atedModelA lreadyActi ve As Inte ger = CInt (&H8006167 0) ' -2147 084688 | |||||
| 6025 | Pu blic Const Knowledge SearchActi veModelsAl readyExist As Intege r = CInt(& H80061680) ' -214708 4672 | |||||
| 6026 | Pu blic Const TextAnaly ticsAPIAct iveConfigu rationDoes NotExist A s Integer = CInt(&H8 0061690) ' -21470846 56 | |||||
| 6027 | Pu blic Const TextAnaly ticsAPIAll owedOnlyFo rEnglishLa nguage As Integer = CInt(&H800 61691) ' - 2147084655 | |||||
| 6028 | Pu blic Const TextAnaly ticsAPIAzu reUnableTo ConnectWit hBuild As Integer = CInt(&H800 61692) ' - 2147084654 | |||||
| 6029 | Pu blic Const TextAnaly ticsAzureS chedulerEr ror As Int eger = CIn t(&H800616 93) ' -214 7084653 | |||||
| 6030 | Pu blic Const TextAnaly ticsMaxLim itForTopic ModelReach ed As Inte ger = CInt (&H8006169 4) ' -2147 084652 | |||||
| 6031 | Pu blic Const TextAnaly ticsAPIAct iveSimilar ityConfigu rationDoes NotExist A s Integer = CInt(&H8 0061695) ' -21470846 51 | |||||
| 6032 | Pu blic Const AdvancedS imilarityA zureSearch Unexpected Error As I nteger = C Int(&H8006 1696) ' -2 147084650 | |||||
| 6033 | Pu blic Const TaskFlowN ameIsNotUn ique As In teger = CI nt(&H80061 710) ' -21 47084528 | |||||
| 6034 | Pu blic Const TaskFlowI nvalidChar actersInNa me As Inte ger = CInt (&H8006171 1) ' -2147 084527 | |||||
| 6035 | Pu blic Const TaskFlowE mptyName A s Integer = CInt(&H8 0061712) ' -21470845 26 | |||||
| 6036 | Pu blic Const TaskFlowF ormXmlNotF ound As In teger = CI nt(&H80061 713) ' -21 47084525 | |||||
| 6037 | Pu blic Const TaskFlowP ageMissing FormXmlTab As Intege r = CInt(& H80061714) ' -214708 4524 | |||||
| 6038 | Pu blic Const TaskFlowU nsupported Entities A s Integer = CInt(&H8 0061715) ' -21470845 23 | |||||
| 6039 | Pu blic Const TaskFlowE ntityRelat ionshipIsN otValid As Integer = CInt(&H80 061716) ' -214708452 2 | |||||
| 6040 | Pu blic Const TaskFlowE ntityAttri buteIsNotV alid As In teger = CI nt(&H80061 717) ' -21 47084521 | |||||
| 6041 | Pu blic Const TaskFlowM axNumberPa ges As Int eger = CIn t(&H800617 18) ' -214 7084520 | |||||
| 6042 | Pu blic Const TaskFlowM axNumberCo ntrols As Integer = CInt(&H800 61719) ' - 2147084519 | |||||
| 6043 | Pu blic Const TaskFlowN otValid As Integer = CInt(&H80 06172f) ' -214708449 7 | |||||
| 6044 | Pu blic Const FeedbackF eatureNotE nabled As Integer = CInt(&H800 61770) ' - 2147084432 | |||||
| 6045 | Pu blic Const DelveActi onHubDisab ledError A s Integer = CInt(&H8 0071000) ' -21470208 00 | |||||
| 6046 | Pu blic Const ErrorGene ratingActi onHub As I nteger = C Int(&H8007 1001) ' -2 147020799 | |||||
| 6047 | Pu blic Const DelveActi onHubAttri buteMissin gInRespons eException As Intege r = CInt(& H80071002) ' -214702 0798 | |||||
| 6048 | Pu blic Const DelveActi onHubInval idStateCod eException As Intege r = CInt(& H80071003) ' -214702 0797 | |||||
| 6049 | Pu blic Const DelveActi onHubInval idResponse FormatExce ption As I nteger = C Int(&H8007 1004) ' -2 147020796 | |||||
| 6050 | Pu blic Const DelveActi onHubRespo nseRetieva lFailureEx ception As Integer = CInt(&H80 071005) ' -214702079 5 | |||||
| 6051 | Pu blic Const EvoStsAut horization ServerReco rdCreation FailureExc eption As Integer = CInt(&H800 71006) ' - 2147020794 | |||||
| 6052 | Pu blic Const DelveActi onHubAutho rizationFa ilureExcep tion As In teger = CI nt(&H80071 007) ' -21 47020793 | |||||
| 6053 | Pu blic Const DelveActi onHubS2SSe tupFailure Exception As Integer = CInt(&H 80071008) ' -2147020 792 | |||||
| 6054 | Pu blic Const DocumentM anagementI sDisabledO nEntity As Integer = CInt(&H80 071011) ' -214702078 3 | |||||
| 6055 | Pu blic Const Regarding ObjectValu esRetrieva lFailure A s Integer = CInt(&H8 0071012) ' -21470207 82 | |||||
| 6056 | Pu blic Const RelatedRe cordsFailu re As Inte ger = CInt (&H8007101 3) ' -2147 020781 | |||||
| 6057 | Pu blic Const SharePoin tSiteNotCo nfigured A s Integer = CInt(&H8 0071014) ' -21470207 80 | |||||
| 6058 | Pu blic Const Recommend edDocument sRetrieval Failure As Integer = CInt(&H80 071015) ' -214702077 9 | |||||
| 6059 | Pu blic Const Similarit yRuleDisab led As Int eger = CIn t(&H800710 16) ' -214 7020778 | |||||
| 6060 | Pu blic Const SharePoin tS2SIsDisa bled As In teger = CI nt(&H80071 017) ' -21 47020777 | |||||
| 6061 | Pu blic Const Similarit yRuleFCBOf f As Integ er = CInt( &H80071018 ) ' -21470 20776 | |||||
| 6062 | Pu blic Const DocumentR ecommendat ionsFCBOff As Intege r = CInt(& H80071019) ' -214702 0775 | |||||
| 6063 | Pu blic Const PluginSec ureStoreKe yVaultClie nt As Inte ger = CInt (&H8009100 0) ' -2146 889728 | |||||
| 6064 | Pu blic Const PluginSec ureStoreKe yVaultClie ntGetSecre t As Integ er = CInt( &H80091001 ) ' -21468 89727 | |||||
| 6065 | Pu blic Const PluginSec ureStoreKe yVaultClie ntSetSecre t As Integ er = CInt( &H80091002 ) ' -21468 89726 | |||||
| 6066 | Pu blic Const PluginSec ureStoreKe yVaultClie ntDecrypt As Integer = CInt(&H 80091003) ' -2146889 725 | |||||
| 6067 | Pu blic Const PluginSec ureStoreKe yVaultClie ntEncrypt As Integer = CInt(&H 80091004) ' -2146889 724 | |||||
| 6068 | Pu blic Const PluginSec ureStoreAd alAcquireT oken As In teger = CI nt(&H80091 005) ' -21 46889723 | |||||
| 6069 | Pu blic Const PluginSec ureStoreTP SKeyVaultU nconfigure d As Integ er = CInt( &H80091006 ) ' -21468 89722 | |||||
| 6070 | Pu blic Const PluginSec ureStoreTP SAssemblyN otRegister ed As Inte ger = CInt (&H8009100 7) ' -2146 889721 | |||||
| 6071 | Pu blic Const PluginSec ureStoreS2 SMissing A s Integer = CInt(&H8 0091008) ' -21468897 20 | |||||
| 6072 | Pu blic Const PluginSec ureStoreTP SClient As Integer = CInt(&H80 091009) ' -214688971 9 | |||||
| 6073 | Pu blic Const PluginSec ureStoreLo calConfigS toreGetDat a As Integ er = CInt( &H8009100a ) ' -21468 89718 | |||||
| 6074 | Pu blic Const PluginSec ureStoreLo calConfigS toreSetDat a As Integ er = CInt( &H8009100b ) ' -21468 89717 | |||||
| 6075 | Pu blic Const PluginSec ureStoreKe yVaultServ iceProvide rGetData A s Integer = CInt(&H8 009100c) ' -21468897 16 | |||||
| 6076 | Pu blic Const PluginSec ureStoreKe yVaultServ iceCertFor mat As Int eger = CIn t(&H800910 0d) ' -214 6889715 | |||||
| 6077 | Pu blic Const PluginSec ureStoreNo FullySigne d As Integ er = CInt( &H8009100f ) ' -21468 89713 | |||||
| 6078 | ||||||
| 6079 | End Cl ass | |||||
| 6080 | End Namesp ace |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.