As i refer few documents related to new LOB creation,found we need to
- Added new LOB as a typecode to into InstalledPolicyLine.ttx
- Created an entity for new LOB and implemented few ImplementsEntity and ImplementsInterface,foreignkey to AutoNumbSequence entity.
- Created a new class and extending AbstractPolicyLineMethodsImpl(for PolicyLineMethods).
- Created new class for coverables for that implements CoverableAdapter. etc..
After all that i can able to see newPolicyLineMethod in the ProductModel. Is this approach or do i need to follow any other approaches.Guide me on this.