Skip to main content
Solved

Adding Tracking URL from the mobile app

  • November 6, 2023
  • 1 reply
  • 106 views

Hello everyone,

I added the Shipments screen to the mobile app. There are only a few fields that we need in the mobile app. All of the fields show up in the app except Tracking URL. Here is the code:

 

add screen SO302000 {
  add container "ShipmentSummary" {
    add field "ShipmentNbr"
    add field "Status"
    add field "Customer"
    add field "Location"
    add field "ShipmentDate"
    add field "Description"
    add field "Packages#BoxID" {
      special = AllowEdit
    }
    add field "Packages#TrackingNumber"
    add field "Packages#Carrier"
    add field "Packages#TrackingUrl"
    add recordAction "Save" {
      behavior = Save
    }
    add recordAction "Cancel" {
      behavior = Cancel
    }
    add recordAction "ConfirmShipmentAction"
    attachments {
    }
  }
}

Again, all fields show up except Tracking URL. I also tried changing the name to TrackURL and that didn’t work either. Any ideas?

Best answer by rakshandad31

Hi @wjaved62 ,

I have added Shipment screen & able to see Tracking URL in mobile app,

Can you please add forceIsVisible=True property for Tracking URL,

Eg-


    add field "Packages#TrackingUrl"
    {
    forceIsVisible= True
    }

Please refer below screenshot for reference,


 

View original
Did this topic help you find an answer to your question?

1 reply

  • Jr Varsity I
  • 7 replies
  • Answer
  • November 10, 2023

Hi @wjaved62 ,

I have added Shipment screen & able to see Tracking URL in mobile app,

Can you please add forceIsVisible=True property for Tracking URL,

Eg-


    add field "Packages#TrackingUrl"
    {
    forceIsVisible= True
    }

Please refer below screenshot for reference,


 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings