10 Physical Content Management Services

This chapter describes the services available when using and customizing Physical Content Management (PCM), which is associated with Oracle WebCenter Content: Records.

This chapter covers the following topics:

10.1 About Physical Content Management Services

Information about what is a WebCenter Content service and how services can be used is provided in Section 2, "Using Services." Information about basic services structure, attributes, actions, and a service example is provided in Section 3, "Customizing Services." You should be familiar with this information before customizing current services or creating new services

The locations for specific PCM services are listed within each individual service.

For more information about PCM, see Oracle Fusion Middleware Managing Oracle WebCenter Content.

Note:

The most commonly used services have more extensive descriptions.

10.2 Physical Content Management Services

The following services are used in PCM functions:

10.2.1 ADD_FUNCTION_BARCODE

This service is used to create new function barcodes.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dFunctionValue: The unique identifier of the function barcode to be created.

  • dFunctionName: The name for of the function barcode to be created

10.2.2 ADJUST_INVOICE

This service is used to adjust an invoice.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dInvoiceID: The unique identifier of the invoice to be adjusted.

  • dAmount: The amount to add/subtract to the invoice.

10.2.3 ADJUST_INVOICE_FORM

This service is used to retrieve a page used to adjust an invoice.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dInvoiceID: The unique identifier of the invoice to be adjusted.

  • dInvoiceAmount: The current of the invoice.

10.2.4 BARCODE_PROCESS

This service is used to process the uploaded barcode file.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • barcodeFile: The path to the file to be processed.

10.2.5 BATCH_STORAGE_CREATION_FORM

This service is used to paint the Storage Creation Utility form.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.6 BLOCK_STORAGE

This service is used to block a storage location

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the storage location to be blocked

10.2.7 BROWSE_CHARGE_INVOICES_FORM

This service is used to retrieve a page used to browse transactions invoices.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.8 BROWSE_CHARGE_TRANSACTIONS_BY_INVOICE_FORM

This service is used to retrieve a page used to browse transactions belonging to the specified invoice.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dInvoiceID: The unique identifier of the invoice for transactions to be retrieved.

10.2.9 BROWSE_CHARGE_TRANSACTIONS_FORM

This service is used to retrieve a page used to browse charge transactions.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.10 BROWSE_CHARGE_TRANSACTIONS_WITH_NO_INVOICE_FORM

This service is used to retrieve a page used to browse transactions that have not been invoiced.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.11 BROWSE_RESERVATION_ITEMS_FORM

This service is used to retrieve a page used to browse items belonging to a the specified request.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the request for items to be retrieved.

10.2.12 BROWSE_STORAGE_FORM

This service is used to retrieve a page used to browse Storage Items.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the storage item to be retrieved. Set to 0 if you want the root.

10.2.13 CHECKIN_EXTERNAL_ITEM

This service is used to check in an external item in a request.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the request.

  • dID: The unique identifier of the physical item to check in.

10.2.14 CHECKOUT_EXTERNAL_ITEM

This service is used to check out an external item in a request.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the request.

  • dID: The unique identifier of the physical item to check out.

10.2.15 CLEAN_UP_STORAGE

This service is used to clean up the storage table location values.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

10.2.16 CONFIG_CHARGE_BACKS

This service is used save Chargeback settings.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.17 CONFIG_CHARGE_BACKS_FORM

This service is used to retrieve a page used to configure Chargeback settings.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.18 CONFIGURE_CHARGE_BILLERS_FORM

This service is used to retrieve a page used to browse customers.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.19 CONFIGURE_CHARGE_PAYMENT_TYPES_FORM

This service is used to retrieve a page used to browse payment types.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.20 CONFIGURE_CHARGE_TYPES_FORM

This service is used to retrieve a page used to browse charge types.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.21 CREATE_CHARGE_BILLER

This service is used to create a payment type customer.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dBillerTypeID: The unique identifier of the customer to be created.

  • dBillerName: The name of the customer to be created.

10.2.22 CREATE_CHARGE_BILLER_FORM

This service is used to retrieve a page used to create a customer.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.23 CREATE_CHARGE_PAYMENT_TYPE

This service is used to create a payment type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dPaymentTypeID: The unique identifier of the payment type to be created.

  • dPaymentTypeDesc: The name of the payment type to be created.

