Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Thursday, August 14, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: New custom field on InsertContactAccount.aspx getting resource not found error...
Byrnes
Posts: 43
 
New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:32 PM
I opened insertcontact.ascx and added a custom field that already exists (and works perfectly) on AccountDetails. It also works perfectly on InsertAccount but I want to add it to InsertContact for consistency.

Well, after snipping, mangling and placing my code in the correct spot in the InsertContact.ascx file I built and deployed the SLX client per usual.

Now, when I go to the InsertContactAccount.aspx screen I get:

"The resource object with key 'pklnrcAccountType.Caption' was not found."

Obviously I'm missing something. I poked around a few .resx files but didn't find anything that seemd to make sense....

So, what piece am I missing to get this to work correctly?
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:36 PM
You need to add values into the corresponding resx file for the caption you are trying to show...(in the resources folder, named the same as the ascx you are editing, but with .resx on the end). It should be obvious the format you need by looking at the others in there.
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:40 PM
EG you will need the equivalent for your caption ID:

|
| Account Information
|


The vlaue will be what you want it to say....

In the resx file along with all the others. The field you have added to the screen is looking for a resource in the resx with the exact same ID - obviously you have added the field manually to the screen so this will not update the resx....
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:41 PM
Quote:
Originally posted by Nick Hollis

EG you will need the equivalent for your caption ID:

|
| Account Information
|


The vlaue will be what you want it to say....

In the resx file along with all the others. The field you have added to the screen is looking for a resource in the resx with the exact same ID - obviously you have added the field manually to the screen so this will not update the resx....
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:41 PM
Quote:
Originally posted by Nick Hollis

EG you will need the equivalent for your caption ID:

|
| Account Information
|


The vlaue will be what you want it to say....

In the resx file along with all the others. The field you have added to the screen is looking for a resource in the resx with the exact same ID - obviously you have added the field manually to the screen so this will not update the resx....
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:41 PM
Quote:
Originally posted by Nick Hollis

EG you will need the equivalent for your caption ID:

|
| Account Information
|


The vlaue will be what you want it to say....

In the resx file along with all the others. The field you have added to the screen is looking for a resource in the resx with the exact same ID - obviously you have added the field manually to the screen so this will not update the resx....
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:41 PM
Quote:
Originally posted by Nick Hollis

EG you will need the equivalent for your caption ID:

|
| Account Information
|


The vlaue will be what you want it to say....

In the resx file along with all the others. The field you have added to the screen is looking for a resource in the resx with the exact same ID - obviously you have added the field manually to the screen so this will not update the resx....
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:41 PM
Quote:
Originally posted by Nick Hollis

EG you will need the equivalent for your caption ID:

|
| Account Information
|


The vlaue will be what you want it to say....

In the resx file along with all the others. The field you have added to the screen is looking for a resource in the resx with the exact same ID - obviously you have added the field manually to the screen so this will not update the resx....
[Reply][Quote]
Byrnes
Posts: 43
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:41 PM
That's what I was thinking but I'm not finding anything that corresponds to the current - out of the box - fields in InsertContactAccount.resx under localResources.

Are they under global, local, or somewhere else? Is this even the correct .resx file?

[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:42 PM
Quote:
Originally posted by Nick Hollis




Darn it quoted out the XML...
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:44 PM
Quote:
Originally posted by Byrnes

That's what I was thinking but I'm not finding anything that corresponds to the current - out of the box - fields in InsertContactAccount.resx under localResources.

Are they under global, local, or somewhere else? Is this even the correct .resx file?



Its this one I think:

C:\Inetpub\wwwroot\SlxClient\App_LocalResources (or wherever your build path is). There is a resx in here with exactly the same name as your ascx.
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:45 PM
Are you editing the aspx directly? Or a .ascx on that page?
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:46 PM
Sorry just re-read - you will need to edit

C:\Inetpub\wwwroot\SlxClient\SmartParts\Contact\App_LocalResources\InsertContact.ascx.resx
[Reply][Quote]
Byrnes
Posts: 43
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:49 PM
Aha! That makes more sense now....

Let me check this out and (hopefully) post of my raging success....
[Reply][Quote]
Byrnes
Posts: 43
 
Re: New custom field on InsertContactAccount.aspx getting resource not found error...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 2:41 PM
Quote:
Originally posted by Nick Hollis

Sorry just re-read - you will need to edit

C:\Inetpub\wwwroot\SlxClient\SmartParts\Contact\App_LocalResources\InsertContact.ascx.resx


Bingo! Thanks for your help, Nick! That's all I needed - everything's working like a champ now!
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 8/14/2025 5:36:40 AM