Since I upgraded to CRM 3.0, it has after some time become inpossible to
update the forms.

I have been able to understand when the problem was introduced:
- It all worked fine and I was able to add field's to the form.
- One day I took a way a couple of fields in the form that was not used.
Since then it it is not possible to add any new fields.

This is how the problem occurs now:

These are the steps:
- From the online mode, I choose adapt settings
- Adapt entities
- I choose account
- I choose "forms and views"
- I choose the "main form" for the account
- I choose "Add a field" under one of the sections in the form
- I know get this failiure message:
An error has occured in the script on this page.
Line: 192
Char: 1
Error: Object required
Code: 0
URL: http://crm.synergus.local:5555/Tools/FormEditor/Dialogs/addfields.aspx

Do you want to continue running scripts on this page?
Yes / No

After this there are no fields available to choose (which there should be).

We have tried the workarounds and proposals but still have the problem.

Does anyone have a clue on how to solve this. It is very frustrating not
beeing able to make changes to the CRM.

Re: Can not uppdate forms - Problem from upgrade to CRM 1.2 to 3.0 by Jeff

Jeff
Sun Jul 01 03:33:13 CDT 2007

Kyhlan,

Does this happen on one form only or all forms?

--
Jeff Loucks [MVP]
Available Technology
888-474-2237
Come see our CRM presentations at TechEd and SMB Nation
on integrating other Microsoft Technologies
(Project, Mappoint, Sharepoint, Dynamics)

"Kyhlan" <Kyhlan@discussions.microsoft.com> wrote in message
news:D4975D94-8193-46CC-9DBC-A0B35519F1CF@microsoft.com...
> Since I upgraded to CRM 3.0, it has after some time become inpossible to
> update the forms.
>
> I have been able to understand when the problem was introduced:
> - It all worked fine and I was able to add field's to the form.
> - One day I took a way a couple of fields in the form that was not used.
> Since then it it is not possible to add any new fields.
>
> This is how the problem occurs now:
>
> These are the steps:
> - From the online mode, I choose adapt settings
> - Adapt entities
> - I choose account
> - I choose "forms and views"
> - I choose the "main form" for the account
> - I choose "Add a field" under one of the sections in the form
> - I know get this failiure message:
> An error has occured in the script on this page.
> Line: 192
> Char: 1
> Error: Object required
> Code: 0
> URL:
> http://crm.synergus.local:5555/Tools/FormEditor/Dialogs/addfields.aspx
>
> Do you want to continue running scripts on this page?
> Yes / No
>
> After this there are no fields available to choose (which there should
> be).
>
> We have tried the workarounds and proposals but still have the problem.
>
> Does anyone have a clue on how to solve this. It is very frustrating not
> beeing able to make changes to the CRM.


Re: Can not uppdate forms - Problem from upgrade to CRM 1.2 to 3.0 by Kyhlan

Kyhlan
Mon Jul 02 00:14:10 CDT 2007

Hi Jeff,
the problem occurs in the form for both accounts and contacts. I have not
been updating the other forms.

Mattias

"Jeff L [MVP]" wrote:

> Kyhlan,
>
> Does this happen on one form only or all forms?
>
> --
> Jeff Loucks [MVP]
> Available Technology
> 888-474-2237
> Come see our CRM presentations at TechEd and SMB Nation
> on integrating other Microsoft Technologies
> (Project, Mappoint, Sharepoint, Dynamics)
>
> "Kyhlan" <Kyhlan@discussions.microsoft.com> wrote in message
> news:D4975D94-8193-46CC-9DBC-A0B35519F1CF@microsoft.com...
> > Since I upgraded to CRM 3.0, it has after some time become inpossible to
> > update the forms.
> >
> > I have been able to understand when the problem was introduced:
> > - It all worked fine and I was able to add field's to the form.
> > - One day I took a way a couple of fields in the form that was not used.
> > Since then it it is not possible to add any new fields.
> >
> > This is how the problem occurs now:
> >
> > These are the steps:
> > - From the online mode, I choose adapt settings
> > - Adapt entities
> > - I choose account
> > - I choose "forms and views"
> > - I choose the "main form" for the account
> > - I choose "Add a field" under one of the sections in the form
> > - I know get this failiure message:
> > An error has occured in the script on this page.
> > Line: 192
> > Char: 1
> > Error: Object required
> > Code: 0
> > URL:
> > http://crm.synergus.local:5555/Tools/FormEditor/Dialogs/addfields.aspx
> >
> > Do you want to continue running scripts on this page?
> > Yes / No
> >
> > After this there are no fields available to choose (which there should
> > be).
> >
> > We have tried the workarounds and proposals but still have the problem.
> >
> > Does anyone have a clue on how to solve this. It is very frustrating not
> > beeing able to make changes to the CRM.
>