10.2.24 CREATE_CHARGE_PAYMENT_TYPE_FORM

This service is used to retrieve a page used to create a payment type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.25 CREATE_CHARGE_TYPE

This service is used to create a charge type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dChargeTypeID: The unique identifier of the charge type to be created.

  • dChargeTypeDesc: The name of the charge type to be created.

  • dChargeAction: The action assigned to the charge type.

  • dChargeAmount: The amount for the action for the charge type.

  • dExtObjectTypes: The object types associated with the charge type.

10.2.26 CREATE_CHARGE_TYPE_FORM

This service is used to retrieve a page used to create a charge type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.27 CREATE_CHARGE_TRANSACTION

This service is used to create a transaction.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dChargeTypeID: The unique identifier of the charge type to be used for the transaction.

  • dChargeAction: The type of charge action for the transaction.

  • dID, dDocName: The unique identifier or name of the charge external item if this is not a storage charge action.

  • dChargeAmount: The amount of the transaction.

10.2.28 CREATE_CHARGE_TRANSACTION_FORM

This service is used to retrieve a page used to create a transaction.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.29 CREATE_CHARGE_TRANSACTION_MULTIPLE

This service is used to create a transaction.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dIDList: The comma-separated list of dIDs for the items to have transactions created for them.

  • dChargeTypeID: The unique identifier of the charge type to be used for the transaction.

  • dChargeAction: The type of charge action for the transaction.

  • dChargeAmount: The amount of the transaction.

10.2.30 CREATE_EXTERNAL_ITEM

This service is used to retrieve to create physical items.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source for which the external item is created; for example, Physical.

  • dDocTitle: The title of the external item to be created.

  • Other: Any field that is set to be required by the user.

10.2.31 CREATE_EXTERNAL_ITEM_FORM

This service is used to retrieve a page used to create physical items.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source in which the external item is created; for example, Physical.

10.2.32 CREATE_EXTERNAL_ITEM_SIMILAR_FORM

This service is used to retrieve a page used to create a physical item similar to another external item.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source in which the external item is created; for example, Physical.

  • dID: The unique identifier of the external item from which to create a similar item.

10.2.33 CREATE_MEDIA_TYPE

This service is used to create a media type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dMediaTypeID: The unique identifier of the Media Type to be created.

  • dMediaTypeName: The name of the Media Type item.

10.2.34 CREATE_MEDIA_TYPE_FORM

This service is used to retrieve a page used to create a media type.

10.2.35 CREATE_OBJECT_TYPE

This service is used to create an object type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectTypeID: The unique identifier of the Object Type to be created.

  • dObjectTypeName: The name of the Object Type item.

10.2.36 CREATE_OBJECT_TYPE_FORM

This service is used to retrieve a page used to create an object type.

10.2.37 CREATE_RESERVATION

This service is used to create a reservation.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the Request to be created.

  • dRequestName: Name of the Request.

  • dRequestDate: Date of the Request.

  • dRequestor: User for whom the request is made.

  • dSecurityGroup: Security Group of the request.

  • dTransferMethod: Transfer Method of the request.

  • dRequestPriority: Delivery Priority for the request.

  • dIDList: Comma-separated list of dID values for physical items to request.

10.2.38 CREATE_RESERVATION_FORM

This service is used to retrieve a page used to create a reservation.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dIDList: Comma-separated list of dID values for physical items to request.

10.2.39 CREATE_STORAGE

This service is used to create a storage location.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dParentID: The unique identifier of the parent storage location for the storage location to be created.

  • dObjectName: The name of the storage location to be created.

  • dStorageType: The unique identifier of the location type assigned to the storage location.

10.2.40 CREATE_STORAGE_FORM

This service is used to retrieve a page used to create a storage location.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dParentID: The unique identifier of the parent storage location for the storage location to be created.

10.2.41 CREATE_STORAGE_TYPE

This service is used to create a location type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dStorageTypeID: The unique identifier of the location type to be created.

  • dStorageTypeName: The name of the location type to be created.

  • dOrder: The order the location type is located within the location types.

  • dStorageImage: The name of the image to be associated with the location type

10.2.42 CREATE_STORAGE_TYPE_FORM

This service is used to retrieve a page used to create a location type.

