- Forum
- T24 Technical Discussions
- T24 Development & Customization
- ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
×
Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...
ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
- gm.saran
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
12 years 2 months ago #12623
by gm.saran
ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER was created by gm.saran
Dear All,
Trying to split up the inactive accounts into a separate COND.GROUP for charging purpose. Existing ACCT.GEN.COND has the INACTIV.MARKER field in the 2nd Position with the value field left empty.
I copied this record and created a new one with the INACTIV.MARKER field set to 'Y', with rest of all the conditions being unaltered. Ran a COB. expected the inactive acnts to be stamped with the new category. but this didnt happen. all the inactive acnts are still with the old COND.GROUP.
then amended the old value with a single quote and tried again. but didnt work.
CONDITION.CODE.... 14
1. 1 GB DESCRIPTION. Savings Accounts
2. 1. 1 ITEM........ ACCOUNT>CATEGORY
3. 1. 1 PRIORITY.... 1
4. 1. 1 VALUE....... 6001 SAVINGS A/CS
2. 1. 2 ITEM........ ACCOUNT>INACTIV.MARKER
3. 1. 2 PRIORITY.... 2
4. 1. 2 VALUE....... '
CONDITION.CODE.... 22
1. 1 GB DESCRIPTION. Dormant Savings AC
2. 1. 1 ITEM........ ACCOUNT>CATEGORY
3. 1. 1 PRIORITY.... 1
4. 1. 1 VALUE....... 6001 SAVINGS A/CS
2. 1. 2 ITEM........ ACCOUNT>INACTIV.MARKER
3. 1. 2 PRIORITY.... 2
4. 1. 2 VALUE....... Y
is thr a way to match the BLANK/NULL values of the INACTIV.MARKER? or am i missing something here?
Any xpert advice?
Trying to split up the inactive accounts into a separate COND.GROUP for charging purpose. Existing ACCT.GEN.COND has the INACTIV.MARKER field in the 2nd Position with the value field left empty.
I copied this record and created a new one with the INACTIV.MARKER field set to 'Y', with rest of all the conditions being unaltered. Ran a COB. expected the inactive acnts to be stamped with the new category. but this didnt happen. all the inactive acnts are still with the old COND.GROUP.
then amended the old value with a single quote and tried again. but didnt work.
CONDITION.CODE.... 14
1. 1 GB DESCRIPTION. Savings Accounts
2. 1. 1 ITEM........ ACCOUNT>CATEGORY
3. 1. 1 PRIORITY.... 1
4. 1. 1 VALUE....... 6001 SAVINGS A/CS
2. 1. 2 ITEM........ ACCOUNT>INACTIV.MARKER
3. 1. 2 PRIORITY.... 2
4. 1. 2 VALUE....... '
CONDITION.CODE.... 22
1. 1 GB DESCRIPTION. Dormant Savings AC
2. 1. 1 ITEM........ ACCOUNT>CATEGORY
3. 1. 1 PRIORITY.... 1
4. 1. 1 VALUE....... 6001 SAVINGS A/CS
2. 1. 2 ITEM........ ACCOUNT>INACTIV.MARKER
3. 1. 2 PRIORITY.... 2
4. 1. 2 VALUE....... Y
is thr a way to match the BLANK/NULL values of the INACTIV.MARKER? or am i missing something here?
Any xpert advice?
Please Log in or Create an account to join the conversation.
- gm.saran
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
12 years 2 months ago #12624
by gm.saran
Replied by gm.saran on topic ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
need to install an update it seems . . . as confrmd frm HD. leaving it blank will work with the update installed
tnx
tnx
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 649
12 years 2 months ago #12625
by jpb
Replied by jpb on topic ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
Check your COMO for the routine ACCOUNT.GROUP.CHANGES if it has done something ...
If you can't find it for the COB after doing your changes make another change (e.g. setting back the VALUE to null) and check the contents of Fxxx.ACCT.GEN.PRTY.CHG and FXXX.NEW.COND.REFER before running COB.
Fxxx.ACCT.GEN.COND.PRTY should have something like
6001 -> }]14
Y]22
(to check use CT Fxxx.ACCT.GEN.COND.PRTY 6001)
If you can't find it for the COB after doing your changes make another change (e.g. setting back the VALUE to null) and check the contents of Fxxx.ACCT.GEN.PRTY.CHG and FXXX.NEW.COND.REFER before running COB.
Fxxx.ACCT.GEN.COND.PRTY should have something like
6001 -> }]14
Y]22
(to check use CT Fxxx.ACCT.GEN.COND.PRTY 6001)
The following user(s) said Thank You: gm.saran
Please Log in or Create an account to join the conversation.
- gm.saran
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
12 years 2 months ago #12626
by gm.saran
Replied by gm.saran on topic ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
tats a lot of info and very useful too. hats off . . . will chk it out
Please Log in or Create an account to join the conversation.
- gm.saran
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
12 years 2 months ago - 12 years 2 months ago #12632
by gm.saran
Replied by gm.saran on topic ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
thr were no records in the two files mentioned after making the changes. its a bug which has been fixed in a later update (AcOpening). Once intalling that update, i can see the records now in the two files mentioned. so hopefully it shud work after a COB
tnx a lot again for the inputs.
tnx a lot again for the inputs.
Last edit: 12 years 2 months ago by gm.saran.
Please Log in or Create an account to join the conversation.
- gm.saran
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
12 years 2 months ago #12635
by gm.saran
Replied by gm.saran on topic ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
it worked with the update installed. tnx jpb
Please Log in or Create an account to join the conversation.
- pitterson
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
3 months 1 week ago #24593
by pitterson
Replied by pitterson on topic ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
Yes update
Null Brawl APK
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Development & Customization
- ACCT.GEN.COND: Match NULL Value of INACTIV.MARKER
Time to create page: 0.092 seconds