Re: Can not uppdate forms - Problem from upgrade to CRM 1.2 to 3.0 by Jeff

Jeff
Tue Jul 03 11:42:23 CDT 2007

Mattias,

Please run the following from SQL and send me the results by email. I will
take a look because I think your form definition might have become
corrupted.

SELECT * FROM dbo.OrganizationUIBase WHERE objecttypecode = 1 AND
inProduction = 1

SELECT * FROM dbo.OrganizationUIBase WHERE objecttypecode = 2 AND
inProduction = 1

--
Jeff Loucks [MVP]
Available Technology
888-474-2237
Come see our CRM presentations at TechEd and SMB Nation
on integrating other Microsoft Technologies
(Project, Mappoint, Sharepoint, Dynamics)



"Kyhlan" <Kyhlan@discussions.microsoft.com> wrote in message
news:E624440F-9B97-4684-8546-0886D947C304@microsoft.com...
> Hi Jeff,
> the problem occurs in the form for both accounts and contacts. I have not
> been updating the other forms.
>
> Mattias
>
> "Jeff L [MVP]" wrote:
>
>> Kyhlan,
>>
>> Does this happen on one form only or all forms?
>>
>> --
>> Jeff Loucks [MVP]
>> Available Technology
>> 888-474-2237
>> Come see our CRM presentations at TechEd and SMB Nation
>> on integrating other Microsoft Technologies
>> (Project, Mappoint, Sharepoint, Dynamics)
>>
>> "Kyhlan" <Kyhlan@discussions.microsoft.com> wrote in message
>> news:D4975D94-8193-46CC-9DBC-A0B35519F1CF@microsoft.com...
>> > Since I upgraded to CRM 3.0, it has after some time become inpossible
>> > to
>> > update the forms.
>> >
>> > I have been able to understand when the problem was introduced:
>> > - It all worked fine and I was able to add field's to the form.
>> > - One day I took a way a couple of fields in the form that was not
>> > used.
>> > Since then it it is not possible to add any new fields.
>> >
>> > This is how the problem occurs now:
>> >
>> > These are the steps:
>> > - From the online mode, I choose adapt settings
>> > - Adapt entities
>> > - I choose account
>> > - I choose "forms and views"
>> > - I choose the "main form" for the account
>> > - I choose "Add a field" under one of the sections in the form
>> > - I know get this failiure message:
>> > An error has occured in the script on this page.
>> > Line: 192
>> > Char: 1
>> > Error: Object required
>> > Code: 0
>> > URL:
>> > http://crm.synergus.local:5555/Tools/FormEditor/Dialogs/addfields.aspx
>> >
>> > Do you want to continue running scripts on this page?
>> > Yes / No
>> >
>> > After this there are no fields available to choose (which there should
>> > be).
>> >
>> > We have tried the workarounds and proposals but still have the problem.
>> >
>> > Does anyone have a clue on how to solve this. It is very frustrating
>> > not
>> > beeing able to make changes to the CRM.
>>


Re: Can not uppdate forms - Problem from upgrade to CRM 1.2 to 3.0 by Kyhlan

Kyhlan
Thu Jul 05 01:56:00 CDT 2007

Hello Jeff,
here is the result from the SQL's you asked me to run:

first question:
8A66B5BD-38A8-4982-8426-D7E7E961E857,3DFA1EA0-8F46-4770-B40E-5BD7A7240EDA,<forms><entity
name="account" objecttypecode="1"><form type="main"
id="{b053a39a-041a-4356-acef-ddf00182762b}" enablerelatedinformation="true"
relatedInformationCollapsed="true"><data id="address1_addressid"
datafieldname="address1_addressid" classid="{554,<entity name="account"
objecttypecode="1"><fields><field name="ownerid"
requiredlevel="na"><displaynames><displayname description="Ã?gare"
languagecode="1053" /></displaynames></field><field name="name"
requiredlevel="required" maxlength="160"
format="text",1,1,NULL,NULL,23,NULL,0x000000000006B0AA,NULL,NULL,NULL