10.2.43 DELETE_CHARGE_BILLER

This service is used to delete a customer.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dBillerID: The unique identifier of the customer to be deleted.

10.2.44 DELETE_CHARGE_INVOICE

This service is used to delete an invoice.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dInvoiceID: The unique identifier of the invoice to be deleted.

10.2.45 DELETE_CHARGE_PAYMENT_TYPE

This service is used to delete a payment type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dPaymentTypeID: The unique identifier of the payment type to be deleted.

10.2.46 DELETE_CHARGE_TRANSACTION

This service is used to delete a transaction.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dTransactionID: The unique identifier of the transaction to be deleted.

10.2.47 DELETE_CHARGE_TYPE

This service is used to delete a charge type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dChargeTypeID: The unique identifier of the charge type to be deleted.

10.2.48 DELETE_COMPLETED_RESERVATIONS

This service is used to remove completed reservations from the system.

10.2.49 DELETE_EXTERNAL_ITEM

This service is used to delete physical items.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source from which the external item is deleted; for example, Physical.

  • dID: The unique identifier of the external item.

10.2.50 DELETE_MEDIA_TYPE

This service is used to delete a media type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dMediaTypeID: The unique identifier of the Media Type to be deleted.

10.2.51 DELETE_OBJECT_TYPE

This service is used to delete a object type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectTypeID: The unique identifier of the Object Type to be deleted.

10.2.52 DELETE_RESERVATION

This service is used to delete a Reservation.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the Reservation to be deleted.

10.2.53 DELETE_RESERVATION_ITEM

This service is used to delete a request item from a request.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique request identifier of the requested item to be deleted.

  • dID: The unique identifier of the requested item to be deleted.

10.2.54 DELETE_STORAGE

This service is used to delete a storage item.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the Storage item to be deleted.

10.2.55 DELETE_STORAGE_TYPE

This service is used to delete a location type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dStorageTypeID: The unique identifier of the Location Type to be deleted.

10.2.56 EDIT_CHARGE_BILLER

This service is used to edit a customer.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dBillerID: The unique identifier of the customer to be created.

  • dBillerName: The name of the customer to be created.

10.2.57 EDIT_CHARGE_BILLER_FORM

This service is used to retrieve a page used to edit a customer.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.58 EDIT_CHARGE_PAYMENT_TYPE

This service is used to edit a payment type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dPaymentTypeID: The unique identifier of the payment type to be created.

  • dPaymentTypeDesc: The name of the payment type to be created.

10.2.59 EDIT_CHARGE_TYPE_FORM

This service is used to retrieve a page used to edit a charge type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.60 EDIT_EXTERNAL_ITEM

This service is used to edit physical items.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source for which the external item is edited; for example, Physical.

  • dID: The unique identifier of the external item.

10.2.61 EDIT_EXTERNAL_ITEM_FORM

This service is used to retrieve a page used to edit a physical item.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source in which the external item is edited; for example, Physical.

  • dID: The unique identifier of the external item.

10.2.62 EDIT_MEDIA_TYPE

This service is used to edit a media type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dMediaTypeID: The unique identifier of the Media Type to be edited.

  • dMediaTypeName: The name of the Media Type item.

10.2.63 EDIT_MEDIA_TYPE_FORM

This service is used to retrieve a page used to edit a media type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dMediaTypeID: The unique identifier of the Media Type to be edited.

10.2.64 EDIT_OBJECT_TYPE

This service is used to edit an object type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectTypeID: The unique identifier of the Object Type to be created.

  • dObjectTypeName: The name of the Object Type item.

10.2.65 EDIT_OBJECT_TYPE_FORM

This service is used to retrieve a page used to edit an object type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectTypeID: The unique identifier of the Object Type to be edited.

10.2.66 EDIT_OBJECT_TYPE_RELATIONSHIPS

This service is used to edit object type relationships.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectTypeID: The unique identifier of the Object Type to be created.

  • SelectListValues: List of Object Types that the Object Type can contain.

10.2.67 EDIT_OBJECT_TYPE_RELATIONSHIPS_FORM

This service is used to retrieve a page used to edit object type relationships.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectTypeID: The unique identifier of the Object Type Relationship to be edited.

10.2.68 EDIT_RESERVATION

