Microsoft Dynamics RMS Live Chat on August 7th, 2008------=_NextPart_0001_74E9EEE0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Good morning,
The Microsoft Dynamics RMS team will be hosting the next Live Chat on
August 7th, 2008,
at 10 a.m. Pacific Daylight Time.
Is there a topic that you would like to discuss in depth? Do you want
additional insight into a certain area of the software? Have you always
wanted to know what to do when you encounter a particular scenario?
If so, we'd like to hear from you! Please feel free to post any ideas on
this thread, use the link in the Live Chats section of the RMS Using site
(h...
Cost vs retailI am creating a spread sheet to make marking up cost easier and standard.
The only thing is that I want to always have a .99 cent ending ont he retail.
So I want everthing to have a 50% mark up, but to always end the retail in a
..99 ending. How do I do that?
Maybe...
=ROUNDUP(A1*1.5,0)+0.99
cochum wrote:
>
> I am creating a spread sheet to make marking up cost easier and standard.
> The only thing is that I want to always have a .99 cent ending ont he retail.
> So I want everthing to have a 50% mark up, but to always end the retail in a
> .99 ending. How do I do t...
Launch External Application and Close main UI ApplicationI have a form with one button. When button is clicked; it launched Notepad.exe.
The moment Notepad.exe is launched; I want to close my form (actually
application).
How do I do it?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim myProcess As System.Diagnostics.Process = New
System.Diagnostics.Process()
myProcess.StartInfo.FileName = "Notepad.exe"
myProcess.StartInfo.WindowStyle =
System.Diagnostics.ProcessWindowStyle.Normal
myProcess.Start()
End Sub
On Feb 11, 1:08 pm, Ryan <R...@discussio...
How does one correct an incorrect payment?Here's what I am trying to figure out how to correct:
I'm setup with auto-debit with my apartment building. This month, they were
only supposed to withdraw $400 for rent, but accidentally withdrew $1100.
They wrote me a check as a refund in the amount of $700. Via the auto-sync
with my bank, MS Money 2006 downloaded both transactions. I could mark the
$1100 dollars as "rent expense", and the $700 as "other income", but this
wouldn't really be correct, as I didn't really pay that much for rent, and
the reimbursement isn't really income. So how ...
Allow minimum payment to also be a percentageMinimum payment currently can only be a dollar amount. Due to balance
variances, the minimum payment should also include an option for a percentage
of balance due.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/Businesssolutions/Community/N...
Error applying paymentI am trying to apply a payment to an invoice and this message keeps appearing.
"You can't choose this document because it is part of a recovered batch or
is still in the process of posting"
I find this document in both PA13100 and PA23100. There are other documents
in the same batch that are only in PA23100. The batch does not exist in
SY00500.
I'm pretty much a newbie with this stuff, and I'm not sure what to do to fix
this. Any help would be appreciated.
Thanks
Check to see if you have a batch in batch recovery (Tools--> Routines-->
Batch Recovery). I...
dynamic cellsHi!
I wonder if somebody could help me with the following problem:
I have two columns with cells containing some values B1..B22, C1..C22
everyday I add a new cell e.g. B23 and C23, B24 and C24,...
I wonder if I use these cells in a forumla like REGR how to write
in order to avoid updating the formula every day? REGR(B1:B22;C1:C22)
TIA
Anders.
Anders,
You could create a dynamic named range for each of your
ranges. In your example, if you have no data below your
list you could:
Insert->Name->Define
Input the name then in 'Refers To' type =offset
(B1,0,0,counta(B:B),1)
...
Annual return calculation hosed vs. me being stupidI need to know which. I've been trying to transfer an IRA account from an old
financial institution that doesn't have online services to a new one that
does. If I follow explicitly the instructions MS gives to do this, I lose the
transaction history and cost basis of the underlying investments. It simply
sets up a new account.
If I set up a transfer instead, I keep the cost basis and it's accurate, but
I find I'm now earning an average annual return of around 3000% on the
underlying mutual funds... the small cap fund is booming along nicely at
52000%.
Needless to say I...
Nitrosell (weblinx) vs. Storefront.netUsers please comment on your pro and con experiences with these systems.
I have all the marketing materials from the manufactirers and partners.
We have narrowed down our search to these 2.
I am leary of the recurring costs of Nitrosell. I am also afraid of the
coordination between 3 separate software packages that must work together to
link RMS to Storefront (using Newest's program).
Actual experiences would be most helpful!
I need eBay payment ability through the webstore and affiliate support also.
If a stand-alone program works with the web store, that would be OK too but I
wou...
Printing in Win NT vs Win 2000When printing a document in NT, it is coming out
differently than from 2000. It doesn't matter what
printer you print to. I've tried 4 different printers so
far. The option in Excel is fit to 1x1 page.
Any ideas?
Thank you.
Kathy
I'm afraid it is difficult to get prints the same from different printers
and operating systems as the drivers will be different all round. Excel
uses setting from the drivers. You could try and ensure that all same
printers have all same version of drivers for each operating system.
(Normally manufacturers release them all together for Winx)
...
Manual Calculation in Excel 2007 with Calculate mode set to AutomaticHello,
I'm desperate to understand why some of my s/s are in manual
calculation mode even though the options are set to Automatic
calculation. I have checked under Excel's options and the formula bar
to confirm calculation mode and cannot make the s/s change to
automatic. Any advice?
Julie
try saving the workbook after you make the change
"Julie White" wrote:
> Hello,
>
> I'm desperate to understand why some of my s/s are in manual
> calculation mode even though the options are set to Automatic
> calculation. I have checked under Exce...
Including dynamic info in Template subject line?I am looking to display dynamic information {!opportunity:name;} into
the subject line of an email alert. We use the c360 email enhancement
pack to post templates as URLs tha are called by the WFM. It appears
that the CRM Templates do not populate info into the subject line
(because it is not HTML I guess) but has anyone found a workaround to
this? Is there ANY means of capturing this information into the subject
line, so recepients could sort/search by this information?
Thanks,
Scott
...
Varchar(20) vs Varchar(255)Hi there
What uses more space, a Varchar(20) with 10 chars in, or Varchar(255) with
10 chars in. I expect it to be the same, in which case, why not always
specifiy varchar(255) or a larger value?
Thanks again all.
Ron wrote:
> Hi there
>
> What uses more space, a Varchar(20) with 10 chars in, or Varchar(255)
> with 10 chars in.
Neither
> I expect it to be the same, in which case, why not
> always specifiy varchar(255) or a larger value?
>
Data integrity, mainly. Why specify a field to contain more characters
than it needs to contain? Why forgo the...
manually selected Excel cell formattingI've installed Excel 2007 recently. I notice when I manually select
non-contiguous cells using the ctrl key that the selected cells are not
highlighted like they were in Excel 97. At first I thought I was losing the
selection altogether but I noticed that the current cell had a thin outline
instead of the heavier normal outline. It was then I saw that the selected
cells were actually very faintly shaded. I checked that the cells were really
selected by migrating through them with the Enter or Tab key. Is there any
way to make the selected calls more visible? Or is something w...
How to tell when Bill Payment is done electronically vs. paper check?Am I correct in thinking that if I pay a bill via an epay, and I never
get a paper check in return from my bank, then the payee was paid
electronically, i.e., the payment to the payee never involved any paper
check anywhere through the process?
I recently switched from MSN Bill Pay to my bank's bill pay service (I
send payments from within M03 for both). There's a piece of information
missing for me when I switched to using my bank as the bill payer: I
don't have a list of 'participating billers' (such as on the MSN Bill
Pay website). Unless I determine who the t...
How do I create a dynamic chartI have a database on sheet "D" with 1000 rows of data 79 columns wide.
How do I create a single line chart on sheet "A" that graphs a single row on
sheet "D" where the row number is specified in cell H1 on sheet "A"
This doesn't work:
=D!&ADDRESS(OFFSET(A1,H1,1,1,1),1):ADDRESS(OFFSET(A1,H1,1,1,1),78)
The chart would graph out whatever D! row number is pointed to by cell A1 on
sheet "A"
read other posts today
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"Nick Krill" <NickKrill@discussions...
Outlook CRM Client vs. Web CRM ClientWhat's the advantages of installing and using the Outlook CRM Client vs.
using Outlook+Web CRM?
There are two Outlook clients-- the Desktop and Laptop. The Desktop client
is online only, and the only advantage in using this (in my opinion) is that
you can consolidate more of your user's tasks to one location. In essence,
the functionality is the same as the web client except that you have the
"Track in CRM" option for your emails.
The Laptop client supports offline mode and uses the MSDE to manage a local
store for changes that will sync with the CRM server the next...
User defined fields in Dynamics (Inventory)I have been looking to add some fields to our inventory module using the user
defined fileds. The problem with the fields the way they are now is that
they only allow for 10 characters max. This is barely enough room to ente
anything usable.
My suggestion would be to increase the field length to at least 15-25
characters.
We are currently on v7.0, upgrading soon to 9.0 (perhaps this has been done
already).
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree&qu...
Generate report manuallyHi,
Is it possible in access 2003 to generate a report based on a
recordset or loop through the recordset by myself.
I know it is possible to put my values in a temporary table and link
those to the report but if above is possible it should be easier.
Thx
Yes, in Access 2003, the Report object has a Recordset property that you can
set to either an ADO or DAO recordset. Assuming you've got a recordset named
MyRecordset, you can use it on a report named MyReport like:
Set Reports("MyReport").Recordset = MyRecordset
(note that the report must be open before you can do this)...
Really dynamic monthly chart titleHello
I know how to create a simple dynamic chart title. BUT is this possible?
Title for dynamic chart is
Report for (month, which is always the previous month)
Rate (comes from worksheet entitled Monthly, column H, depending on the
month )
I'm always a month behind so my chart title created in august reads
Report for July 2008 ( next line )
Rate 94.25%
(On the monthly tab I have a report with all 12 months and each month I
add the results . )
so next month I want the title to be
Report for August 2008 ( next line )
Rate (whatever) Is this possible? thanks in advance
...
Sent items separates messagesHi:
I have a contact in my address book with the full name of "Steve Smith" and
an email address of "ssmith@hiscompany.com"
When I receive email messages from Steve, in my inbox, his messages show up
with the "From" name of "Steve Smith" - exactly as I would expect.
If I REPLY to a message from Steve, then in my "Sent Items" folder, the
message sometimes appears with the "To" name of
ssmith@hiscompany.com
and other times it appears with the "To" name of
'ssmith@hiscompany.com' (notice the single q...
Xml validation exception only occurs outside debuggerHi,
I am experiencing a strange problem. I am reading and writing xml files via
XmlDocument and XmlTextWriter. In the debugger everything works fine but
outside the debugger (debug or release) I receive the following error: "The
type initializer for "System.Xml.Schema.Validator" threw an exception."
I wrote a small console app that contains the problem -- I've just attached
the default class which gets run. Output outside the debugger is as follows
------------------
Creating xml file
Reading xml file
Error reading xml file
The type initializer for "Syst...
Dynamic Series NameI have a table that is set up using "Data-Filter-AutoFilter" so that the user
can click a drop down arrow in the header for column 1 (the x-values), select
a value, and the table displays only those records.
A chart is connected to the table.
In the chart I want the series name to be the user's choice of the dropdown
value. For example, say the x-value choices are "apples", "oranges", or
"lemons". If the user chooses "oranges", then that becomes the series name in
the chart.
Can someone come up with a way to do this. I have thus far...
What is Office 10.1.7 vs. Update 11.2.5?I upgraded my Office to 11.2.5 this morning and the following
blurb shows up this evening on MacFixIt. I am really confused?
Maybe the MacFixIt blurb is regarding an older version of Office?
aRKay
--------------------
Title: Office v.X 10.1.7 released: Security refinements
Date: Tuesday, July 11 2006 @ 06:00 PM PDT
Read the full article at
http://www.macfixit.com/article.php?story=20060711190159860
--------------------
In article
<REMOVEarkay-0036AF.20521112072006@newsclstr02.news.prodigy.com>,
aRKay <REMOVEarkay@qsl.net> wrote:
> I upgraded my Office to 11.2.5 this mor...
Dynamic Control Creation #2When is it a good idea to create a control dynamically vs. at design time?
When you don't know how many of them there should be until runtime.
Or,
If you don't want to use compile time bound dialog resources, assuming the
control was a GUI control. For example it may be that you want to construct
an entire dialog box dynamically without a pre-prepared dlg template.
"saywhat" <no@fuk.no> wrote in message news:oS6rg.761$FW1.171@fe04.lga...
> When is it a good idea to create a control dynamically vs. at design
> time?
>
"KMA" <kma@schn...