Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, May 5, 2024 
 
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!
 External Development Forums - Design & Architecture Topics
Forum to discuss designing applications to work with SalesLogix. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Design & Architecture Topics | New ThreadView:  Search:  
 Author  Thread: Modifying the "Owner assignment" screen
Konstantin Vishnevsky
Posts: 97
 
Modifying the "Owner assignment" screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Jun 07 11:26 AM
Is there a way to modify the "Owner assignment" screen, so it displays only Teams tab?
My users seem to be unable to grasp the company rule that accounts cannot be assigned to a single person, but to a Team only.
I am pretty tired of fixing their screwups every week.
[Reply][Quote]
Frank Chaffin
Posts: 475
 
Re: Modifying the "Owner assignment" screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Jun 07 11:53 AM
Try setting the Owner properties to something like...

Lookup seccode:seccodedesc

LookupMode lmTable
LookupRestrict Always Checked
LookupRestrict Field SecCodeType
LookupRestrictOp =
LookupRestirictValue G
[Reply][Quote]
John Gundrum
Posts: 632
Top 10 forum poster: 632 posts
 
Re: Modifying the "Owner assignment" screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Jun 07 8:33 AM
Hmmm... That's an interesting solution. I might just try that here.

We've had the occassion with users selecting a User instead of a team. We have since restricted who can change the account owner. Only Sales Managers and above can change it. The generic user cannot change the account owner. The managers and above know a team has to be selected. We haven't had an user owner issue for quite sometime.

John G.
[Reply][Quote]
Jay Welther
Posts: 28
 
Re: Modifying the "Owner assignment" screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Jun 07 1:59 PM
We did it another way. Requirement was that the Owner be a team or a system group (i.e., Everyone):

'HS07Apr:Beg-Owner must be a team or system group
Sub txtOwnerEnterControl(Sender)
strSaveOwnerLookupID = txtOwner.LookupID
strSaveOwnerText = txtOwner.Text
End Sub

Sub txtOwnerPopupReturn(Sender)
dim strSecCodeType
strSecCodeType = GetField("SECCODETYPE", "SECCODE", "SECCODEID='" & txtOwner.LookupID & "'")
if Not (strSecCodeType = "G" or strSecCodeType = "S") then
txtOwner.LookupID = strSaveOwnerLookupID
txtOwner.Text = strSaveOwnerText
msgbox "Must select owner from Team or System tab."
end if
End Sub
'HS07Apr:End-Owner must be a team or system group
[Reply][Quote]
John Gundrum
Posts: 632
Top 10 forum poster: 632 posts
 
Re: Modifying the "Owner assignment" screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Jun 07 6:24 AM
Always several ways to skin a cat, eh? We've had the same requirement in the past where it was either a team or a system group. There are still occasions where we'd need the Everyone group. I'll have to take a look at each and see how they compare.

John G.
[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 © 2024 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): 5/5/2024 5:55:20 AM