This service is used to edit the request data.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the Request to be edited.

  • dRequestName: Name of the Request.

  • dRequestDate: Date of the Request.

  • dRequestor: User for whom the request is made.

  • dSecurityGroup: Security Group of the request.

  • dTransferMethod: Transfer Method of the request.

  • dRequestPriority: Delivery Priority for the request.

10.2.69 EDIT_RESERVATION_FORM

This service is used to retrieve a page used to edit a request.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the Request to be edited.

10.2.70 EDIT_RESERVATION_ITEM

This service is used to edit the requested item data.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the request to be edited.

  • dID: The unique identifier of the requested item to be edited.

  • dRequestDate: Date of the Request.

  • dRequestStatus: Current status or the requested item.

10.2.71 EDIT_RESERVATION_ITEM_FORM

This service is used to retrieve a page used to edit a specific requested item.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the Request to be edited.

  • dID: The unique identifier of the Physical Item to be edited.

10.2.72 EDIT_RESERVATION_ITEM_STATUS

This service is used to edit the requested items status.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the request to be edited.

  • dID: The unique identifier of the requested item to be edited.

  • dRequestStatusNew: Current status or the requested item.

10.2.73 EDIT_STORAGE

This service is used to edit a storage location.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dParentID: The unique identifier of the parent storage location for the storage location to be created.

  • dObjectID: The unique identifier of the storage location to be edit.

  • dObjectName: The name of the storage location to be created.

  • dStorageType: The unique identifier of the location type assigned to the storage location.

10.2.74 EDIT_STORAGE_FORM

This service is used to retrieve a page used to create a storage location.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the storage location to be edit.

10.2.75 EDIT_STORAGE_TYPE

This service is used to edit a location type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dStorageTypeID: The unique identifier of the location type to be edited.

  • dStorageTypeName: The name of the location type to be edited.

  • dOrder: The order the location type is located within the location types.

  • dStorageImage: The name of the image to be associated with the location type.

10.2.76 EDIT_STORAGE_TYPE_FORM

This service is used to retrieve a page used to edit a location type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dStorageTypeID: The unique identifier of the location type to be edited.

10.2.77 GENERATE_CHARGE_INVOICE

This service is used to generate invoices.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.78 GET_EXPORT_INVOICES

This service is used to retrieve a export file for invoices

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.79 INFO_CHARGE_BILLER_FORM

This service is used to retrieve a page used to display information for a specified storage type customer.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dBillerID: The unique identifier of the storage type to be created.

10.2.80 INFO_CHARGE_INVOICE_FORM

This service is used to retrieve a page used to display information for a specified Invoice.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dInvoiceID: The unique identifier of the invoice to be retrieved.

10.2.81 INFO_CHARGE_PAYMENT_TYPE_FORM

This service is used to retrieve a page used to display information for a specified payment type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dPaymentTypeID: The unique identifier of the payment type to be retrieved.

10.2.82 INFO_CHARGE_TRANSACTION_FORM

This service is used to retrieve a page used to display information for a specified Transaction.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dTransactionID: The unique identifier of the transaction to be retrieved.

10.2.83 INFO_CHARGE_TYPE_FORM

This service is used to retrieve a page used to display information for a specified charge type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dChargeTypeID: The unique identifier of the charge type to be retrieved.

10.2.84 INFO_EXTERNAL_ITEM_FORM

This service is used to retrieve an information page for a physical item.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source of the external item; for example, Physical.

  • dID: The unique identifier of the external item.

10.2.85 INFO_MEDIA_TYPE_FORM

This service is used to retrieve a page used to display information for a specified media type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dMediaTypeID: The unique identifier of the media type to be retrieved.

10.2.86 INFO_OBJECT_TYPE_FORM

This service is used to retrieve a page used to display information for a specified object type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectTypeID: The unique identifier of the object type to be retrieved.

10.2.87 INFO_RESERVATION_FORM

This service is used to retrieve a page used to display information for a specified request.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier of the request to be retrieved.

  • dID: The unique identifier of the physical item to be retrieved.

10.2.88 INFO_RESERVATION_ITEM_FORM

This service is used to retrieve a page used to display information for the specified requested physical item.

Additional Required Service Parameters

  • dRequestID: The unique identifier of the request to be retrieved.

