Custom Entity Relationship CRM 3.0I have created a new custom entity (A) for which I need to create two
referential relationships to other custom entities (B) & (C). (A) is the
primary entity in both cases.
The relationship between (A) and (B) acts normally.
The relationship between (A) and (C) doesn't. When I try to add a (C) record
from (A), (A) displays two records in the (C) lookup. One "record" displays
data from system fields (created on and status). The second "record" displys
data from the primary field. I am not able to access (C) record from the
associated view in (A), but I can a...
Custom toolbar and macrosI am moving a user from Windows 2000 to XP and he has a worksheet with many
custom Macros as well as the custon toolbar with it. We can move the
worksheet and the macros will move with it. The problem is moving the custom
toolbar with it. How do I get the toolbar to move along with the worksheet.
One way:
With the custom workbook active, choose Tools/Customize/Toolbars. Click
Attach. Attach your custom toolbar to the workbook.
In article <F0FC2885-07CB-4706-BC67-DEB7B664BACF@microsoft.com>,
"MD" <MD@discussions.microsoft.com> wrote:
> I am moving a user fro...
toolbar customization533 MHz Power PC G4 384 MB SDRAM
MAC OS X 10.3.3=20
Office X: Excel 10.1.5 (Service Release 1)
When I drag command buttons to Excel's Standard Toolbar I get grayed-out =
icons as follows:
Hide Detail
Show Detail
Insert Rows
Ironically the following buttons, dragged in precisely the same =
fashionto the=20
Standard Toolbar, work satisfactorily:
Insert Columns
Delete Column
Delete Row
Any suggestions? Has MS discoveed and repaired these bugs for the May=20
2004 updates?
While they're not bugs, they are confusing.
You probably dragged the Insert Rows button from the Edit categ...
CRM Customization: Display Contact Info on Service Activity FormWe'd like to be able to open a service activity, and display all of
the associated contacts' information (name, phone, address) on the
same form. We have attempted to use IFRAMEs to load this information,
but have so far been unsuccessful in achieving the desired effect.
What is the best approach to take here?
I am trying to do the same...
What I really want is:
1) Service activity calendar view to show the customer name, number and
address in the mouseover
2) When a service calendar item is clicked on, I would like the contact
name, address and telephone listed in the main fo...
Tracking customer orders when receiving stockWith our current POS system we can place items on order for a
particular customer (whether we are holding the stock or not) and when
we generate purchase orders the system automatically pops up letting us
know we have pending orders for customers. We can then generate a
purchase order based on this information. When we receive the stock, we
can print out a report for that order that lists what stock needs to be
allocated to which customers.
Is there a way with RMS that we can do this? Unfortunately it is a
regular occurance that our stock levels can be incorrect, for instance
we may have a 0 ...
Size of the drowpdow list of a combo boxBelow is my attempt at creating a combo box. The item is correctly
displayed, but the dropdown list has a size of zero. How can I change this
so I can see the options?
Thanks for your help.
Miguel
HWND hWnd = GetSafeHwnd();
CWnd *dialog = CWnd::FromHandle(hWnd);
RECT ctlRect;
ctlRect.left = 130;
ctlRect.top = 50;
ctlRect.right = 220;
ctlRect.bottom = 80;
outputVolumeCB = new CComboBox();
ret =
outputVolumeCB->Create(WS_VSCROLL|CBS_DROPDOWN|CBS_DISABLENOSCROLL|CBS_HASST
RINGS,ctlRect,dialog,102);
outputVolumeCB->ShowWindow(SW_SHOW);
outputVolumeCB->AddString(&qu...
Customize Does not WOrkWhen I clip the customize outlook today button, it does
not respond. Anyone have an idea of what the problem
might be?
Posted several times a day here:
OL2000: You Cannot Customize Outlook Today After You Install Critical Update
813489 for Internet Explorer:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;820575
--
Russ Valentine
[MVP-Outlook]
"Glenn" <anonymous@discussions.microsoft.com> wrote in message
news:05cb01c3cc7b$467a26c0$a101280a@phx.gbl...
> When I clip the customize outlook today button, it does
> not respond. Anyone have an idea of what the pr...
dropdown list questionI am using an in-cell dropdown list that is populated from a vba string. I
have encountered a 255 character limit for the list of lookup items. Is
there any way around this other than using spreadsheet cells to store the
list values?
Thanks,
Keith
The data validation list can come from a delimited list or a worksheet
range. You could store the list on a hidden sheet, if you don't want
users to accidentally change it.
keithb wrote:
> I am using an in-cell dropdown list that is populated from a vba string. I
> have encountered a 255 character limit for the list of lookup i...
How to display HTML in Custom Task PaneDoes anyone know if it is possible to program a custom task pane in Office
2007 (using VSTO) to display hosted web content (i.e. HTML). How about
locally stored HTML? My team is looking at ways of providing modest on-screen
assistance to support our custom Add-in that docks nicely within the
application and can be coupled with a few controls. If it's not possible,
we're stuck using CHM. Thanks in advance.
...
XY Scatter with Custom Labels
I have a list of products, each with an X (a dollar amount) and a
value (a percentage). Is it possible to have each point labeled with
custom value i.e.: Printer, or Digital Camera, rather than it bein
labeled with just the values being plotted ($1,000, 2% or $500, 7%)?
Any ideas are appreciated.
Thanks,
Keit
--
hatzipe
-----------------------------------------------------------------------
hatzipet's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=2789
View this thread: http://www.excelforum.com/showthread.php?threadid=47392
You can edit the text of a labe...
Change dates to a custom format via formula ... how to?Hello,
A2 has formula =NOW()
which makes date today in this format:
Tue.Apr.26.2011
How can I get my custom date formats so that the above date shows up
as Tu.Apr.26.2011.
In another sheet, I was kindly given this to make these types of
changes:
=IF($A$2<>"",TEXT($A$2,"yymmdd.")&CHOOSE(WEEKDAY($A$2),"Sn","Mn","Tu","Wd","Th","Fr","Sa"),"")
I tried this,
=NOW()&CHOOSE(WEEKDAY($A$2),"Sn","Mn","Tu","Wd","Th","Fr","Sa&...
CImageList: system image list and additional iconHello,
I need to create a CImageList with the system image list and an additional
overlay icon. I read that the system image list retrieved using the
SHGetFileInfo API must not be modified in any way, so how could I do that? I
thought about somewhat duplicating the image list and then appending the
icon (code below) but that does not seem to work. Any ideas? The code must
run in any version of Windows. Thank you.
SHFILEINFO sfi;
HIMAGELIST hSystemImageList = (HIMAGELIST)SHGetFileInfo(_T("C:\\"), 0,
&sfi,
sizeof(SHFILEINFO), SHGFI_SYSICONINDEX | SHGFI_SMALLICON);
i...
Find Empty Distribution ListsHi,
How can export to a file a list of all Distribution Lists that have no
members?
Thanks.
You can use CSVDE to dump these to a CSV file.
csvde -f emptyDistributionLists.csv -d "dc=my-domain-name,dc=com" -r
"(&(objectClass=group)(|(groupType=2)(groupType=4)(groupType=8))(!member=*))"
-l name
*replace dc=my-domain-name,dc=com with your domain name and extension.
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
www.exchangepedia.com/blog
----------------------------------------------
"markj" <markj@discussions.microsoft.com> ...
Customer ReportHello, I am hoping someone might assist me with a problem. I am trying to
customize a customer report to show the Notes from the customer file. It has
been suggested to me to run a query on this to pull the info I want. This is
great, but not ideally what I am looking for. I want anyone in the office to
be able to run the report and filter it to their specifications. For example:
we have an anual catalogue and we do not send it to everyone on our mailing
list. We want to send it to local customers who have spent money with us or
who specifically request a catalogue. We have used up all ...
How to Customize Business Portal to show custom objects?Hi,
I need to Customize Business Portal to show my custom objects in "Primary
Publishing List ResultViewer Web Part","Rich List ResultViewer Web
Part","Form ResultViewer Web Part"?
I need to create pages similar to Customer Summary page in sales center with
my custom objects. How can i do that?
Thanks,
Mohan
...
drop down list selectionI have an estimating form that we use for estimating service jobs. I entered
a dropdown box at the very top to allow the user to select the correct
customer. However, there are special pricing rates that pull from another
sheet ('Special Rates') this sheet is in order by customer account number.
However, when a customer name is selected from the dropdown box in C83, the
formula set up in the preceding column E84, at needs to pull the correct
customer account number to allow for the rest of the sheet to calculate
properly is, =IF(E84=FALSE,LOOKUP(C83,CustomerName,'SPEC...
Custom X-axisHi everyone.
I need to create a custom x-axis in which the values
double at each interval.
i.e. At the first interval the value must be 20, the next
25, 31.5, 40, 50, 62 ...20,000. Even though the numbers do
not have an similar differences (e.g. 25-20 is not equal
to 62-5) I will still need these values to be equally
spaced.
Thanks for any help you give, it's greatly appreciated!
Fred.
PS. If you want to know what I'm doing, I'm plotting an
amplitude:frequency graph, where each spacing between each
frequency is 1/3 of an octave.
Fred -
Two options. Make a Line chart,...
GPS Customization QueryHi All,
Is there a way to avoid/remove "Quick Links" and "Help"
links from the Business Portal Site for the end users?
Any help on this would be very handy.
Regards,
Kuldeep
...
change local customer to global customerI am trying to change the local customers that i have in my store database to
global customers in hq
I ran this querie in store administrator
UPDATE Customer SET GlobalCustomer = 1
Then ran worksheet 401 in hq, but the customers did not update, then
worksheet 350.
Can someone help?
Had the same issue ... this worked for me - need to set globalcustomer = 1;
need to set lastupdated = getdate(*); need to set storeid = 'xxxx' (whatever
is appropriate for you). Go into SO Manager and configure ENABLE GLOBAL
CUSTOMERS and NEW CUSTOMERS DEFAULT AS GLOBAL. Need to run 401 TWICE (once...
How to customize column width in Ressource Usage report ?Hi,
When printing the Workload, Ressource Usage report, some of the durations
are stated as #####.##. I tried to make the font smaller but it did'ent help.
How do I make the report readable?
I am using MS Project 2007 SP2.
Br
Bertrand
If you goto Reports, Custom
you can see all of the built-in reports and you can see what they are made
of and you will see that they use a filter and a table (and other settings
and stuff).
The column width of each field is a property of the table.
Find the report that you are interested in, then find the table that it
uses, then e...
customize public folderHi,
I have exchange server 2003, on a windows 2003 server environment.
1) I want to remove or hide the "favorites" folder under the public folder
tree?
2) May I not to use the existing public folder tree structure?
Public folder --> All Public folders --> (Company contacts)
Public folder --> (Company contacts)
Thanks,
On Tue, 30 May 2006 15:32:25 +0800, "Classmate"
<NoEmailAddress@abc.com.hk> wrote:
>Hi,
>
>
>
> I have exchange server 2003, on a windows 2003 server environment.
>
>
>
>1)...
Custom ActiveX control fails on release buildSome time ago I created simple custom control (.ocx) using Visual Basic
6. Recently I decided to also use my control in VC++ apps.
VB:
Using the ActiveX Control Interface Wizard and the Property Page Wizard
I added the appropriate handlers and a simple property page to change
the appearance, border, colors, and fonts. Nothing special there.
VC:
The control was installed and registered on the test machine through the
installer and is located in the system folder. On the development
machine the application runs fine and the new control works great. On
the test machine the dialog box fail...
Lost "Pick from list"??I have a list of entries, and two columns are reserved for category
classifications. Since several entries will need the same classifications,
it's easy to right-click in the cell and use "Pick From List" to ensure
consistency. Suddenly, though, I seem to have lost this. Past a certain
row, the right-click menu does not allow "Pick From List". There is no
validation list used; the list is simply all the previous entries.
The spreadsheet is created by taking last week's workbook, using formulas to
update it with this week's information, then pasting the valu...
Custom colorsI hope someone can help me out on this one please!
I mixed a few new colors using RGB that I want applied to
certain cells on a spreadsheet that will be shared among
many users.
The problem is, I noticed that setting RGB only changes
the color pallette and if the user resets or changes their
color pallette, then my colors are all reset on the
spreadsheet (and they look bad!).
Apparently its all linked by the color index? i.e. If the
user changes their color index, that change updates the
spreadsheet color.
Is there is foolproof (or at least better) way of applying
custom shading t...
Data From A ListWHat I am trying to do is Type in a name of a Client in a cell and have the
adjacent cell automatically enter a specific client number....
For example.... if on cell A2 I type in "Smith" I want A3 to read "100".
I have a list of names and client numbers..... I have tried LookUp... but to
no avail.
Any help?
Thanks
Well, you need to show us your formula, for starters.
Tyro
"Steve" <Steve@discussions.microsoft.com> wrote in message
news:E977F61D-B06C-4E81-9D1F-83094823B1F1@microsoft.com...
> WHat I am trying to do is Type in a name of a Client in ...