Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Web Panel Designer

  2. Navigate to eagle > star > reference > Add/List Issue

  3. Open Multiple Leg Swap and change to Overlay edit mode

  4. Click the …LISTBOX tab

  5. Under the Link ID column, locate 3931i

  6. In the first Script section, remove L1551 and L10142 from the “Before” line below

    1. Before: IF :4590: != "C" THEN SET(L14,L1432,L38,L1551,L10142,L3997,L3998);

    2. After: IF :4590: != "C" THEN SET(L14,L1432,L38,L3997,L3998);

  7. Under the Link ID column, locate 1551i

  8. Comment out the whole existing Script section:

    Code Block
    1551i	!Script	
    1551i	!Defentry	:1551:
    1551i	!class	global
    1551i	!Text	Loop(:vi:, :0:1551:, :0:1551:) [
    1551i	!Text	Loop(:vl:, :0:1551:, :0:1551:) [
    1551i	!Text	IF Not(IsEmpty(:vi:)) AND :vi:!=:vl: THEN FORCE(:vl:,:vi:)
    1551i	!Text	];
    1551i	!Text	];
    1551i	!End	

    Add this new Script section before the one we just commented out:

    Code Block1551i Script 1551i Defentry :1551: 1551i Text IF :1551: = "Y" AND :68: != "" THEN ASSIGN(:10142:,:68:); 1551i End
  9. Copy and paste the code from the 1551i tab of the attached

    View file
    nameCreate Security Debt Default Periods Automatically - New Code.xlsx
    spreadsheet before the Script we just commented out

  10. Under the Link ID column, locate 10142i, which should immediately follow 1551i

  11. Comment out this the whole section:

    Code Block
    10142i	!Script	
    10142i	!Defentry	:10142:
    10142i	!class	global
    10142i	!Text	Loop(:vi:, :0:10142:, :0:10142:) [
    10142i	!Text	Loop(:vl:, :0:10142:, :0:10142:) [
    10142i	!Text	IF Not(IsEmpty(:vi:)) AND :vi:!=:vl: THEN FORCE(:vl:,:vi:)
    10142i	!Text	];
    10142i	!Text	];
    10142i	!End	
  12. Under the Link ID column, locate 7705i

  13. Copy and paste the code from the Multiple Leg Swap tab of the attached

    View file
    nameCreate Security Debt Default Periods Automatically - New Code.xlsx
    spreadsheet to the end

  14. Save your changes

...