Can we put condition in Parse Rule set to get apply rule for specific bank statement line?
I have requirement to apply parse rule for specific Bank statement line i.e. To pull reference id from Addition Information to Reconciliation Reference.
For eg : Trx Code : 123 - Electronic Fund Transfer and there are below statement line pulled in system
Statement line 1 : WIRE OUT RECIEVING BANK : 12345 Bank : RFB: 2023101811
Statement line 2 : WIRE IN PAYING BANK : 23456Bank : RFB: 2023101911
Statement line 3 WIRE INTERNATIONAL OUT INTER-RECIEVING BANK : 133456 Bank : RFB: 2023102011
Above line created under Trx Code 123 only. Now I want to define rule to apply logic only for description with WIRE OUT and pull the RFB ID. and should skip the rule for rest line 2 and line3.
0