Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
NAV Three Tier
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
Categories
All Categories
73
General
73
Announcements
66.6K
Microsoft Dynamics NAV
18.7K
NAV Three Tier
38.4K
NAV/Navision Classic Client
3.6K
Navision Attain
2.4K
Navision Financials
115
Navision DOS
854
Navision e-Commerce
1K
NAV Tips & Tricks
772
NAV Dutch speaking only
615
NAV Courses, Exams & Certification
2K
Microsoft Dynamics-Other
1.5K
Dynamics AX
310
Dynamics CRM
110
Dynamics GP
10
Dynamics SL
1.5K
Other
993
SQL General
384
SQL Performance
34
SQL Tips & Tricks
34
Design Patterns (General & Best Practices)
Architectural Patterns
10
Design Patterns
5
Implementation Patterns
53
3rd Party Products, Services & Events
1.7K
General
1.1K
General Chat
1.6K
Website
79
Testing
1.2K
Download section
23
How Tos section
260
Feedback
12
NAV TechDays 2013 Sessions
13
NAV TechDays 2012 Sessions
Cannot insert new line item for sub page
Rathi
Member
Posts:
51
2016-11-24
in
NAV Three Tier
Hi all,
Can anyone assist me.
I have added new item in subform. But it is not saved. After i update and close the page and open again the item
not saved.
Thanks
cannt save item.jpg
101.3K
0
Best Answers
mohana_cse06
Member
Posts:
5,504
2016-11-24
Answer ✓
Is your subpage pagetype property listpart?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
5
mohana_cse06
Member
Posts:
5,504
2016-11-25
Answer ✓
Are you changing the property in header page?
you need to change in subpage property.
for header, it should be Document and not card.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
5
Answers
Kishorm
Member
Posts:
921
2016-11-24
Is there any code anywhere which is deleting the subpage records perhaps? Alternatively does the subpage have the SourceTableTemporary property set to Yes?
0
Rathi
Member
Posts:
51
2016-11-24
Yes Delete coding
at header ondelete()
recGPOLine.SETRANGE("Generic Code",Code);
recGPOLine.DELETEALL;
the SourceTableTemporary property set to No.
form.jpg
41.6K
pg property.png
15.1K
0
mohana_cse06
Member
Posts:
5,504
2016-11-24
Answer ✓
Is your subpage pagetype property listpart?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
5
Rathi
Member
Posts:
51
2016-11-24
@mohana_cse06
yes the subpage is list. i make is as subform.
but the property type is card
0
mohana_cse06
Member
Posts:
5,504
2016-11-24
edited 2016-11-24
it should be Listpart type..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
Kishorm
Member
Posts:
921
2016-11-24
Is it perhaps in the table but just not showing on the subpage because of a filter?
0
Rathi
Member
Posts:
51
2016-11-24
@mohana_cse06
:i dont think it is the reason. Since i try to change to list also same.
@Kishorm
: No it is not in the subpage table as well
0
mohana_cse06
Member
Posts:
5,504
2016-11-24
there is a value called "ListPart" which defers from List under PageType property.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
Rathi
Member
Posts:
51
2016-11-24
@mohana_cse06
: is this what you mean? I Cannot change and this was the error.
listpart.jpg
97.7K
0
mohana_cse06
Member
Posts:
5,504
2016-11-24
yes, you need to remove if there are any lines in your page with type "part"..at the end of fields etc.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
Rathi
Member
Posts:
51
2016-11-25
@mohana_cse06
: Sorry could you verify more?
i've added some pictures here.
But i dint see anywhere i got select as listpart
GPO.jpg
94.4K
Column field.jpg
38.8K
GPO property.jpg
61.5K
0
mohana_cse06
Member
Posts:
5,504
2016-11-25
Answer ✓
Are you changing the property in header page?
you need to change in subpage property.
for header, it should be Document and not card.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
5
Millydelev
Member
Posts:
1
2016-11-28
You can cancel the transfer order if any for the existing delivery and then delete the line items associated in the delivery and save the delivery.
http://www.architectural-scale-model.com
0
Sign In
or
Register
to comment.
Answers
at header ondelete()
recGPOLine.SETRANGE("Generic Code",Code);
recGPOLine.DELETEALL;
the SourceTableTemporary property set to No.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
@mohana_cse06 yes the subpage is list. i make is as subform.
but the property type is card
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
@Kishorm : No it is not in the subpage table as well
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
i've added some pictures here.
But i dint see anywhere i got select as listpart
you need to change in subpage property.
for header, it should be Document and not card.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav