hi all....
i just wondering....
1. how to back up and restore data in using RTC?
can we do that in RTC?
2. can we add field (pull from table) in RTC?
(or we should install the classic too if we want to develop)
thanks
so at least.... if we want to implement to customer
we still have to install the client
Not in all systems..who has permissions to modify the forms like adding fields..
Better to install in technical persons system and ask him to modify what users want
another thing i want to ask is...
every database you create (for RTC database I mean) for customer, you must be created or restored it in your database (maybe for support or anything else)
what i want to know is.... right now, every time i create database so i need to create new service
so let say if i have 1 customer , then i need to create 1 service
10 customers....10 services
is it like that?
or do you have any suggestion?
Here is a little thing I found different between RTC and the Classic client.
I created a new form named "Blanket Purchase Order Archive"" based on the form 5167 "Purchase Order Archive". I simply just opened the original form, saved it with a different ID and name and changed its SourceTableView property to "WHERE(Document Type=CONST(Blanket Order))".
When I run the new form, of course, an error message comes up "There is no Purchase Header Archive within the filter. Filters: Document Type: Order, No.: 1001, Version No.: 1", because I did not create a new subform updating its filter to Document Type: Blanket Order.
But if I repeat this process (create new object and so on) using page objects (I mean: create a new page based on the page 5167 and not creating a new subpage), that same obvious error does not appear in RTC. And the page opens.
:S
Where is the error message in RTC?
Redcodestudio: Web Development, FLASH & Webdesign (and a little NAV, in the future)
It is easy to replicate my error. Just open the original form 5167 and change its SourceTableView property from "WHERE(Document Type=CONST(Order))" to "WHERE(Document Type=CONST(Blanket Order))" and press CTRL+R to run the form. As the subform SourceTableView property still is "WHERE(Document Type=CONST(Order))" that error message will come up. But the error message only shows in the Classic version. Not in the RTC version of NAV.
Maybe another type of error will behave the same way in the different versions.
Debugger doesn't get the error.
Redcodestudio: Web Development, FLASH & Webdesign (and a little NAV, in the future)
I created a new form named "Blanket Purchase Order Archive"" based on the form 5167 "Purchase Order Archive". I simply just opened the original form, saved it with a different ID and name and changed its SourceTableView property to "WHERE(Document Type=CONST(Blanket Order))".
in that case it is not throwing any error..
will check and let you know by modifying the same form?
BTW,did you modify Order to Blanket Order in Page also?
Yes, I went to Page 5167, modified its SourceTableView to "WHERE(Document Type=CONST(Blanket Order))" and not modifying the 5168 subpage's SourceTableView, I ran the Page. No error came up.
Version NAV 2009 SP1 here.
Redcodestudio: Web Development, FLASH & Webdesign (and a little NAV, in the future)
Yes, I went to Page 5167, modified its SourceTableView to "WHERE(Document Type=CONST(Blanket Order))" and not modifying the 5168 subpage's SourceTableView, I ran the Page. No error came up.
Version NAV 2009 SP1 here.
Did the same thing on Forms..
I didnt get any error message :shock:
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
we still have to install the client
Better to install in technical persons system and ask him to modify what users want
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Andwian
VISIBLE Property of the Field Controls(FORMS / PAGES) --> TRUE / FALSE.
which will not work in pages of RTC, like in classic..
in these cases we are using EDITABLE / Non Editable Property of the page..
every database you create (for RTC database I mean) for customer, you must be created or restored it in your database (maybe for support or anything else)
what i want to know is.... right now, every time i create database so i need to create new service
so let say if i have 1 customer , then i need to create 1 service
10 customers....10 services
is it like that?
or do you have any suggestion?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Andwian
it would say
10 customers.... each 1 database
1 service per 1 databse..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Maybe a better solution is to have only 1 database, but 1 company by user no ? It will be much more easier to do maintenance or upgrades..
And how would you manage object differences between companies? Another approach is 1 service per developer/user.
it must be 10 databases
Oh sorry, 10 different customers, yes you need 10 databases !
so the conclusion is ....
10 customers.... 10 databases....10 services
Yes
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
thanks for the share
I created a new form named "Blanket Purchase Order Archive"" based on the form 5167 "Purchase Order Archive". I simply just opened the original form, saved it with a different ID and name and changed its SourceTableView property to "WHERE(Document Type=CONST(Blanket Order))".
When I run the new form, of course, an error message comes up "There is no Purchase Header Archive within the filter. Filters: Document Type: Order, No.: 1001, Version No.: 1", because I did not create a new subform updating its filter to Document Type: Blanket Order.
But if I repeat this process (create new object and so on) using page objects (I mean: create a new page based on the page 5167 and not creating a new subpage), that same obvious error does not appear in RTC. And the page opens.
:S
Where is the error message in RTC?
I didnt get any error message in forms also..
have you done any customizations?
Check with Debugger on and let us know the code..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It is easy to replicate my error. Just open the original form 5167 and change its SourceTableView property from "WHERE(Document Type=CONST(Order))" to "WHERE(Document Type=CONST(Blanket Order))" and press CTRL+R to run the form. As the subform SourceTableView property still is "WHERE(Document Type=CONST(Order))" that error message will come up. But the error message only shows in the Classic version. Not in the RTC version of NAV.
Maybe another type of error will behave the same way in the different versions.
Debugger doesn't get the error.
in that case it is not throwing any error..
will check and let you know by modifying the same form?
BTW,did you modify Order to Blanket Order in Page also?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Version NAV 2009 SP1 here.
Did the same thing on Forms..
I didnt get any error message :shock:
i am using NAV 2009 SP1 IN Version
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Or with debugger on..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Debugger doesn't catch this particular kind of error.