Second question:
D4F80E95-C83B-4C09-A8C0-8B008C8F3468,3DFA1EA0-8F46-4770-B40E-5BD7A7240EDA,<forms><entity
name="contact" objecttypecode="2"><form type="main"
id="{894cc46a-b0cb-4ab0-8bf6-200544e46a2d}" enablerelatedinformation="true"
relatedInformationCollapsed="true"><data id="fullname"
datafieldname="fullname" classid="{5546E6CD-394C-4bee-94A8,<entity
name="contact" objecttypecode="2"><fields><field name="ownerid"
requiredlevel="na"><displaynames><displayname description="Ã?gare"
languagecode="1053" /></displaynames></field><field name="statecode"
requiredlevel="na"><displaynames><displayname
des,2,1,NULL,NULL,48,NULL,0x0000000000078620,NULL,NULL,NULL

Does it help?

Mattias

"Jeff L [MVP]" wrote:

> Mattias,
>
> Please run the following from SQL and send me the results by email. I will
> take a look because I think your form definition might have become
> corrupted.
>
> SELECT * FROM dbo.OrganizationUIBase WHERE objecttypecode = 1 AND
> inProduction = 1
>
> SELECT * FROM dbo.OrganizationUIBase WHERE objecttypecode = 2 AND
> inProduction = 1
>
> --
> Jeff Loucks [MVP]
> Available Technology
> 888-474-2237
> Come see our CRM presentations at TechEd and SMB Nation
> on integrating other Microsoft Technologies
> (Project, Mappoint, Sharepoint, Dynamics)
>
>
>
> "Kyhlan" <Kyhlan@discussions.microsoft.com> wrote in message
> news:E624440F-9B97-4684-8546-0886D947C304@microsoft.com...
> > Hi Jeff,
> > the problem occurs in the form for both accounts and contacts. I have not
> > been updating the other forms.
> >
> > Mattias
> >
> > "Jeff L [MVP]" wrote:
> >
> >> Kyhlan,
> >>
> >> Does this happen on one form only or all forms?
> >>
> >> --
> >> Jeff Loucks [MVP]
> >> Available Technology
> >> 888-474-2237
> >> Come see our CRM presentations at TechEd and SMB Nation
> >> on integrating other Microsoft Technologies
> >> (Project, Mappoint, Sharepoint, Dynamics)
> >>
> >> "Kyhlan" <Kyhlan@discussions.microsoft.com> wrote in message
> >> news:D4975D94-8193-46CC-9DBC-A0B35519F1CF@microsoft.com...
> >> > Since I upgraded to CRM 3.0, it has after some time become inpossible
> >> > to
> >> > update the forms.
> >> >
> >> > I have been able to understand when the problem was introduced:
> >> > - It all worked fine and I was able to add field's to the form.
> >> > - One day I took a way a couple of fields in the form that was not
> >> > used.
> >> > Since then it it is not possible to add any new fields.
> >> >
> >> > This is how the problem occurs now:
> >> >
> >> > These are the steps:
> >> > - From the online mode, I choose adapt settings
> >> > - Adapt entities
> >> > - I choose account
> >> > - I choose "forms and views"
> >> > - I choose the "main form" for the account
> >> > - I choose "Add a field" under one of the sections in the form
> >> > - I know get this failiure message:
> >> > An error has occured in the script on this page.
> >> > Line: 192
> >> > Char: 1
> >> > Error: Object required
> >> > Code: 0
> >> > URL:
> >> > http://crm.synergus.local:5555/Tools/FormEditor/Dialogs/addfields.aspx
> >> >
> >> > Do you want to continue running scripts on this page?
> >> > Yes / No
> >> >
> >> > After this there are no fields available to choose (which there should
> >> > be).
> >> >
> >> > We have tried the workarounds and proposals but still have the problem.
> >> >
> >> > Does anyone have a clue on how to solve this. It is very frustrating
> >> > not
> >> > beeing able to make changes to the CRM.
> >>
>