10.2.89 INFO_STORAGE_FORM

This service is used to retrieve a page used to display information for a specified storage item.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the storage item to be retrieved.

10.2.90 INFO_STORAGE_TYPE_FORM

This service is used to retrieve a page used to display information for a specified storage type.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dStorageTypeID: The unique identifier of the storage type to be retrieved.

10.2.91 MARK_INVOICE_PAID

This service is used to mark an invoice paid.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dInvoiceID: The unique identifier of the invoice to be marked paid.

  • dPaymentType: The unique identifier of the payment type.

  • dPaymentNumber: The number of the credit card or check, or a miscellaneous number.

  • dExpirationDate: The expiration date of the credit card if using one or just blank.

  • dAmount: The amount paid.

10.2.92 MARK_INVOICE_PAID_FORM

This service is used to retrieve a page used to mark an invoice paid.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • dInvoiceID: The unique identifier of the invoice so be marked paid.

  • dInvoiceAmount: The current amount of the invoice.

10.2.93 MOVE_STORAGE

This service is used to move one storage item into another.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the Storage Item to be move.

  • newParentID: The unique identifier of the Storage Item to move to (Parent Storage Item).

10.2.94 NOTIFY_OVERDUE_USERS

This service is used to notify users of overdue requests.

10.2.95 PROCESS_OVERDUE_REQUESTS

This service is used to update requests that have become overdue.

10.2.96 PROCESS_STORAGE_SPACE_COUNTS

This service is used to update the storage counts, that is, it updates the number of spaces used at each levels.

10.2.97 RESERVE_STORAGE

This service is used to reserve a storage location.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the storage location to be reserved.

  • dRequestor: The User ID of the person reserving the storage.

10.2.98 RUN_CHARGEBACK_REPORT

This service is used to run a invoice report.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • rpReportTemplate: The Report Template to use for the report.

  • rpReportType: The report type of the report to run.

10.2.99 RUN_CHARGEBACK_REPORT_MULTIPLE

This service is used to run an invoice report.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

Additional Required Service Parameters

  • rpReportTemplate: The Report Template to use for the report.

  • rpReportType: The report type of the report to run.

  • selectedDocList: The list of comma-separated invoice IDs to report on.

10.2.100 RUN_FUNCTION_BARCODE_LABEL

This service is used to run a function barcode report.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

10.2.101 RUN_RESERVATION_REPORT

This service is used to run a reservation report.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dRequestID: The unique identifier for the request to run a report for.

10.2.102 RUN_RESERVATION_SEARCH_RESULTS_REPORT

This service is used to run the reservation search results report.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • QueryText: The query to run to get the reservations.

10.2.103 RUN_STORAGE_BARCODE_LABEL

This service is used to run a storage label report.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier for the storage item for which the report is run.

10.2.104 RUN_STORAGE_REPORT

This service is used to run a storage report

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier for the storage item for which the report is run.

10.2.105 RUN_USER_BARCODE_LABEL

This service is used to run a user report.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dSelectUser: The unique identifier of the user for which to run a report.

  • dPrintAllUsers: Flag to set if you want to run for all users not a specific one.

10.2.106 SCREEN_CHARGE_BACKS_ADVANCED_FORM

This service is used to retrieve a page used to generate invoices using advanced page.

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.107 SCREEN_CHARGE_BACKS_FORM

This service is used to retrieve a page used to generate invoices

Location: IdcHomeDir/components/PhysicalContentManager/resources/chargebacks_service.htm

10.2.108 SEARCH_EXTERNAL_ITEM_FORM

This service is used to retrieve a page used to search physical items.

Location: IdcHomeDir/components/ExternalHelper/resources/erm_service.htm

Additional Required Service Parameters

  • dSource: Source in which the external item is searched; for example, Physical.

10.2.109 UNRESERVE_STORAGE

This service is used to unreserve a storage location.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

Additional Required Service Parameters

  • dObjectID: The unique identifier of the storage location to be unreserved.

10.2.110 UPDATE_STORAGE_DEPTHS

This service is used to update the dDepth value for storage items.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm

10.2.111 UPDATE_USERS_WITH_NO_BARCODES

This service is used to update users that do not have barcode values.

Location: IdcHomeDir/components/PhysicalContentManager/resources/pcm_service.htm