MS Dynamics GP 10.0 SP3Dear All
Previously i've managed to successfully install Workflow on a client's
live server.
This is after 1-week of many support calls and emails.
Now funnily enough; i'm replicating the same installation procedures
on 2 virtual server images. Here's the basics
Server 1 (AD/Domain Controller)
-----------------------------------------
Windows Server 2003 Std Ed
SQL Server 2008
GP 10.0
Server 2 (Webserver)
-----------------------------------------
Windows Server 2003 Std Ed
MOSS 2007 SP1
GP 10.0 - Web Services
GP 10.0 - MS Sharepoint Wizard
As it is; i've checked and ...
MS POS 2.0 and Office Account 2007Has the integration been improved between these two applications since the
SBA 2006 and POS 1.x were released?
When I looked at it back it didnt do transactions, just batches. I am
looking for full integration between the two products.
Point of Sale 2.0 ships with Office Accounting 2007 for free. There is a
very tight integration where detailed sales, item, customer, vendor, and
item receipt information is shared automatically. This site has more info:
http://pos.microsoft.com
"DomitianX" <DomitianX@discussions.microsoft.com> wrote in message
news:C6E30AA5-8D21-431...
group box line colorAnyone knows whether or not it is possible to change the line color (or
remove the line) of the group box (the one on the Forms toolbar, not the
Toolbox one)
Cheers, Patrick
You can hide the lines using some VBA:
Option Explicit
Sub testme()
Dim GB As GroupBox
For Each GB In ActiveSheet.GroupBoxes
GB.Visible = False 'true
Next GB
End Sub
If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm
Patrick wrote:
>
> Anyone knows whether or not it is possible to change the line col...
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 in outlookthe CRM folder(s) are missing from within the outlook menu. But we are able
to view the crm system by typing the url in a browser window.
the error warning indicates that that CRM functionality fails to download,
and that a restart will help. after restarting a few times it is still not
working this is the case on many machienes.
...
Notification #4How do I keep Outlook from putting an envelope in my lower toolbar when mail
comes in?
It is just a distraction.
Thanks.
Tools > Options > Email Options... > Advanced Email Options > Uncheck the
Desktop Alert option.
--
Russ Valentine
[MVP-Outlook]
"HP" <deepsouthphoto@yahoo.com> wrote in message
news:yAjUf.111$kp3.47@fe04.lga...
> How do I keep Outlook from putting an envelope in my lower toolbar when
> mail
> comes in?
> It is just a distraction.
> Thanks.
>
>
Thanks for the reply Russ.
I went through the instructions but there is n...
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...
Hidden report filter in CRMI created a report that involves accounts, opportunity and opportunity
products. It works great in SRSS. After I import it to CRM, I clear off the
default filters on accounts and opportunity entities. There is no filter
visible on opportunity product.
The report when run in CRM does not look right. When I did a trace, it seems
that there is a filter for looking at opportunity products modified in last
30 days. However, when I edit the default filter, I dont even the opportunity
product entity listed there. My question is how can I remove this filter from
this report. I tried to import ...
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 ...
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...
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.
...
Workflow email slow to sendWhen a workflow is ran and completed, the related email takes upwards of an
hour to be delivered. When sending an email to a user from the contact page
the email is delivered within a few minutes.
Are there any known settings I should check to speed up the email process,
perhaps an email polling timer somewhere?
thank you in advance
How is the mail being sent - are you using the email router to send mail
created by workflows?
Dave Ireland
"tim-tw" <timtw@discussions.microsoft.com> wrote in message
news:7B6052CB-7A7F-41EC-93FC-DD4458D5CD61@microsoft.com...
> When a w...
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&...
Using either 'Conditional Formatting or VB' to color specific CellsAll,
I'm new to using macro's within Excel, please forgive my ignorance in
advance! heh
Does anyone know the best way to color cells within a worksheet based
on data in other rows within the same worksheet? I've used Conditional
Formatting but it only lets me use (3) colors. I need to use about 10
or so.
Basically I have data in columns A - P, in columns AI:AJ I have data
that I want to show as a specific color in rows A - P if it exists.
Can someone give me an example that I can use and modify to do this
task?
Thanks
-J
I assume that you want an easy way to visually identify ce...
font colorin newer versions of Word I am finding that putting the cursor over a color
in the hex diagram doesn't tell the color name or percentage gray. Is there a
fix for this?
How can I specify the percentage gray I want?
...
MSCRM 4.0 Account automatic numberHello,
I want to have an automatic account number when i create an account. do you
have any idea to do this.
Thanks a lot for your answer.
FB
Frédéric BAILLON wrote:
> Hello,
>
> I want to have an automatic account number when i create an account. do you
> have any idea to do this.
>
> Thanks a lot for your answer.
>
> FB
Hi Frédéric,
There are many possibilities:
You can make a plugin that reads and increments value in a config file,
or work with a plugin that inserts and reads SQL table with identity
column (auto incremental column)
Ta...
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
...
Microsoft DataGrid Control 6.0 fails to loadI am unable to get the ActiveX control "Microsoft DataGrid Control 6.0
(SP5) (OLEDB)" to load in VS.Net Resource editor nor in ActiveX
Control Test Container. I have tired unregistering
C:\WINDOWS\system32\msdatgrd.ocx and reregistering it, but it still
will not load. I have version 6.0.89.88 on my Windows XP machine.
When I look at it in Depends, everything (other then mpr.dll) looks
fine.
It does seem to load fine when it is used in my application. How do I
get it load?
Sam
...
Microsoft Dynamics CRM 3.0 Implementation For Large Corporation (August 2006) #2Microsoft Dynamics CRM 3.0 Implementation For Large Corporation (August
2006)
(Sales Module,MS CRM Security,Integration with Microsoft Dynamics GP
9.0/Microsoft Great Plains,with IBM Lotus Notes Domino,International
Considerations,Competition)
http://microsoft-crm-3.blogspot.com/2006/08/microsoft-dynamics-crm-30.html
...
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
...