You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the motivation for adding/enhancing this feature?
As in the app, we are fetching all the facilities from the system then instead of passing externalId for facility, pass the facilityId.
Doing so, as there might be cases where externalFacilityId mapping is missing for some facility which will result in having issues in the overall process.
What are the acceptance criteria?
Pass facilityId in place of externalFacilityId when creating shipment, also update the parameter name from externalDestinationFacilityId to destinationFacilityId
Update the viewSize when fetching facilities to 250
Can you complete this feature request by yourself?
YES
NO
Additional information
The text was updated successfully, but these errors were encountered:
What is the motivation for adding/enhancing this feature?
As in the app, we are fetching all the facilities from the system then instead of passing externalId for facility, pass the facilityId.
Doing so, as there might be cases where externalFacilityId mapping is missing for some facility which will result in having issues in the overall process.
What are the acceptance criteria?
externalDestinationFacilityId
todestinationFacilityId
Can you complete this feature request by yourself?
Additional information
The text was updated successfully, but these errors were encountered: