Forum Post: RE: Active Applications Panel
Hello Bruce, Active Application option has been removed from Dynamics SL 2011 version itself. I'm not sure why Microsoft has removed that option since it was a cool feature.
View ArticleForum Post: RE: Active Applications Panel
Thanks Perumalsamy. I suspected that may be the case. It was probably as a result of the change to changing companies which now enables the same screen to be open in multiple companies simultaneously.
View ArticleForum Post: RE: dynamics sl 2015 vb tools for developer
Thank you very much. I found it and my screens are compiling now. Thank you.
View ArticleForum Post: RE: Transaction import by Application server error
Hi Erich Strelow Thanks for your reply, I known about that application server problem when running on terminal server. I have tested and looked it run until finished but the result is the same. It run...
View ArticleForum Post: RE: Check showing as missing on my check register report (AP Module)
Hi Rick, The batches did appear in the AP Check Update screen and I was successfully able to post them. My problem has been solved. Thank you very much for your assistance! Denise
View ArticleForum Post: RE: Flexible Billings/Invoice Print error Function sequence error
I am getting the same thing with nothing working from the community reported problem. Did you ever figure out this issue?
View ArticleForum Post: BI010 Database Connector Function Sequence Error in Flexible...
Hi all, We have a custom billing invoice/attachment format in flexible billings that gets the below error. I noticed this only occurs with large drafts, anyone have an idea? I have tried resetting the...
View ArticleForum Post: Close Statement Cycle
Hi, What does Close Statement Cycle do? Does it prevent certain items from being changed, for example, open Invoice Entries that haven't been printed/processed yet? Thanks.
View ArticleForum Post: RE: Close Statement Cycle
All it does is create/update the aging data necessary for the AR Statements to print.
View ArticleForum Post: RE: Close Statement Cycle
Is it possible to find out who closed the last Statement Cycle and/or Aged the Balances?
View ArticleForum Post: RE: Close Statement Cycle
You can query the ARStmt table, and look at the CloseDateTime field, as well as the LUpd_DateTime and LUpd_User fields.
View ArticleForum Post: PJALLSRT Table
The closing process in Dynamics SL clears the PJALLSRT table each time it is run. Unfortunately it seems to be the only table that links the project cost record with the allocation that gets created....
View ArticleForum Post: Dynamics SL 2011 - reading from syscolumns table
Newbie here, I am trying to find out why we sometimes have a bunch of reads from the syscolumns table It looks like this: Select CONVERT(CHAR(30),sc.name), sc.type, sc.usertype, sc.length, sc.status...
View ArticleForum Post: change and display value combobox in grid
Hello, I have the following problem. In Screen RQ.510.00(approve requests) I load by project and deparment all details, in a button y check all detail if have remains requests if I have I make the...
View ArticleForum Post: RE: Close Statement Cycle
You can see who last closed a statement cycle with the following query Select LUpd_User, LUpd_DateTime from ARStmt You can see who last aged balances with the following query Select LUpd_User,...
View ArticleForum Post: RE: Close Statement Cycle
Also, to add to what Mark posted, if you utilize a balance forward statement presentation then Close Statement Cycle also determines the balance forward amount for those statements. It does this by...
View ArticleForum Post: RE: Dynamics SL 2011 - reading from syscolumns table
Yes, it is useful. Dynamics SL has its own database layer, which is how the SL client talks to the database. For the SL client to understand what the datastream from the database means, the layer has...
View ArticleForum Post: RE: Close Statement Cycle
Thank you Mark and Rick. Unfortunately, tables ARStmt and AR_Balances don't get their LUpd_* columns updated during AR Aging and Statement Closing. We don't utilize the statements, only AR Aging. The...
View ArticleForum Post: RE: Close Statement Cycle
Interesting regarding the ARStmt table update. This field used to be updated but, looking at a few of my client's current data, it appears that it is no longer updated. However, I did look at the...
View ArticleForum Post: VOIDING A HAND CHECK THAT TRANSACTION DATE IS 07/27 AND THE...
CAN I VOID A HAND CHECK THAT THE TRANSACTION DATE WAS ENTERED AS 07/27/17 IN ERROR? IF NOT, HOW WOULD I FIX THIS?
View Article