- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- get set value in AA.ARRANGEMENT.ACTIVITY
×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
get set value in AA.ARRANGEMENT.ACTIVITY
- luongth2
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago - 10 years 2 months ago #17220
by luongth2
get set value in AA.ARRANGEMENT.ACTIVITY was created by luongth2
WHEN I CREATE A CONTRACT NEW IN AA.ARRANGEMENT.ACTIVITY, I WANT CHECK FIELD ALTERNATE ID.1 (LEGACY) NOT NULL, HOW I CAN DO GET VALUE IN THAT FIELD? I DON'T FIND I_F... IN T24_BP, PLEASE VIEW IMAGE FOR MORE INFOR, THANKS SO MUCH.
Last edit: 10 years 2 months ago by luongth2. Reason: attache image for clear information
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 2 months ago #17223
by jpb
Replied by jpb on topic get set value in AA.ARRANGEMENT.ACTIVITY
The I_F... must be there (T24.BP ?) when you have AA licensed.
But I believe the field ALTERNATE.ID is hooked to ACCOUNT using ALT.ACCT.PARAMETER / ACCOUNT.PARAMETER.
But I believe the field ALTERNATE.ID is hooked to ACCOUNT using ALT.ACCT.PARAMETER / ACCOUNT.PARAMETER.
The following user(s) said Thank You: luongth2
Please Log in or Create an account to join the conversation.
- luongth2
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago #17226
by luongth2
Replied by luongth2 on topic get set value in AA.ARRANGEMENT.ACTIVITY
Thanks jpb for support
We have license for AA, but in C:\Temenos\ModelBank-R13.1\T24\Env\MB\bnk\T24_BP dictionary haven't I_F.AA.ARR.ACCOUNT file.
Normal, when we want get value in text of version, in routine first include I_F... table or app after we use R.NEW(FILE.NAME)
EX in LD func, when i create a new contract, check field Debit Account not null in validation routine, include I_F.LD.LOANS.AND.DEPOSITS
and use var R.NEW(LD.DRAWDOWN.ACCOUNT) for that check. The samse in create new AA, i want check ALTERNATE.ID.1 not null but in routine
i can't include I_F.AA.ARR.ACCOUNT because in C:\Temenos\ModelBank-R13.1\T24\Env\MB\bnk\T24_BP have't got I_F.AA.ARR.ACCOUNT file.
How i can check ALTERNATE.ID.1 not null, please help me, thanks so much
We have license for AA, but in C:\Temenos\ModelBank-R13.1\T24\Env\MB\bnk\T24_BP dictionary haven't I_F.AA.ARR.ACCOUNT file.
Normal, when we want get value in text of version, in routine first include I_F... table or app after we use R.NEW(FILE.NAME)
EX in LD func, when i create a new contract, check field Debit Account not null in validation routine, include I_F.LD.LOANS.AND.DEPOSITS
and use var R.NEW(LD.DRAWDOWN.ACCOUNT) for that check. The samse in create new AA, i want check ALTERNATE.ID.1 not null but in routine
i can't include I_F.AA.ARR.ACCOUNT because in C:\Temenos\ModelBank-R13.1\T24\Env\MB\bnk\T24_BP have't got I_F.AA.ARR.ACCOUNT file.
How i can check ALTERNATE.ID.1 not null, please help me, thanks so much
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 2 months ago #17227
by jpb
Replied by jpb on topic get set value in AA.ARRANGEMENT.ACTIVITY
As I'm not using AA but have access to the files from modelbank I can only tell you that there is no I_F.AA.ARR.ACCOUNT and I can't see an ALTERNATE.ID field defined there.
The only ALTERNATE.ID I know is defined in ALT.ACCT.PARAMETER and linked to ACCOUNT via ACCOUNT.PARAMETER.
What field number do you see for ALTERNATE.ID on which version? What's the name in full view?
Here the I_F for AA.ARRANGEMENT.ACTIVITY - R13
The only ALTERNATE.ID I know is defined in ALT.ACCT.PARAMETER and linked to ACCOUNT via ACCOUNT.PARAMETER.
What field number do you see for ALTERNATE.ID on which version? What's the name in full view?
Here the I_F for AA.ARRANGEMENT.ACTIVITY - R13
* I_F.AA.ARRANGEMENT.ACTIVITY Created 19 MAR 13 at 10:53AM by ssekar/INPUTTER
* PREFIX[AA.ARR.ACT]
EQU AA.ARR.ACT.ARRANGEMENT TO 1, AaArrangementActivity_Arrangement TO 1,
AA.ARR.ACT.ACTIVITY TO 2, AaArrangementActivity_Activity TO 2,
AA.ARR.ACT.EFFECTIVE.DATE TO 3, AaArrangementActivity_EffectiveDate TO 3,
AA.ARR.ACT.CUSTOMER TO 4, AaArrangementActivity_Customer TO 4,
AA.ARR.ACT.PRODUCT TO 5, AaArrangementActivity_Product TO 5,
AA.ARR.ACT.CURRENCY TO 6, AaArrangementActivity_Currency TO 6,
AA.ARR.ACT.CHANNEL TO 7, AaArrangementActivity_Channel TO 7,
AA.ARR.ACT.ARR.COMPANY.CODE TO 8, AaArrangementActivity_ArrCompanyCode TO 8,
AA.ARR.ACT.LINKED.ACTIVITY TO 9, AaArrangementActivity_LinkedActivity TO 9,
AA.ARR.ACT.INITIATION.TYPE TO 10, AaArrangementActivity_InitiationType TO 10,
AA.ARR.ACT.RESERVED11 TO 11, AaArrangementActivity_Reserved11 TO 11,
AA.ARR.ACT.ADJ.ACTIVITY TO 12, AaArrangementActivity_AdjActivity TO 12,
AA.ARR.ACT.ADJ.STATUS TO 13, AaArrangementActivity_AdjStatus TO 13,
AA.ARR.ACT.CHILD.ACTIVITY TO 14, AaArrangementActivity_ChildActivity TO 14,
AA.ARR.ACT.ORIG.CONTRACT.DATE TO 15, AaArrangementActivity_OrigContractDate TO 15,
AA.ARR.ACT.MASTER.AAA TO 16, AaArrangementActivity_MasterAaa TO 16,
AA.ARR.ACT.REV.MASTER.AAA TO 17, AaArrangementActivity_RevMasterAaa TO 17,
AA.ARR.ACT.ADJUSTMENT TO 18, AaArrangementActivity_Adjustment TO 18,
AA.ARR.ACT.TXN.AMOUNT TO 19, AaArrangementActivity_TxnAmount TO 19,
AA.ARR.ACT.TXN.AMOUNT.LCY TO 20, AaArrangementActivity_TxnAmountLcy TO 20,
AA.ARR.ACT.TXN.EXCH.RATE TO 21, AaArrangementActivity_TxnExchRate TO 21,
AA.ARR.ACT.TXN.CONTRACT.ID TO 22, AaArrangementActivity_TxnContractId TO 22,
AA.ARR.ACT.TXN.SYSTEM.ID TO 23, AaArrangementActivity_TxnSystemId TO 23,
AA.ARR.ACT.EXPOSURE.DATE TO 24, AaArrangementActivity_ExposureDate TO 24,
AA.ARR.ACT.LOCAL.REF TO 25, AaArrangementActivity_LocalRef TO 25,
AA.ARR.ACT.ADVICE.NO TO 26, AaArrangementActivity_AdviceNo TO 26,
AA.ARR.ACT.MAPPING.KEY TO 27, AaArrangementActivity_MappingKey TO 27,
AA.ARR.ACT.DELIVERY.REF TO 28, AaArrangementActivity_DeliveryRef TO 28,
AA.ARR.ACT.ACTIVITY.CLASS TO 29, AaArrangementActivity_ActivityClass TO 29,
AA.ARR.ACT.PROPERTY TO 30, AaArrangementActivity_Property TO 30,
AA.ARR.ACT.EFFECTIVE TO 31, AaArrangementActivity_Effective TO 31,
AA.ARR.ACT.FIELD.NAME TO 32, AaArrangementActivity_FieldName TO 32,
AA.ARR.ACT.FIELD.VALUE TO 33, AaArrangementActivity_FieldValue TO 33,
AA.ARR.ACT.AUTO.RUN TO 34, AaArrangementActivity_AutoRun TO 34,
AA.ARR.ACT.SIM.RUN.REF TO 35, AaArrangementActivity_SimRunRef TO 35,
AA.ARR.ACT.ORIG.TXN.AMT TO 36, AaArrangementActivity_OrigTxnAmt TO 36,
AA.ARR.ACT.ORIG.TXN.AMT.LCY TO 37, AaArrangementActivity_OrigTxnAmtLcy TO 37,
AA.ARR.ACT.NARRATIVE TO 38, AaArrangementActivity_Narrative TO 38,
AA.ARR.ACT.EXT.EVENT.REF TO 39, AaArrangementActivity_ExtEventRef TO 39,
AA.ARR.ACT.PRODUCT.VARIATION TO 40, AaArrangementActivity_ProductVariation TO 40,
AA.ARR.ACT.PRICING.SELECTION TO 41, AaArrangementActivity_PricingSelection TO 41,
AA.ARR.ACT.PRICING.PLAN TO 42, AaArrangementActivity_PricingPlan TO 42,
AA.ARR.ACT.REASON TO 43, AaArrangementActivity_Reason TO 43,
AA.ARR.ACT.RESERVED.10 TO 44, AaArrangementActivity_Reserved10 TO 44,
AA.ARR.ACT.RESERVED.9 TO 45, AaArrangementActivity_Reserved9 TO 45,
AA.ARR.ACT.RESERVED.8 TO 46, AaArrangementActivity_Reserved8 TO 46,
AA.ARR.ACT.RESERVED.7 TO 47, AaArrangementActivity_Reserved7 TO 47,
AA.ARR.ACT.RESERVED.6 TO 48, AaArrangementActivity_Reserved6 TO 48,
AA.ARR.ACT.RESERVED.5 TO 49, AaArrangementActivity_Reserved5 TO 49,
AA.ARR.ACT.RESERVED.4 TO 50, AaArrangementActivity_Reserved4 TO 50,
AA.ARR.ACT.RESERVED.3 TO 51, AaArrangementActivity_Reserved3 TO 51,
AA.ARR.ACT.RESERVED.2 TO 52, AaArrangementActivity_Reserved2 TO 52,
AA.ARR.ACT.RESERVED.1 TO 53, AaArrangementActivity_Reserved1 TO 53,
AA.ARR.ACT.STMT.NOS TO 54, AaArrangementActivity_StmtNos TO 54,
AA.ARR.ACT.OVERRIDE TO 55, AaArrangementActivity_Override TO 55,
AA.ARR.ACT.RECORD.STATUS TO 56, AaArrangementActivity_RecordStatus TO 56,
AA.ARR.ACT.CURR.NO TO 57, AaArrangementActivity_CurrNo TO 57,
AA.ARR.ACT.INPUTTER TO 58, AaArrangementActivity_Inputter TO 58,
AA.ARR.ACT.DATE.TIME TO 59, AaArrangementActivity_DateTime TO 59,
AA.ARR.ACT.AUTHORISER TO 60, AaArrangementActivity_Authoriser TO 60,
AA.ARR.ACT.CO.CODE TO 61, AaArrangementActivity_CoCode TO 61,
AA.ARR.ACT.DEPT.CODE TO 62, AaArrangementActivity_DeptCode TO 62,
AA.ARR.ACT.AUDITOR.CODE TO 63, AaArrangementActivity_AuditorCode TO 63,
AA.ARR.ACT.AUDIT.DATE.TIME TO 64, AaArrangementActivity_AuditDateTime TO 64
The following user(s) said Thank You: luongth2
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 2 months ago #17228
by jpb
Replied by jpb on topic get set value in AA.ARRANGEMENT.ACTIVITY
I menaged to get my modelbank (R14) running, the relevant fields in AA.ARR.ACCOUNT are ALT.ID.TYPE and ALT.ID.
"LEGACY" is the first ALT.ID.TYPE (b.t.w. defined in ALT.ACCT.PARAMETER).
Create your own I_F using FILE.LAYOUT like I did (without prefix) :
"LEGACY" is the first ALT.ID.TYPE (b.t.w. defined in ALT.ACCT.PARAMETER).
Create your own I_F using FILE.LAYOUT like I did (without prefix) :
* File Layout for AA.ARR.ACCOUNT Created 31 MAR 15 at 07:48AM by modlbR14
EQU ACTIVITY TO 1, AaArrAccount_Activity TO 1,
ACTION TO 2, AaArrAccount_Action TO 2,
CATEGORY TO 3, AaArrAccount_Category TO 3,
CURRENCY TO 4, AaArrAccount_Currency TO 4,
CURRENCY.MARKET TO 5, AaArrAccount_CurrencyMarket TO 5,
ACCOUNT.TITLE.1 TO 6, AaArrAccount_AccountTitle1 TO 6,
ACCOUNT.TITLE.2 TO 7, AaArrAccount_AccountTitle2 TO 7,
SHORT.TITLE TO 8, AaArrAccount_ShortTitle TO 8,
MNEMONIC TO 9, AaArrAccount_Mnemonic TO 9,
ALT.ID.TYPE TO 10, AaArrAccount_AltIdType TO 10,
ALT.ID TO 11, AaArrAccount_AltId TO 11,
CUSTOMER.REFERENCE TO 12, AaArrAccount_CustomerReference TO 12,
POSTING.RESTRICT TO 13, AaArrAccount_PostingRestrict TO 13,
POSITION.TYPE TO 14, AaArrAccount_PositionType TO 14,
BASE.DATE.TYPE TO 15, AaArrAccount_BaseDateType TO 15,
ANNIVERSARY TO 16, AaArrAccount_Anniversary TO 16,
ACCOUNT.REFERENCE TO 17, AaArrAccount_AccountReference TO 17,
ORIGINATION.REF TO 18, AaArrAccount_OriginationRef TO 18,
DATE.CONVENTION TO 19, AaArrAccount_DateConvention TO 19,
DATE.ADJUSTMENT TO 20, AaArrAccount_DateAdjustment TO 20,
BUS.DAY.CENTRES TO 21, AaArrAccount_BusDayCentres TO 21,
PORTFOLIO.ID TO 22, AaArrAccount_PortfolioId TO 22,
MANDATE.APPL TO 23, AaArrAccount_MandateAppl TO 23,
MANDATE.REG TO 24, AaArrAccount_MandateReg TO 24,
MANDATE.RECORD TO 25, AaArrAccount_MandateRecord TO 25,
REFERAL.CODE TO 26, AaArrAccount_ReferalCode TO 26,
INACTIVE.MONTHS TO 27, AaArrAccount_InactiveMonths TO 27,
PASSBOOK TO 28, AaArrAccount_Passbook TO 28,
SHADOW.ACCOUNT TO 29, AaArrAccount_ShadowAccount TO 29,
GENERATE.IBAN TO 30, AaArrAccount_GenerateIban TO 30,
RESERVED.8 TO 31, AaArrAccount_Reserved8 TO 31,
RESERVED.7 TO 32, AaArrAccount_Reserved7 TO 32,
RESERVED.6 TO 33, AaArrAccount_Reserved6 TO 33,
RESERVED.5 TO 34, AaArrAccount_Reserved5 TO 34,
RESERVED.4 TO 35, AaArrAccount_Reserved4 TO 35,
RESERVED.3 TO 36, AaArrAccount_Reserved3 TO 36,
RESERVED.2 TO 37, AaArrAccount_Reserved2 TO 37,
RESERVED.1 TO 38, AaArrAccount_Reserved1 TO 38,
LOCAL.REF TO 39, AaArrAccount_LocalRef TO 39,
PR.ATTRIBUTE TO 40, AaArrAccount_PrAttribute TO 40,
PR.VALUE TO 41, AaArrAccount_PrValue TO 41,
PR.BRK.RES TO 42, AaArrAccount_PrBrkRes TO 42,
PR.BRK.MSG TO 43, AaArrAccount_PrBrkMsg TO 43,
PR.BRK.CHARGE TO 44, AaArrAccount_PrBrkCharge TO 44,
PR.RESERVED.3 TO 45, AaArrAccount_PrReserved3 TO 45,
PR.RESERVED.2 TO 46, AaArrAccount_PrReserved2 TO 46,
PR.RESERVED.1 TO 47, AaArrAccount_PrReserved1 TO 47,
PR.APP.METHOD TO 48, AaArrAccount_PrAppMethod TO 48,
PR.APP.PERIOD TO 49, AaArrAccount_PrAppPeriod TO 49,
SYS.RESERVE7 TO 50, AaArrAccount_SysReserve7 TO 50,
SYS.RESERVE6 TO 51, AaArrAccount_SysReserve6 TO 51,
SYS.RESERVE5 TO 52, AaArrAccount_SysReserve5 TO 52,
SYS.RESERVE4 TO 53, AaArrAccount_SysReserve4 TO 53,
SYS.RESERVE3 TO 54, AaArrAccount_SysReserve3 TO 54,
SYS.RESERVE2 TO 55, AaArrAccount_SysReserve2 TO 55,
SYS.RESERVE1 TO 56, AaArrAccount_SysReserve1 TO 56,
DEFAULT.ATTR.OPTION TO 57, AaArrAccount_DefaultAttrOption TO 57,
DEFAULT.NEGOTIABLE TO 58, AaArrAccount_DefaultNegotiable TO 58,
NR.ATTRIBUTE TO 59, AaArrAccount_NrAttribute TO 59,
NR.OPTIONS TO 60, AaArrAccount_NrOptions TO 60,
NR.RESERVED2 TO 61, AaArrAccount_NrReserved2 TO 61,
NR.RESERVED1 TO 62, AaArrAccount_NrReserved1 TO 62,
NR.STD.COMP TO 63, AaArrAccount_NrStdComp TO 63,
NR.TYPE TO 64, AaArrAccount_NrType TO 64,
NR.VALUE TO 65, AaArrAccount_NrValue TO 65,
NR.MESSAGE TO 66, AaArrAccount_NrMessage TO 66,
CHANGED.FIELDS TO 67, AaArrAccount_ChangedFields TO 67,
NEGOTIATED.FLDS TO 68, AaArrAccount_NegotiatedFlds TO 68,
ID.COMP.1 TO 69, AaArrAccount_IdComp1 TO 69,
ID.COMP.2 TO 70, AaArrAccount_IdComp2 TO 70,
ID.COMP.3 TO 71, AaArrAccount_IdComp3 TO 71,
ID.COMP.4 TO 72, AaArrAccount_IdComp4 TO 72,
ID.COMP.5 TO 73, AaArrAccount_IdComp5 TO 73,
ID.COMP.6 TO 74, AaArrAccount_IdComp6 TO 74,
RESERVED2.ID TO 75, AaArrAccount_Reserved2Id TO 75,
TARGET.PRODUCT TO 76, AaArrAccount_TargetProduct TO 76,
STMT.NOS TO 77, AaArrAccount_StmtNos TO 77,
OVERRIDE TO 78, AaArrAccount_Override TO 78,
RECORD.STATUS TO 79, AaArrAccount_RecordStatus TO 79,
CURR.NO TO 80, AaArrAccount_CurrNo TO 80,
INPUTTER TO 81, AaArrAccount_Inputter TO 81,
DATE.TIME TO 82, AaArrAccount_DateTime TO 82,
AUTHORISER TO 83, AaArrAccount_Authoriser TO 83,
CO.CODE TO 84, AaArrAccount_CoCode TO 84,
DEPT.CODE TO 85, AaArrAccount_DeptCode TO 85,
AUDITOR.CODE TO 86, AaArrAccount_AuditorCode TO 86,
AUDIT.DATE.TIME TO 87, AaArrAccount_AuditDateTime TO 87
The following user(s) said Thank You: luongth2
Please Log in or Create an account to join the conversation.
- luongth2
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago - 10 years 2 months ago #17230
by luongth2
Replied by luongth2 on topic get set value in AA.ARRANGEMENT.ACTIVITY
Thanks jpb for your support.
I CREATED I_F.AA.ARR.ACCOUNT BY USING EB.DEV.HELPER APP. IN MY ROUTINE
I attached that routine into input routine of version: AA.ARRANGEMENT.ACTIVITY,AA.NEW . I created a new contract in AA and when i verifed this contract, output result is empty even i inputed in the first ALT.ID.TYPE ("LEGACY") field.
I CREATED I_F.AA.ARR.ACCOUNT BY USING EB.DEV.HELPER APP. IN MY ROUTINE
* Version 3 02/06/00 GLOBUS Release No. G11.0.00 29/06/00
*-----------------------------------------------------------------------------
* <Rating>-30</Rating>
*-----------------------------------------------------------------------------
SUBROUTINE NCB.AA.CHECK.SERIAL
*-----------------------------------------------------------------------------
* Program Description
*-----------------------------------------------------------------------------
* Modification History :
*-----------------------------------------------------------------------------
$INSERT I_COMMON
$INSERT I_EQUATE
$INSERT I_F.AA.ARRANGEMENT.ACTIVITY
$INSERT I_F.AA.ACTIVITY.CHARGES
$INSERT I_F.AA.ARR.ACCOUNT
*-----------------------------------------------------------------------------
GOSUB INITIALISE
GOSUB OPENFILES
GOSUB PROCESS
RETURN
*-----------------------------------------------------------------------------
INITIALISE:
SEQ.FLD.LOG='C:\CODET24'
SEQ.FILE.LOG='LOG.TXT'
FN.AA.ARRANGEMENT.ACTIVITY = 'F.AA.ARRANGEMENT.ACTIVITY'
F.AA.ARRANGEMENT.ACTIVITY = ''
FN.AA.ARR.ACCOUNT = 'F.AA.ARR.ACCOUNT'
F.AA.ARR.ACCOUNT = ''
RETURN
OPENFILES:
CALL OPF(FN.AA.ARRANGEMENT.ACTIVITY,F.AA.ARRANGEMENT.ACTIVITY)
CALL OPF(FN.AA.ARR.ACCOUNT ,F.AA.ARR.ACCOUNT)
RETURN
PROCESS:
OPENSEQ SEQ.FLD.LOG, SEQ.FILE.LOG TO SEQ.PT.LOG ELSE
CREATE SEQ.PT.LOG ELSE END
END
WRITESEQ 'AA.AC..ACCOUNT.TITLE.1: ' : R.NEW(AA.AC..ACCOUNT.TITLE.1) TO SEQ.PT.LOG ELSE END
CLOSESEQ SEQ.PT.LOG
RETURN
*-----------------------------------------------------------------------------
*
END
I attached that routine into input routine of version: AA.ARRANGEMENT.ACTIVITY,AA.NEW . I created a new contract in AA and when i verifed this contract, output result is empty even i inputed in the first ALT.ID.TYPE ("LEGACY") field.
Last edit: 10 years 2 months ago by luongth2.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 2 months ago #17233
by jpb
Replied by jpb on topic get set value in AA.ARRANGEMENT.ACTIVITY
Do you mean the file LOG.TXT is empty or not created at all ?
Try checking with
CREATE SEQ.PT.LOG THEN NULL
CREATE.STATUS = STATUS()
IF CREATE.STATUS <> 0 THEN
TEXT = "Could not create LOG-file: ":SEQ.FILE.LOG:" in ": SEQ.FLD.LOG:" - Status = ":CREATE.STATUS
CALL REM
END
Try checking with
CREATE SEQ.PT.LOG THEN NULL
CREATE.STATUS = STATUS()
IF CREATE.STATUS <> 0 THEN
TEXT = "Could not create LOG-file: ":SEQ.FILE.LOG:" in ": SEQ.FLD.LOG:" - Status = ":CREATE.STATUS
CALL REM
END
Please Log in or Create an account to join the conversation.
- luongth2
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago #17236
by luongth2
Replied by luongth2 on topic get set value in AA.ARRANGEMENT.ACTIVITY
Dear jpb!
In screen input AA contract, i input "LEG" text into ALT.ID.TYPE ("LEGACY") field. But R.NEW(AA.AC..ACCOUNT.TITLE.1) is null in my routine. The file LOG.TXT using for debug code, i created it.
I want get and set value in ALT.ID.TYPE ("LEGACY") field in routine.
Thanks so much for your support!
In screen input AA contract, i input "LEG" text into ALT.ID.TYPE ("LEGACY") field. But R.NEW(AA.AC..ACCOUNT.TITLE.1) is null in my routine. The file LOG.TXT using for debug code, i created it.
I want get and set value in ALT.ID.TYPE ("LEGACY") field in routine.
Thanks so much for your support!
Please Log in or Create an account to join the conversation.
- relmedyer
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
9 years 8 months ago #18274
by relmedyer
Replied by relmedyer on topic get set value in AA.ARRANGEMENT.ACTIVITY
HI,
You should read the application AA.PRD.DES.ACCOUNT with the arrangement ID and get the value ofthe field ALT ID and do the check
You should read the application AA.PRD.DES.ACCOUNT with the arrangement ID and get the value ofthe field ALT ID and do the check
Please Log in or Create an account to join the conversation.
- hazeeb
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 3
9 years 4 months ago #18940
by hazeeb
Replied by hazeeb on topic get set value in AA.ARRANGEMENT.ACTIVITY
Guys,
AA is a component based module, a $INSERT I_F.AA.ACCOUNT is been shared by all the applications like
AA.PRD.DES.ACCOUNT
AA.PRD.PRF.ACCOUNT
AA.PRD.CAT.ACCOUNT
AA.ARR.ACCOUNT
AA.SIM.ACCOUNT
Hence, you don'd need to you EB.DEV.HELPER . You just do F.READ on this table FBNK.AA.ARR.ACCOUNT and use $INSERT I_F.AA.ACCOUNT in your program and use the field name like below for instance,.
ALT.ID = R.RECORD<AA.AC.ALT.ID>
or
ALT.ID = R.RECORD<AaSimAccount_AltId>
Thanks
Abdul
Skype@ abdul.temenos
Gmail@ hazeeb.abdul
AA is a component based module, a $INSERT I_F.AA.ACCOUNT is been shared by all the applications like
AA.PRD.DES.ACCOUNT
AA.PRD.PRF.ACCOUNT
AA.PRD.CAT.ACCOUNT
AA.ARR.ACCOUNT
AA.SIM.ACCOUNT
Hence, you don'd need to you EB.DEV.HELPER . You just do F.READ on this table FBNK.AA.ARR.ACCOUNT and use $INSERT I_F.AA.ACCOUNT in your program and use the field name like below for instance,.
ALT.ID = R.RECORD<AA.AC.ALT.ID>
or
ALT.ID = R.RECORD<AaSimAccount_AltId>
Thanks
Abdul
Skype@ abdul.temenos
Gmail@ hazeeb.abdul
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- get set value in AA.ARRANGEMENT.ACTIVITY
Time to create page: 0.053 seconds